diff --git a/jest.config.js b/jest.config.js index cd7f329..7a90c13 100644 --- a/jest.config.js +++ b/jest.config.js @@ -6,7 +6,6 @@ module.exports = { // All imported modules in your tests should be mocked automatically // automock: false, - // Stop running tests after `n` failures // bail: 0, @@ -85,7 +84,7 @@ module.exports = { "ts", "tsx", "json", - "node" + "node", ], // A map from regular expressions to module names or to arrays of module names that allow to stub out resources with a single module @@ -154,10 +153,7 @@ module.exports = { // testLocationInResults: false, // The glob patterns Jest uses to detect test files - testMatch: [ - "**/__tests__/**/*.[jt]s?(x)", - "**/?(*.)+(spec|test).[tj]s?(x)" - ], + testMatch: ["**/__tests__/**/*.[jt]s?(x)", "**/?(*.)+(spec|test).[tj]s?(x)"], // An array of regexp pattern strings that are matched against all test paths, matched tests are skipped // testPathIgnorePatterns: [ @@ -175,17 +171,18 @@ module.exports = { // A map from regular expressions to paths to transformers transform: { - '\\.[jt]sx?$': ['ts-jest', { - tsconfig: { - noUnusedLocals: false, - } - }] + "\\.[jt]sx?$": [ + "ts-jest", + { + tsconfig: { + noUnusedLocals: false, + }, + }, + ], }, // An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation - transformIgnorePatterns: [ - '/node_modules/(?!antlr4)' - ], + transformIgnorePatterns: ["/node_modules/(?!antlr4)"], // An array of regexp pattern strings that are matched against all modules before the module loader will automatically return a mock for them // unmockedModulePathPatterns: undefined, @@ -198,7 +195,7 @@ module.exports = { // Whether to use watchman for file crawling // watchman: true, - moduleNameMapper : { - '^antlr4$': '/node_modules/antlr4/src/antlr4/index.web.js', - } + moduleNameMapper: { + "^antlr4$": "/node_modules/antlr4/src/antlr4/index.web.js", + }, }; diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml new file mode 100644 index 0000000..ca30d6a --- /dev/null +++ b/pnpm-lock.yaml @@ -0,0 +1,3727 @@ +lockfileVersion: 5.3 + +specifiers: + '@types/jest': ^29.5.1 + '@types/node': ^18.15.11 + '@typescript-eslint/eslint-plugin': ^3.10.1 + '@typescript-eslint/parser': ^3.10.1 + antlr4: ^4.12.0 + eslint: ^7.32.0 + eslint-config-google: ^0.14.0 + jest: ^29.5.0 + standard-version: ^9.5.0 + ts-jest: ^29.1.0 + typescript: ^5.0.4 + yargs-parser: ^21.1.1 + +dependencies: + antlr4: 4.12.0 + +devDependencies: + '@types/jest': 29.5.1 + '@types/node': 18.16.6 + '@typescript-eslint/eslint-plugin': 3.10.1_a18e814019c959d52a44881c5533ce12 + '@typescript-eslint/parser': 3.10.1_eslint@7.32.0+typescript@5.0.4 + eslint: 7.32.0 + eslint-config-google: 0.14.0_eslint@7.32.0 + jest: 29.5.0_@types+node@18.16.6 + standard-version: 9.5.0 + ts-jest: 29.1.0_jest@29.5.0+typescript@5.0.4 + typescript: 5.0.4 + yargs-parser: 21.1.1 + +packages: + + /@ampproject/remapping/2.2.1: + resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==} + engines: {node: '>=6.0.0'} + dependencies: + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.18 + dev: true + + /@babel/code-frame/7.12.11: + resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==} + dependencies: + '@babel/highlight': 7.18.6 + dev: true + + /@babel/code-frame/7.21.4: + resolution: {integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/highlight': 7.18.6 + dev: true + + /@babel/compat-data/7.21.7: + resolution: {integrity: sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA==} + engines: {node: '>=6.9.0'} + dev: true + + /@babel/core/7.21.8: + resolution: {integrity: sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@ampproject/remapping': 2.2.1 + '@babel/code-frame': 7.21.4 + '@babel/generator': 7.21.5 + '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.21.8 + '@babel/helper-module-transforms': 7.21.5 + '@babel/helpers': 7.21.5 + '@babel/parser': 7.21.8 + '@babel/template': 7.20.7 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 + convert-source-map: 1.9.0 + debug: 4.3.4 + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/generator/7.21.5: + resolution: {integrity: sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.21.5 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.18 + jsesc: 2.5.2 + dev: true + + /@babel/helper-compilation-targets/7.21.5_@babel+core@7.21.8: + resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/compat-data': 7.21.7 + '@babel/core': 7.21.8 + '@babel/helper-validator-option': 7.21.0 + browserslist: 4.21.5 + lru-cache: 5.1.1 + semver: 6.3.0 + dev: true + + /@babel/helper-environment-visitor/7.21.5: + resolution: {integrity: sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==} + engines: {node: '>=6.9.0'} + dev: true + + /@babel/helper-function-name/7.21.0: + resolution: {integrity: sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.20.7 + '@babel/types': 7.21.5 + dev: true + + /@babel/helper-hoist-variables/7.18.6: + resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.21.5 + dev: true + + /@babel/helper-module-imports/7.21.4: + resolution: {integrity: sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.21.5 + dev: true + + /@babel/helper-module-transforms/7.21.5: + resolution: {integrity: sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-environment-visitor': 7.21.5 + '@babel/helper-module-imports': 7.21.4 + '@babel/helper-simple-access': 7.21.5 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/helper-validator-identifier': 7.19.1 + '@babel/template': 7.20.7 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/helper-plugin-utils/7.21.5: + resolution: {integrity: sha512-0WDaIlXKOX/3KfBK/dwP1oQGiPh6rjMkT7HIRv7i5RR2VUMwrx5ZL0dwBkKx7+SW1zwNdgjHd34IMk5ZjTeHVg==} + engines: {node: '>=6.9.0'} + dev: true + + /@babel/helper-simple-access/7.21.5: + resolution: {integrity: sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.21.5 + dev: true + + /@babel/helper-split-export-declaration/7.18.6: + resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.21.5 + dev: true + + /@babel/helper-string-parser/7.21.5: + resolution: {integrity: sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==} + engines: {node: '>=6.9.0'} + dev: true + + /@babel/helper-validator-identifier/7.19.1: + resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==} + engines: {node: '>=6.9.0'} + dev: true + + /@babel/helper-validator-option/7.21.0: + resolution: {integrity: sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==} + engines: {node: '>=6.9.0'} + dev: true + + /@babel/helpers/7.21.5: + resolution: {integrity: sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.20.7 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/highlight/7.18.6: + resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-validator-identifier': 7.19.1 + chalk: 2.4.2 + js-tokens: 4.0.0 + dev: true + + /@babel/parser/7.21.8: + resolution: {integrity: sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.21.5 + dev: true + + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.21.8: + resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + dev: true + + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.21.8: + resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + dev: true + + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.21.8: + resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + dev: true + + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.21.8: + resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + dev: true + + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.21.8: + resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + dev: true + + /@babel/plugin-syntax-jsx/7.21.4_@babel+core@7.21.8: + resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + dev: true + + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.21.8: + resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + dev: true + + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.21.8: + resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + dev: true + + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.21.8: + resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + dev: true + + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.21.8: + resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + dev: true + + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.21.8: + resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + dev: true + + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.21.8: + resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + dev: true + + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.21.8: + resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + dev: true + + /@babel/plugin-syntax-typescript/7.21.4_@babel+core@7.21.8: + resolution: {integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.8 + '@babel/helper-plugin-utils': 7.21.5 + dev: true + + /@babel/template/7.20.7: + resolution: {integrity: sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.21.4 + '@babel/parser': 7.21.8 + '@babel/types': 7.21.5 + dev: true + + /@babel/traverse/7.21.5: + resolution: {integrity: sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.21.4 + '@babel/generator': 7.21.5 + '@babel/helper-environment-visitor': 7.21.5 + '@babel/helper-function-name': 7.21.0 + '@babel/helper-hoist-variables': 7.18.6 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/parser': 7.21.8 + '@babel/types': 7.21.5 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/types/7.21.5: + resolution: {integrity: sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.21.5 + '@babel/helper-validator-identifier': 7.19.1 + to-fast-properties: 2.0.0 + dev: true + + /@bcoe/v8-coverage/0.2.3: + resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} + dev: true + + /@eslint/eslintrc/0.4.3: + resolution: {integrity: sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==} + engines: {node: ^10.12.0 || >=12.0.0} + dependencies: + ajv: 6.12.6 + debug: 4.3.4 + espree: 7.3.1 + globals: 13.20.0 + ignore: 4.0.6 + import-fresh: 3.3.0 + js-yaml: 3.14.1 + minimatch: 3.1.2 + strip-json-comments: 3.1.1 + transitivePeerDependencies: + - supports-color + dev: true + + /@humanwhocodes/config-array/0.5.0: + resolution: {integrity: sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==} + engines: {node: '>=10.10.0'} + dependencies: + '@humanwhocodes/object-schema': 1.2.1 + debug: 4.3.4 + minimatch: 3.1.2 + transitivePeerDependencies: + - supports-color + dev: true + + /@humanwhocodes/object-schema/1.2.1: + resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} + dev: true + + /@hutson/parse-repository-url/3.0.2: + resolution: {integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==} + engines: {node: '>=6.9.0'} + dev: true + + /@istanbuljs/load-nyc-config/1.1.0: + resolution: {integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==} + engines: {node: '>=8'} + dependencies: + camelcase: 5.3.1 + find-up: 4.1.0 + get-package-type: 0.1.0 + js-yaml: 3.14.1 + resolve-from: 5.0.0 + dev: true + + /@istanbuljs/schema/0.1.3: + resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==} + engines: {node: '>=8'} + dev: true + + /@jest/console/29.5.0: + resolution: {integrity: sha512-NEpkObxPwyw/XxZVLPmAGKE89IQRp4puc6IQRPru6JKd1M3fW9v1xM1AnzIJE65hbCkzQAdnL8P47e9hzhiYLQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/types': 29.5.0 + '@types/node': 18.16.6 + chalk: 4.1.2 + jest-message-util: 29.5.0 + jest-util: 29.5.0 + slash: 3.0.0 + dev: true + + /@jest/core/29.5.0: + resolution: {integrity: sha512-28UzQc7ulUrOQw1IsN/kv1QES3q2kkbl/wGslyhAclqZ/8cMdB5M68BffkIdSJgKBUt50d3hbwJ92XESlE7LiQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + dependencies: + '@jest/console': 29.5.0 + '@jest/reporters': 29.5.0 + '@jest/test-result': 29.5.0 + '@jest/transform': 29.5.0 + '@jest/types': 29.5.0 + '@types/node': 18.16.6 + ansi-escapes: 4.3.2 + chalk: 4.1.2 + ci-info: 3.8.0 + exit: 0.1.2 + graceful-fs: 4.2.11 + jest-changed-files: 29.5.0 + jest-config: 29.5.0_@types+node@18.16.6 + jest-haste-map: 29.5.0 + jest-message-util: 29.5.0 + jest-regex-util: 29.4.3 + jest-resolve: 29.5.0 + jest-resolve-dependencies: 29.5.0 + jest-runner: 29.5.0 + jest-runtime: 29.5.0 + jest-snapshot: 29.5.0 + jest-util: 29.5.0 + jest-validate: 29.5.0 + jest-watcher: 29.5.0 + micromatch: 4.0.5 + pretty-format: 29.5.0 + slash: 3.0.0 + strip-ansi: 6.0.1 + transitivePeerDependencies: + - supports-color + - ts-node + dev: true + + /@jest/environment/29.5.0: + resolution: {integrity: sha512-5FXw2+wD29YU1d4I2htpRX7jYnAyTRjP2CsXQdo9SAM8g3ifxWPSV0HnClSn71xwctr0U3oZIIH+dtbfmnbXVQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/fake-timers': 29.5.0 + '@jest/types': 29.5.0 + '@types/node': 18.16.6 + jest-mock: 29.5.0 + dev: true + + /@jest/expect-utils/29.5.0: + resolution: {integrity: sha512-fmKzsidoXQT2KwnrwE0SQq3uj8Z763vzR8LnLBwC2qYWEFpjX8daRsk6rHUM1QvNlEW/UJXNXm59ztmJJWs2Mg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + jest-get-type: 29.4.3 + dev: true + + /@jest/expect/29.5.0: + resolution: {integrity: sha512-PueDR2HGihN3ciUNGr4uelropW7rqUfTiOn+8u0leg/42UhblPxHkfoh0Ruu3I9Y1962P3u2DY4+h7GVTSVU6g==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + expect: 29.5.0 + jest-snapshot: 29.5.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@jest/fake-timers/29.5.0: + resolution: {integrity: sha512-9ARvuAAQcBwDAqOnglWq2zwNIRUDtk/SCkp/ToGEhFv5r86K21l+VEs0qNTaXtyiY0lEePl3kylijSYJQqdbDg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/types': 29.5.0 + '@sinonjs/fake-timers': 10.0.2 + '@types/node': 18.16.6 + jest-message-util: 29.5.0 + jest-mock: 29.5.0 + jest-util: 29.5.0 + dev: true + + /@jest/globals/29.5.0: + resolution: {integrity: sha512-S02y0qMWGihdzNbUiqSAiKSpSozSuHX5UYc7QbnHP+D9Lyw8DgGGCinrN9uSuHPeKgSSzvPom2q1nAtBvUsvPQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/environment': 29.5.0 + '@jest/expect': 29.5.0 + '@jest/types': 29.5.0 + jest-mock: 29.5.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@jest/reporters/29.5.0: + resolution: {integrity: sha512-D05STXqj/M8bP9hQNSICtPqz97u7ffGzZu+9XLucXhkOFBqKcXe04JLZOgIekOxdb73MAoBUFnqvf7MCpKk5OA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + dependencies: + '@bcoe/v8-coverage': 0.2.3 + '@jest/console': 29.5.0 + '@jest/test-result': 29.5.0 + '@jest/transform': 29.5.0 + '@jest/types': 29.5.0 + '@jridgewell/trace-mapping': 0.3.18 + '@types/node': 18.16.6 + chalk: 4.1.2 + collect-v8-coverage: 1.0.1 + exit: 0.1.2 + glob: 7.2.3 + graceful-fs: 4.2.11 + istanbul-lib-coverage: 3.2.0 + istanbul-lib-instrument: 5.2.1 + istanbul-lib-report: 3.0.0 + istanbul-lib-source-maps: 4.0.1 + istanbul-reports: 3.1.5 + jest-message-util: 29.5.0 + jest-util: 29.5.0 + jest-worker: 29.5.0 + slash: 3.0.0 + string-length: 4.0.2 + strip-ansi: 6.0.1 + v8-to-istanbul: 9.1.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@jest/schemas/29.4.3: + resolution: {integrity: sha512-VLYKXQmtmuEz6IxJsrZwzG9NvtkQsWNnWMsKxqWNu3+CnfzJQhp0WDDKWLVV9hLKr0l3SLLFRqcYHjhtyuDVxg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@sinclair/typebox': 0.25.24 + dev: true + + /@jest/source-map/29.4.3: + resolution: {integrity: sha512-qyt/mb6rLyd9j1jUts4EQncvS6Yy3PM9HghnNv86QBlV+zdL2inCdK1tuVlL+J+lpiw2BI67qXOrX3UurBqQ1w==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jridgewell/trace-mapping': 0.3.18 + callsites: 3.1.0 + graceful-fs: 4.2.11 + dev: true + + /@jest/test-result/29.5.0: + resolution: {integrity: sha512-fGl4rfitnbfLsrfx1uUpDEESS7zM8JdgZgOCQuxQvL1Sn/I6ijeAVQWGfXI9zb1i9Mzo495cIpVZhA0yr60PkQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/console': 29.5.0 + '@jest/types': 29.5.0 + '@types/istanbul-lib-coverage': 2.0.4 + collect-v8-coverage: 1.0.1 + dev: true + + /@jest/test-sequencer/29.5.0: + resolution: {integrity: sha512-yPafQEcKjkSfDXyvtgiV4pevSeyuA6MQr6ZIdVkWJly9vkqjnFfcfhRQqpD5whjoU8EORki752xQmjaqoFjzMQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/test-result': 29.5.0 + graceful-fs: 4.2.11 + jest-haste-map: 29.5.0 + slash: 3.0.0 + dev: true + + /@jest/transform/29.5.0: + resolution: {integrity: sha512-8vbeZWqLJOvHaDfeMuoHITGKSz5qWc9u04lnWrQE3VyuSw604PzQM824ZeX9XSjUCeDiE3GuxZe5UKa8J61NQw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@babel/core': 7.21.8 + '@jest/types': 29.5.0 + '@jridgewell/trace-mapping': 0.3.18 + babel-plugin-istanbul: 6.1.1 + chalk: 4.1.2 + convert-source-map: 2.0.0 + fast-json-stable-stringify: 2.1.0 + graceful-fs: 4.2.11 + jest-haste-map: 29.5.0 + jest-regex-util: 29.4.3 + jest-util: 29.5.0 + micromatch: 4.0.5 + pirates: 4.0.5 + slash: 3.0.0 + write-file-atomic: 4.0.2 + transitivePeerDependencies: + - supports-color + dev: true + + /@jest/types/29.5.0: + resolution: {integrity: sha512-qbu7kN6czmVRc3xWFQcAN03RAUamgppVUdXrvl1Wr3jlNF93o9mJbGcDWrwGB6ht44u7efB1qCFgVQmca24Uog==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/schemas': 29.4.3 + '@types/istanbul-lib-coverage': 2.0.4 + '@types/istanbul-reports': 3.0.1 + '@types/node': 18.16.6 + '@types/yargs': 17.0.24 + chalk: 4.1.2 + dev: true + + /@jridgewell/gen-mapping/0.3.3: + resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==} + engines: {node: '>=6.0.0'} + dependencies: + '@jridgewell/set-array': 1.1.2 + '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/trace-mapping': 0.3.18 + dev: true + + /@jridgewell/resolve-uri/3.1.0: + resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} + engines: {node: '>=6.0.0'} + dev: true + + /@jridgewell/set-array/1.1.2: + resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==} + engines: {node: '>=6.0.0'} + dev: true + + /@jridgewell/sourcemap-codec/1.4.14: + resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} + dev: true + + /@jridgewell/sourcemap-codec/1.4.15: + resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} + dev: true + + /@jridgewell/trace-mapping/0.3.18: + resolution: {integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==} + dependencies: + '@jridgewell/resolve-uri': 3.1.0 + '@jridgewell/sourcemap-codec': 1.4.14 + dev: true + + /@sinclair/typebox/0.25.24: + resolution: {integrity: sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ==} + dev: true + + /@sinonjs/commons/2.0.0: + resolution: {integrity: sha512-uLa0j859mMrg2slwQYdO/AkrOfmH+X6LTVmNTS9CqexuE2IvVORIkSpJLqePAbEnKJ77aMmCwr1NUZ57120Xcg==} + dependencies: + type-detect: 4.0.8 + dev: true + + /@sinonjs/fake-timers/10.0.2: + resolution: {integrity: sha512-SwUDyjWnah1AaNl7kxsa7cfLhlTYoiyhDAIgyh+El30YvXs/o7OLXpYH88Zdhyx9JExKrmHDJ+10bwIcY80Jmw==} + dependencies: + '@sinonjs/commons': 2.0.0 + dev: true + + /@types/babel__core/7.20.0: + resolution: {integrity: sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==} + dependencies: + '@babel/parser': 7.21.8 + '@babel/types': 7.21.5 + '@types/babel__generator': 7.6.4 + '@types/babel__template': 7.4.1 + '@types/babel__traverse': 7.18.5 + dev: true + + /@types/babel__generator/7.6.4: + resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} + dependencies: + '@babel/types': 7.21.5 + dev: true + + /@types/babel__template/7.4.1: + resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} + dependencies: + '@babel/parser': 7.21.8 + '@babel/types': 7.21.5 + dev: true + + /@types/babel__traverse/7.18.5: + resolution: {integrity: sha512-enCvTL8m/EHS/zIvJno9nE+ndYPh1/oNFzRYRmtUqJICG2VnCSBzMLW5VN2KCQU91f23tsNKR8v7VJJQMatl7Q==} + dependencies: + '@babel/types': 7.21.5 + dev: true + + /@types/eslint-visitor-keys/1.0.0: + resolution: {integrity: sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==} + dev: true + + /@types/graceful-fs/4.1.6: + resolution: {integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==} + dependencies: + '@types/node': 18.16.6 + dev: true + + /@types/istanbul-lib-coverage/2.0.4: + resolution: {integrity: sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==} + dev: true + + /@types/istanbul-lib-report/3.0.0: + resolution: {integrity: sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==} + dependencies: + '@types/istanbul-lib-coverage': 2.0.4 + dev: true + + /@types/istanbul-reports/3.0.1: + resolution: {integrity: sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==} + dependencies: + '@types/istanbul-lib-report': 3.0.0 + dev: true + + /@types/jest/29.5.1: + resolution: {integrity: sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==} + dependencies: + expect: 29.5.0 + pretty-format: 29.5.0 + dev: true + + /@types/json-schema/7.0.11: + resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==} + dev: true + + /@types/minimist/1.2.2: + resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} + dev: true + + /@types/node/18.16.6: + resolution: {integrity: sha512-N7KINmeB8IN3vRR8dhgHEp+YpWvGFcpDoh5XZ8jB5a00AdFKCKEyyGTOPTddUf4JqU1ZKTVxkOxakDvchNVI2Q==} + dev: true + + /@types/normalize-package-data/2.4.1: + resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} + dev: true + + /@types/prettier/2.7.2: + resolution: {integrity: sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==} + dev: true + + /@types/stack-utils/2.0.1: + resolution: {integrity: sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==} + dev: true + + /@types/yargs-parser/21.0.0: + resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==} + dev: true + + /@types/yargs/17.0.24: + resolution: {integrity: sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==} + dependencies: + '@types/yargs-parser': 21.0.0 + dev: true + + /@typescript-eslint/eslint-plugin/3.10.1_a18e814019c959d52a44881c5533ce12: + resolution: {integrity: sha512-PQg0emRtzZFWq6PxBcdxRH3QIQiyFO3WCVpRL3fgj5oQS3CDs3AeAKfv4DxNhzn8ITdNJGJ4D3Qw8eAJf3lXeQ==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + '@typescript-eslint/parser': ^3.0.0 + eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/experimental-utils': 3.10.1_eslint@7.32.0+typescript@5.0.4 + '@typescript-eslint/parser': 3.10.1_eslint@7.32.0+typescript@5.0.4 + debug: 4.3.4 + eslint: 7.32.0 + functional-red-black-tree: 1.0.1 + regexpp: 3.2.0 + semver: 7.5.0 + tsutils: 3.21.0_typescript@5.0.4 + typescript: 5.0.4 + transitivePeerDependencies: + - supports-color + dev: true + + /@typescript-eslint/experimental-utils/3.10.1_eslint@7.32.0+typescript@5.0.4: + resolution: {integrity: sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + eslint: '*' + dependencies: + '@types/json-schema': 7.0.11 + '@typescript-eslint/types': 3.10.1 + '@typescript-eslint/typescript-estree': 3.10.1_typescript@5.0.4 + eslint: 7.32.0 + eslint-scope: 5.1.1 + eslint-utils: 2.1.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + + /@typescript-eslint/parser/3.10.1_eslint@7.32.0+typescript@5.0.4: + resolution: {integrity: sha512-Ug1RcWcrJP02hmtaXVS3axPPTTPnZjupqhgj+NnZ6BCkwSImWk/283347+x9wN+lqOdK9Eo3vsyiyDHgsmiEJw==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@types/eslint-visitor-keys': 1.0.0 + '@typescript-eslint/experimental-utils': 3.10.1_eslint@7.32.0+typescript@5.0.4 + '@typescript-eslint/types': 3.10.1 + '@typescript-eslint/typescript-estree': 3.10.1_typescript@5.0.4 + eslint: 7.32.0 + eslint-visitor-keys: 1.3.0 + typescript: 5.0.4 + transitivePeerDependencies: + - supports-color + dev: true + + /@typescript-eslint/types/3.10.1: + resolution: {integrity: sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + dev: true + + /@typescript-eslint/typescript-estree/3.10.1_typescript@5.0.4: + resolution: {integrity: sha512-QbcXOuq6WYvnB3XPsZpIwztBoquEYLXh2MtwVU+kO8jgYCiv4G5xrSP/1wg4tkvrEE+esZVquIPX/dxPlePk1w==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 3.10.1 + '@typescript-eslint/visitor-keys': 3.10.1 + debug: 4.3.4 + glob: 7.2.3 + is-glob: 4.0.3 + lodash: 4.17.21 + semver: 7.5.0 + tsutils: 3.21.0_typescript@5.0.4 + typescript: 5.0.4 + transitivePeerDependencies: + - supports-color + dev: true + + /@typescript-eslint/visitor-keys/3.10.1: + resolution: {integrity: sha512-9JgC82AaQeglebjZMgYR5wgmfUdUc+EitGUUMW8u2nDckaeimzW+VsoLV6FoimPv2id3VQzfjwBxEMVz08ameQ==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + dependencies: + eslint-visitor-keys: 1.3.0 + dev: true + + /JSONStream/1.3.5: + resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} + hasBin: true + dependencies: + jsonparse: 1.3.1 + through: 2.3.8 + dev: true + + /acorn-jsx/5.3.2_acorn@7.4.1: + resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} + peerDependencies: + acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + acorn: 7.4.1 + dev: true + + /acorn/7.4.1: + resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} + engines: {node: '>=0.4.0'} + hasBin: true + dev: true + + /add-stream/1.0.0: + resolution: {integrity: sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==} + dev: true + + /ajv/6.12.6: + resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} + dependencies: + fast-deep-equal: 3.1.3 + fast-json-stable-stringify: 2.1.0 + json-schema-traverse: 0.4.1 + uri-js: 4.4.1 + dev: true + + /ajv/8.12.0: + resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==} + dependencies: + fast-deep-equal: 3.1.3 + json-schema-traverse: 1.0.0 + require-from-string: 2.0.2 + uri-js: 4.4.1 + dev: true + + /ansi-colors/4.1.3: + resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} + engines: {node: '>=6'} + dev: true + + /ansi-escapes/4.3.2: + resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} + engines: {node: '>=8'} + dependencies: + type-fest: 0.21.3 + dev: true + + /ansi-regex/5.0.1: + resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} + engines: {node: '>=8'} + dev: true + + /ansi-styles/3.2.1: + resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} + engines: {node: '>=4'} + dependencies: + color-convert: 1.9.3 + dev: true + + /ansi-styles/4.3.0: + resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} + engines: {node: '>=8'} + dependencies: + color-convert: 2.0.1 + dev: true + + /ansi-styles/5.2.0: + resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} + engines: {node: '>=10'} + dev: true + + /antlr4/4.12.0: + resolution: {integrity: sha512-23iB5IzXJZRZeK9TigzUyrNc9pSmNqAerJRBcNq1ETrmttMWRgaYZzC561IgEO3ygKsDJTYDTozABXa4b/fTQQ==} + engines: {node: '>=16'} + dev: false + + /anymatch/3.1.3: + resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} + engines: {node: '>= 8'} + dependencies: + normalize-path: 3.0.0 + picomatch: 2.3.1 + dev: true + + /argparse/1.0.10: + resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} + dependencies: + sprintf-js: 1.0.3 + dev: true + + /array-ify/1.0.0: + resolution: {integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==} + dev: true + + /arrify/1.0.1: + resolution: {integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==} + engines: {node: '>=0.10.0'} + dev: true + + /astral-regex/2.0.0: + resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} + engines: {node: '>=8'} + dev: true + + /babel-jest/29.5.0_@babel+core@7.21.8: + resolution: {integrity: sha512-mA4eCDh5mSo2EcA9xQjVTpmbbNk32Zb3Q3QFQsNhaK56Q+yoXowzFodLux30HRgyOho5rsQ6B0P9QpMkvvnJ0Q==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + peerDependencies: + '@babel/core': ^7.8.0 + dependencies: + '@babel/core': 7.21.8 + '@jest/transform': 29.5.0 + '@types/babel__core': 7.20.0 + babel-plugin-istanbul: 6.1.1 + babel-preset-jest: 29.5.0_@babel+core@7.21.8 + chalk: 4.1.2 + graceful-fs: 4.2.11 + slash: 3.0.0 + transitivePeerDependencies: + - supports-color + dev: true + + /babel-plugin-istanbul/6.1.1: + resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} + engines: {node: '>=8'} + dependencies: + '@babel/helper-plugin-utils': 7.21.5 + '@istanbuljs/load-nyc-config': 1.1.0 + '@istanbuljs/schema': 0.1.3 + istanbul-lib-instrument: 5.2.1 + test-exclude: 6.0.0 + transitivePeerDependencies: + - supports-color + dev: true + + /babel-plugin-jest-hoist/29.5.0: + resolution: {integrity: sha512-zSuuuAlTMT4mzLj2nPnUm6fsE6270vdOfnpbJ+RmruU75UhLFvL0N2NgI7xpeS7NaB6hGqmd5pVpGTDYvi4Q3w==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@babel/template': 7.20.7 + '@babel/types': 7.21.5 + '@types/babel__core': 7.20.0 + '@types/babel__traverse': 7.18.5 + dev: true + + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.21.8: + resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.21.8 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.21.8 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.21.8 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.21.8 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.21.8 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.21.8 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.21.8 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.21.8 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.21.8 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.21.8 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.21.8 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.21.8 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.21.8 + dev: true + + /babel-preset-jest/29.5.0_@babel+core@7.21.8: + resolution: {integrity: sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.21.8 + babel-plugin-jest-hoist: 29.5.0 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.21.8 + dev: true + + /balanced-match/1.0.2: + resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + dev: true + + /brace-expansion/1.1.11: + resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + dependencies: + balanced-match: 1.0.2 + concat-map: 0.0.1 + dev: true + + /braces/3.0.2: + resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} + engines: {node: '>=8'} + dependencies: + fill-range: 7.0.1 + dev: true + + /browserslist/4.21.5: + resolution: {integrity: sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + dependencies: + caniuse-lite: 1.0.30001486 + electron-to-chromium: 1.4.387 + node-releases: 2.0.10 + update-browserslist-db: 1.0.11_browserslist@4.21.5 + dev: true + + /bs-logger/0.2.6: + resolution: {integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==} + engines: {node: '>= 6'} + dependencies: + fast-json-stable-stringify: 2.1.0 + dev: true + + /bser/2.1.1: + resolution: {integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==} + dependencies: + node-int64: 0.4.0 + dev: true + + /buffer-from/1.1.2: + resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} + dev: true + + /callsites/3.1.0: + resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} + engines: {node: '>=6'} + dev: true + + /camelcase-keys/6.2.2: + resolution: {integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==} + engines: {node: '>=8'} + dependencies: + camelcase: 5.3.1 + map-obj: 4.3.0 + quick-lru: 4.0.1 + dev: true + + /camelcase/5.3.1: + resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} + engines: {node: '>=6'} + dev: true + + /camelcase/6.3.0: + resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} + engines: {node: '>=10'} + dev: true + + /caniuse-lite/1.0.30001486: + resolution: {integrity: sha512-uv7/gXuHi10Whlj0pp5q/tsK/32J2QSqVRKQhs2j8VsDCjgyruAh/eEXHF822VqO9yT6iZKw3nRwZRSPBE9OQg==} + dev: true + + /chalk/2.4.2: + resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} + engines: {node: '>=4'} + dependencies: + ansi-styles: 3.2.1 + escape-string-regexp: 1.0.5 + supports-color: 5.5.0 + dev: true + + /chalk/4.1.2: + resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} + engines: {node: '>=10'} + dependencies: + ansi-styles: 4.3.0 + supports-color: 7.2.0 + dev: true + + /char-regex/1.0.2: + resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==} + engines: {node: '>=10'} + dev: true + + /ci-info/3.8.0: + resolution: {integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==} + engines: {node: '>=8'} + dev: true + + /cjs-module-lexer/1.2.2: + resolution: {integrity: sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==} + dev: true + + /cliui/7.0.4: + resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} + dependencies: + string-width: 4.2.3 + strip-ansi: 6.0.1 + wrap-ansi: 7.0.0 + dev: true + + /cliui/8.0.1: + resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} + engines: {node: '>=12'} + dependencies: + string-width: 4.2.3 + strip-ansi: 6.0.1 + wrap-ansi: 7.0.0 + dev: true + + /co/4.6.0: + resolution: {integrity: sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==} + engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} + dev: true + + /collect-v8-coverage/1.0.1: + resolution: {integrity: sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==} + dev: true + + /color-convert/1.9.3: + resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} + dependencies: + color-name: 1.1.3 + dev: true + + /color-convert/2.0.1: + resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} + engines: {node: '>=7.0.0'} + dependencies: + color-name: 1.1.4 + dev: true + + /color-name/1.1.3: + resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} + dev: true + + /color-name/1.1.4: + resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} + dev: true + + /compare-func/2.0.0: + resolution: {integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==} + dependencies: + array-ify: 1.0.0 + dot-prop: 5.3.0 + dev: true + + /concat-map/0.0.1: + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + dev: true + + /concat-stream/2.0.0: + resolution: {integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==} + engines: {'0': node >= 6.0} + dependencies: + buffer-from: 1.1.2 + inherits: 2.0.4 + readable-stream: 3.6.2 + typedarray: 0.0.6 + dev: true + + /conventional-changelog-angular/5.0.13: + resolution: {integrity: sha512-i/gipMxs7s8L/QeuavPF2hLnJgH6pEZAttySB6aiQLWcX3puWDL3ACVmvBhJGxnAy52Qc15ua26BufY6KpmrVA==} + engines: {node: '>=10'} + dependencies: + compare-func: 2.0.0 + q: 1.5.1 + dev: true + + /conventional-changelog-atom/2.0.8: + resolution: {integrity: sha512-xo6v46icsFTK3bb7dY/8m2qvc8sZemRgdqLb/bjpBsH2UyOS8rKNTgcb5025Hri6IpANPApbXMg15QLb1LJpBw==} + engines: {node: '>=10'} + dependencies: + q: 1.5.1 + dev: true + + /conventional-changelog-codemirror/2.0.8: + resolution: {integrity: sha512-z5DAsn3uj1Vfp7po3gpt2Boc+Bdwmw2++ZHa5Ak9k0UKsYAO5mH1UBTN0qSCuJZREIhX6WU4E1p3IW2oRCNzQw==} + engines: {node: '>=10'} + dependencies: + q: 1.5.1 + dev: true + + /conventional-changelog-config-spec/2.1.0: + resolution: {integrity: sha512-IpVePh16EbbB02V+UA+HQnnPIohgXvJRxHcS5+Uwk4AT5LjzCZJm5sp/yqs5C6KZJ1jMsV4paEV13BN1pvDuxQ==} + dev: true + + /conventional-changelog-conventionalcommits/4.6.3: + resolution: {integrity: sha512-LTTQV4fwOM4oLPad317V/QNQ1FY4Hju5qeBIM1uTHbrnCE+Eg4CdRZ3gO2pUeR+tzWdp80M2j3qFFEDWVqOV4g==} + engines: {node: '>=10'} + dependencies: + compare-func: 2.0.0 + lodash: 4.17.21 + q: 1.5.1 + dev: true + + /conventional-changelog-core/4.2.4: + resolution: {integrity: sha512-gDVS+zVJHE2v4SLc6B0sLsPiloR0ygU7HaDW14aNJE1v4SlqJPILPl/aJC7YdtRE4CybBf8gDwObBvKha8Xlyg==} + engines: {node: '>=10'} + dependencies: + add-stream: 1.0.0 + conventional-changelog-writer: 5.0.1 + conventional-commits-parser: 3.2.4 + dateformat: 3.0.3 + get-pkg-repo: 4.2.1 + git-raw-commits: 2.0.11 + git-remote-origin-url: 2.0.0 + git-semver-tags: 4.1.1 + lodash: 4.17.21 + normalize-package-data: 3.0.3 + q: 1.5.1 + read-pkg: 3.0.0 + read-pkg-up: 3.0.0 + through2: 4.0.2 + dev: true + + /conventional-changelog-ember/2.0.9: + resolution: {integrity: sha512-ulzIReoZEvZCBDhcNYfDIsLTHzYHc7awh+eI44ZtV5cx6LVxLlVtEmcO+2/kGIHGtw+qVabJYjdI5cJOQgXh1A==} + engines: {node: '>=10'} + dependencies: + q: 1.5.1 + dev: true + + /conventional-changelog-eslint/3.0.9: + resolution: {integrity: sha512-6NpUCMgU8qmWmyAMSZO5NrRd7rTgErjrm4VASam2u5jrZS0n38V7Y9CzTtLT2qwz5xEChDR4BduoWIr8TfwvXA==} + engines: {node: '>=10'} + dependencies: + q: 1.5.1 + dev: true + + /conventional-changelog-express/2.0.6: + resolution: {integrity: sha512-SDez2f3iVJw6V563O3pRtNwXtQaSmEfTCaTBPCqn0oG0mfkq0rX4hHBq5P7De2MncoRixrALj3u3oQsNK+Q0pQ==} + engines: {node: '>=10'} + dependencies: + q: 1.5.1 + dev: true + + /conventional-changelog-jquery/3.0.11: + resolution: {integrity: sha512-x8AWz5/Td55F7+o/9LQ6cQIPwrCjfJQ5Zmfqi8thwUEKHstEn4kTIofXub7plf1xvFA2TqhZlq7fy5OmV6BOMw==} + engines: {node: '>=10'} + dependencies: + q: 1.5.1 + dev: true + + /conventional-changelog-jshint/2.0.9: + resolution: {integrity: sha512-wMLdaIzq6TNnMHMy31hql02OEQ8nCQfExw1SE0hYL5KvU+JCTuPaDO+7JiogGT2gJAxiUGATdtYYfh+nT+6riA==} + engines: {node: '>=10'} + dependencies: + compare-func: 2.0.0 + q: 1.5.1 + dev: true + + /conventional-changelog-preset-loader/2.3.4: + resolution: {integrity: sha512-GEKRWkrSAZeTq5+YjUZOYxdHq+ci4dNwHvpaBC3+ENalzFWuCWa9EZXSuZBpkr72sMdKB+1fyDV4takK1Lf58g==} + engines: {node: '>=10'} + dev: true + + /conventional-changelog-writer/5.0.1: + resolution: {integrity: sha512-5WsuKUfxW7suLblAbFnxAcrvf6r+0b7GvNaWUwUIk0bXMnENP/PEieGKVUQrjPqwPT4o3EPAASBXiY6iHooLOQ==} + engines: {node: '>=10'} + hasBin: true + dependencies: + conventional-commits-filter: 2.0.7 + dateformat: 3.0.3 + handlebars: 4.7.7 + json-stringify-safe: 5.0.1 + lodash: 4.17.21 + meow: 8.1.2 + semver: 6.3.0 + split: 1.0.1 + through2: 4.0.2 + dev: true + + /conventional-changelog/3.1.25: + resolution: {integrity: sha512-ryhi3fd1mKf3fSjbLXOfK2D06YwKNic1nC9mWqybBHdObPd8KJ2vjaXZfYj1U23t+V8T8n0d7gwnc9XbIdFbyQ==} + engines: {node: '>=10'} + dependencies: + conventional-changelog-angular: 5.0.13 + conventional-changelog-atom: 2.0.8 + conventional-changelog-codemirror: 2.0.8 + conventional-changelog-conventionalcommits: 4.6.3 + conventional-changelog-core: 4.2.4 + conventional-changelog-ember: 2.0.9 + conventional-changelog-eslint: 3.0.9 + conventional-changelog-express: 2.0.6 + conventional-changelog-jquery: 3.0.11 + conventional-changelog-jshint: 2.0.9 + conventional-changelog-preset-loader: 2.3.4 + dev: true + + /conventional-commits-filter/2.0.7: + resolution: {integrity: sha512-ASS9SamOP4TbCClsRHxIHXRfcGCnIoQqkvAzCSbZzTFLfcTqJVugB0agRgsEELsqaeWgsXv513eS116wnlSSPA==} + engines: {node: '>=10'} + dependencies: + lodash.ismatch: 4.4.0 + modify-values: 1.0.1 + dev: true + + /conventional-commits-parser/3.2.4: + resolution: {integrity: sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q==} + engines: {node: '>=10'} + hasBin: true + dependencies: + is-text-path: 1.0.1 + JSONStream: 1.3.5 + lodash: 4.17.21 + meow: 8.1.2 + split2: 3.2.2 + through2: 4.0.2 + dev: true + + /conventional-recommended-bump/6.1.0: + resolution: {integrity: sha512-uiApbSiNGM/kkdL9GTOLAqC4hbptObFo4wW2QRyHsKciGAfQuLU1ShZ1BIVI/+K2BE/W1AWYQMCXAsv4dyKPaw==} + engines: {node: '>=10'} + hasBin: true + dependencies: + concat-stream: 2.0.0 + conventional-changelog-preset-loader: 2.3.4 + conventional-commits-filter: 2.0.7 + conventional-commits-parser: 3.2.4 + git-raw-commits: 2.0.11 + git-semver-tags: 4.1.1 + meow: 8.1.2 + q: 1.5.1 + dev: true + + /convert-source-map/1.9.0: + resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} + dev: true + + /convert-source-map/2.0.0: + resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} + dev: true + + /core-util-is/1.0.3: + resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} + dev: true + + /cross-spawn/7.0.3: + resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} + engines: {node: '>= 8'} + dependencies: + path-key: 3.1.1 + shebang-command: 2.0.0 + which: 2.0.2 + dev: true + + /dargs/7.0.0: + resolution: {integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==} + engines: {node: '>=8'} + dev: true + + /dateformat/3.0.3: + resolution: {integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==} + dev: true + + /debug/4.3.4: + resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + dependencies: + ms: 2.1.2 + dev: true + + /decamelize-keys/1.1.1: + resolution: {integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==} + engines: {node: '>=0.10.0'} + dependencies: + decamelize: 1.2.0 + map-obj: 1.0.1 + dev: true + + /decamelize/1.2.0: + resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==} + engines: {node: '>=0.10.0'} + dev: true + + /dedent/0.7.0: + resolution: {integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==} + dev: true + + /deep-is/0.1.4: + resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} + dev: true + + /deepmerge/4.3.1: + resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} + engines: {node: '>=0.10.0'} + dev: true + + /detect-indent/6.1.0: + resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==} + engines: {node: '>=8'} + dev: true + + /detect-newline/3.1.0: + resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==} + engines: {node: '>=8'} + dev: true + + /diff-sequences/29.4.3: + resolution: {integrity: sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dev: true + + /doctrine/3.0.0: + resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} + engines: {node: '>=6.0.0'} + dependencies: + esutils: 2.0.3 + dev: true + + /dot-prop/5.3.0: + resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} + engines: {node: '>=8'} + dependencies: + is-obj: 2.0.0 + dev: true + + /dotgitignore/2.1.0: + resolution: {integrity: sha512-sCm11ak2oY6DglEPpCB8TixLjWAxd3kJTs6UIcSasNYxXdFPV+YKlye92c8H4kKFqV5qYMIh7d+cYecEg0dIkA==} + engines: {node: '>=6'} + dependencies: + find-up: 3.0.0 + minimatch: 3.1.2 + dev: true + + /electron-to-chromium/1.4.387: + resolution: {integrity: sha512-tutLf+alr1/0YqJwKPdstVvDLmxmLb5xNyDLNS0RZmenHcEYk9qKfpKDCVZEKJ00JVbnayJm1MZAbYhYDFpcOw==} + dev: true + + /emittery/0.13.1: + resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==} + engines: {node: '>=12'} + dev: true + + /emoji-regex/8.0.0: + resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} + dev: true + + /enquirer/2.3.6: + resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==} + engines: {node: '>=8.6'} + dependencies: + ansi-colors: 4.1.3 + dev: true + + /error-ex/1.3.2: + resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} + dependencies: + is-arrayish: 0.2.1 + dev: true + + /escalade/3.1.1: + resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} + engines: {node: '>=6'} + dev: true + + /escape-string-regexp/1.0.5: + resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} + engines: {node: '>=0.8.0'} + dev: true + + /escape-string-regexp/2.0.0: + resolution: {integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==} + engines: {node: '>=8'} + dev: true + + /escape-string-regexp/4.0.0: + resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} + engines: {node: '>=10'} + dev: true + + /eslint-config-google/0.14.0_eslint@7.32.0: + resolution: {integrity: sha512-WsbX4WbjuMvTdeVL6+J3rK1RGhCTqjsFjX7UMSMgZiyxxaNLkoJENbrGExzERFeoTpGw3F3FypTiWAP9ZXzkEw==} + engines: {node: '>=0.10.0'} + peerDependencies: + eslint: '>=5.16.0' + dependencies: + eslint: 7.32.0 + dev: true + + /eslint-scope/5.1.1: + resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} + engines: {node: '>=8.0.0'} + dependencies: + esrecurse: 4.3.0 + estraverse: 4.3.0 + dev: true + + /eslint-utils/2.1.0: + resolution: {integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==} + engines: {node: '>=6'} + dependencies: + eslint-visitor-keys: 1.3.0 + dev: true + + /eslint-visitor-keys/1.3.0: + resolution: {integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==} + engines: {node: '>=4'} + dev: true + + /eslint-visitor-keys/2.1.0: + resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==} + engines: {node: '>=10'} + dev: true + + /eslint/7.32.0: + resolution: {integrity: sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==} + engines: {node: ^10.12.0 || >=12.0.0} + hasBin: true + dependencies: + '@babel/code-frame': 7.12.11 + '@eslint/eslintrc': 0.4.3 + '@humanwhocodes/config-array': 0.5.0 + ajv: 6.12.6 + chalk: 4.1.2 + cross-spawn: 7.0.3 + debug: 4.3.4 + doctrine: 3.0.0 + enquirer: 2.3.6 + escape-string-regexp: 4.0.0 + eslint-scope: 5.1.1 + eslint-utils: 2.1.0 + eslint-visitor-keys: 2.1.0 + espree: 7.3.1 + esquery: 1.5.0 + esutils: 2.0.3 + fast-deep-equal: 3.1.3 + file-entry-cache: 6.0.1 + functional-red-black-tree: 1.0.1 + glob-parent: 5.1.2 + globals: 13.20.0 + ignore: 4.0.6 + import-fresh: 3.3.0 + imurmurhash: 0.1.4 + is-glob: 4.0.3 + js-yaml: 3.14.1 + json-stable-stringify-without-jsonify: 1.0.1 + levn: 0.4.1 + lodash.merge: 4.6.2 + minimatch: 3.1.2 + natural-compare: 1.4.0 + optionator: 0.9.1 + progress: 2.0.3 + regexpp: 3.2.0 + semver: 7.5.0 + strip-ansi: 6.0.1 + strip-json-comments: 3.1.1 + table: 6.8.1 + text-table: 0.2.0 + v8-compile-cache: 2.3.0 + transitivePeerDependencies: + - supports-color + dev: true + + /espree/7.3.1: + resolution: {integrity: sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==} + engines: {node: ^10.12.0 || >=12.0.0} + dependencies: + acorn: 7.4.1 + acorn-jsx: 5.3.2_acorn@7.4.1 + eslint-visitor-keys: 1.3.0 + dev: true + + /esprima/4.0.1: + resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} + engines: {node: '>=4'} + hasBin: true + dev: true + + /esquery/1.5.0: + resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==} + engines: {node: '>=0.10'} + dependencies: + estraverse: 5.3.0 + dev: true + + /esrecurse/4.3.0: + resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} + engines: {node: '>=4.0'} + dependencies: + estraverse: 5.3.0 + dev: true + + /estraverse/4.3.0: + resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==} + engines: {node: '>=4.0'} + dev: true + + /estraverse/5.3.0: + resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} + engines: {node: '>=4.0'} + dev: true + + /esutils/2.0.3: + resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} + engines: {node: '>=0.10.0'} + dev: true + + /execa/5.1.1: + resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} + engines: {node: '>=10'} + dependencies: + cross-spawn: 7.0.3 + get-stream: 6.0.1 + human-signals: 2.1.0 + is-stream: 2.0.1 + merge-stream: 2.0.0 + npm-run-path: 4.0.1 + onetime: 5.1.2 + signal-exit: 3.0.7 + strip-final-newline: 2.0.0 + dev: true + + /exit/0.1.2: + resolution: {integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==} + engines: {node: '>= 0.8.0'} + dev: true + + /expect/29.5.0: + resolution: {integrity: sha512-yM7xqUrCO2JdpFo4XpM82t+PJBFybdqoQuJLDGeDX2ij8NZzqRHyu3Hp188/JX7SWqud+7t4MUdvcgGBICMHZg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/expect-utils': 29.5.0 + jest-get-type: 29.4.3 + jest-matcher-utils: 29.5.0 + jest-message-util: 29.5.0 + jest-util: 29.5.0 + dev: true + + /fast-deep-equal/3.1.3: + resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} + dev: true + + /fast-json-stable-stringify/2.1.0: + resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} + dev: true + + /fast-levenshtein/2.0.6: + resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} + dev: true + + /fb-watchman/2.0.2: + resolution: {integrity: sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==} + dependencies: + bser: 2.1.1 + dev: true + + /figures/3.2.0: + resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} + engines: {node: '>=8'} + dependencies: + escape-string-regexp: 1.0.5 + dev: true + + /file-entry-cache/6.0.1: + resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} + engines: {node: ^10.12.0 || >=12.0.0} + dependencies: + flat-cache: 3.0.4 + dev: true + + /fill-range/7.0.1: + resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} + engines: {node: '>=8'} + dependencies: + to-regex-range: 5.0.1 + dev: true + + /find-up/2.1.0: + resolution: {integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==} + engines: {node: '>=4'} + dependencies: + locate-path: 2.0.0 + dev: true + + /find-up/3.0.0: + resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==} + engines: {node: '>=6'} + dependencies: + locate-path: 3.0.0 + dev: true + + /find-up/4.1.0: + resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} + engines: {node: '>=8'} + dependencies: + locate-path: 5.0.0 + path-exists: 4.0.0 + dev: true + + /find-up/5.0.0: + resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} + engines: {node: '>=10'} + dependencies: + locate-path: 6.0.0 + path-exists: 4.0.0 + dev: true + + /flat-cache/3.0.4: + resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==} + engines: {node: ^10.12.0 || >=12.0.0} + dependencies: + flatted: 3.2.7 + rimraf: 3.0.2 + dev: true + + /flatted/3.2.7: + resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==} + dev: true + + /fs.realpath/1.0.0: + resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} + dev: true + + /fsevents/2.3.2: + resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /function-bind/1.1.1: + resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} + dev: true + + /functional-red-black-tree/1.0.1: + resolution: {integrity: sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==} + dev: true + + /gensync/1.0.0-beta.2: + resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} + engines: {node: '>=6.9.0'} + dev: true + + /get-caller-file/2.0.5: + resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} + engines: {node: 6.* || 8.* || >= 10.*} + dev: true + + /get-package-type/0.1.0: + resolution: {integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==} + engines: {node: '>=8.0.0'} + dev: true + + /get-pkg-repo/4.2.1: + resolution: {integrity: sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA==} + engines: {node: '>=6.9.0'} + hasBin: true + dependencies: + '@hutson/parse-repository-url': 3.0.2 + hosted-git-info: 4.1.0 + through2: 2.0.5 + yargs: 16.2.0 + dev: true + + /get-stream/6.0.1: + resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} + engines: {node: '>=10'} + dev: true + + /git-raw-commits/2.0.11: + resolution: {integrity: sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==} + engines: {node: '>=10'} + hasBin: true + dependencies: + dargs: 7.0.0 + lodash: 4.17.21 + meow: 8.1.2 + split2: 3.2.2 + through2: 4.0.2 + dev: true + + /git-remote-origin-url/2.0.0: + resolution: {integrity: sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw==} + engines: {node: '>=4'} + dependencies: + gitconfiglocal: 1.0.0 + pify: 2.3.0 + dev: true + + /git-semver-tags/4.1.1: + resolution: {integrity: sha512-OWyMt5zBe7xFs8vglMmhM9lRQzCWL3WjHtxNNfJTMngGym7pC1kh8sP6jevfydJ6LP3ZvGxfb6ABYgPUM0mtsA==} + engines: {node: '>=10'} + hasBin: true + dependencies: + meow: 8.1.2 + semver: 6.3.0 + dev: true + + /gitconfiglocal/1.0.0: + resolution: {integrity: sha512-spLUXeTAVHxDtKsJc8FkFVgFtMdEN9qPGpL23VfSHx4fP4+Ds097IXLvymbnDH8FnmxX5Nr9bPw3A+AQ6mWEaQ==} + dependencies: + ini: 1.3.8 + dev: true + + /glob-parent/5.1.2: + resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} + engines: {node: '>= 6'} + dependencies: + is-glob: 4.0.3 + dev: true + + /glob/7.2.3: + resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 + path-is-absolute: 1.0.1 + dev: true + + /globals/11.12.0: + resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} + engines: {node: '>=4'} + dev: true + + /globals/13.20.0: + resolution: {integrity: sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==} + engines: {node: '>=8'} + dependencies: + type-fest: 0.20.2 + dev: true + + /graceful-fs/4.2.11: + resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} + dev: true + + /handlebars/4.7.7: + resolution: {integrity: sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==} + engines: {node: '>=0.4.7'} + hasBin: true + dependencies: + minimist: 1.2.8 + neo-async: 2.6.2 + source-map: 0.6.1 + wordwrap: 1.0.0 + optionalDependencies: + uglify-js: 3.17.4 + dev: true + + /hard-rejection/2.1.0: + resolution: {integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==} + engines: {node: '>=6'} + dev: true + + /has-flag/3.0.0: + resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} + engines: {node: '>=4'} + dev: true + + /has-flag/4.0.0: + resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} + engines: {node: '>=8'} + dev: true + + /has/1.0.3: + resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} + engines: {node: '>= 0.4.0'} + dependencies: + function-bind: 1.1.1 + dev: true + + /hosted-git-info/2.8.9: + resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} + dev: true + + /hosted-git-info/4.1.0: + resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} + engines: {node: '>=10'} + dependencies: + lru-cache: 6.0.0 + dev: true + + /html-escaper/2.0.2: + resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} + dev: true + + /human-signals/2.1.0: + resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} + engines: {node: '>=10.17.0'} + dev: true + + /ignore/4.0.6: + resolution: {integrity: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==} + engines: {node: '>= 4'} + dev: true + + /import-fresh/3.3.0: + resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} + engines: {node: '>=6'} + dependencies: + parent-module: 1.0.1 + resolve-from: 4.0.0 + dev: true + + /import-local/3.1.0: + resolution: {integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==} + engines: {node: '>=8'} + hasBin: true + dependencies: + pkg-dir: 4.2.0 + resolve-cwd: 3.0.0 + dev: true + + /imurmurhash/0.1.4: + resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} + engines: {node: '>=0.8.19'} + dev: true + + /indent-string/4.0.0: + resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} + engines: {node: '>=8'} + dev: true + + /inflight/1.0.6: + resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + dependencies: + once: 1.4.0 + wrappy: 1.0.2 + dev: true + + /inherits/2.0.4: + resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} + dev: true + + /ini/1.3.8: + resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} + dev: true + + /is-arrayish/0.2.1: + resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} + dev: true + + /is-core-module/2.12.0: + resolution: {integrity: sha512-RECHCBCd/viahWmwj6enj19sKbHfJrddi/6cBDsNTKbNq0f7VeaUkBo60BqzvPqo/W54ChS62Z5qyun7cfOMqQ==} + dependencies: + has: 1.0.3 + dev: true + + /is-extglob/2.1.1: + resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} + engines: {node: '>=0.10.0'} + dev: true + + /is-fullwidth-code-point/3.0.0: + resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} + engines: {node: '>=8'} + dev: true + + /is-generator-fn/2.1.0: + resolution: {integrity: sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==} + engines: {node: '>=6'} + dev: true + + /is-glob/4.0.3: + resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} + engines: {node: '>=0.10.0'} + dependencies: + is-extglob: 2.1.1 + dev: true + + /is-number/7.0.0: + resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} + engines: {node: '>=0.12.0'} + dev: true + + /is-obj/2.0.0: + resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==} + engines: {node: '>=8'} + dev: true + + /is-plain-obj/1.1.0: + resolution: {integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==} + engines: {node: '>=0.10.0'} + dev: true + + /is-stream/2.0.1: + resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} + engines: {node: '>=8'} + dev: true + + /is-text-path/1.0.1: + resolution: {integrity: sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==} + engines: {node: '>=0.10.0'} + dependencies: + text-extensions: 1.9.0 + dev: true + + /isarray/1.0.0: + resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} + dev: true + + /isexe/2.0.0: + resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} + dev: true + + /istanbul-lib-coverage/3.2.0: + resolution: {integrity: sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==} + engines: {node: '>=8'} + dev: true + + /istanbul-lib-instrument/5.2.1: + resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} + engines: {node: '>=8'} + dependencies: + '@babel/core': 7.21.8 + '@babel/parser': 7.21.8 + '@istanbuljs/schema': 0.1.3 + istanbul-lib-coverage: 3.2.0 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + dev: true + + /istanbul-lib-report/3.0.0: + resolution: {integrity: sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==} + engines: {node: '>=8'} + dependencies: + istanbul-lib-coverage: 3.2.0 + make-dir: 3.1.0 + supports-color: 7.2.0 + dev: true + + /istanbul-lib-source-maps/4.0.1: + resolution: {integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==} + engines: {node: '>=10'} + dependencies: + debug: 4.3.4 + istanbul-lib-coverage: 3.2.0 + source-map: 0.6.1 + transitivePeerDependencies: + - supports-color + dev: true + + /istanbul-reports/3.1.5: + resolution: {integrity: sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==} + engines: {node: '>=8'} + dependencies: + html-escaper: 2.0.2 + istanbul-lib-report: 3.0.0 + dev: true + + /jest-changed-files/29.5.0: + resolution: {integrity: sha512-IFG34IUMUaNBIxjQXF/iu7g6EcdMrGRRxaUSw92I/2g2YC6vCdTltl4nHvt7Ci5nSJwXIkCu8Ka1DKF+X7Z1Ag==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + execa: 5.1.1 + p-limit: 3.1.0 + dev: true + + /jest-circus/29.5.0: + resolution: {integrity: sha512-gq/ongqeQKAplVxqJmbeUOJJKkW3dDNPY8PjhJ5G0lBRvu0e3EWGxGy5cI4LAGA7gV2UHCtWBI4EMXK8c9nQKA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/environment': 29.5.0 + '@jest/expect': 29.5.0 + '@jest/test-result': 29.5.0 + '@jest/types': 29.5.0 + '@types/node': 18.16.6 + chalk: 4.1.2 + co: 4.6.0 + dedent: 0.7.0 + is-generator-fn: 2.1.0 + jest-each: 29.5.0 + jest-matcher-utils: 29.5.0 + jest-message-util: 29.5.0 + jest-runtime: 29.5.0 + jest-snapshot: 29.5.0 + jest-util: 29.5.0 + p-limit: 3.1.0 + pretty-format: 29.5.0 + pure-rand: 6.0.2 + slash: 3.0.0 + stack-utils: 2.0.6 + transitivePeerDependencies: + - supports-color + dev: true + + /jest-cli/29.5.0_@types+node@18.16.6: + resolution: {integrity: sha512-L1KcP1l4HtfwdxXNFCL5bmUbLQiKrakMUriBEcc1Vfz6gx31ORKdreuWvmQVBit+1ss9NNR3yxjwfwzZNdQXJw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + hasBin: true + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + dependencies: + '@jest/core': 29.5.0 + '@jest/test-result': 29.5.0 + '@jest/types': 29.5.0 + chalk: 4.1.2 + exit: 0.1.2 + graceful-fs: 4.2.11 + import-local: 3.1.0 + jest-config: 29.5.0_@types+node@18.16.6 + jest-util: 29.5.0 + jest-validate: 29.5.0 + prompts: 2.4.2 + yargs: 17.7.2 + transitivePeerDependencies: + - '@types/node' + - supports-color + - ts-node + dev: true + + /jest-config/29.5.0_@types+node@18.16.6: + resolution: {integrity: sha512-kvDUKBnNJPNBmFFOhDbm59iu1Fii1Q6SxyhXfvylq3UTHbg6o7j/g8k2dZyXWLvfdKB1vAPxNZnMgtKJcmu3kA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + peerDependencies: + '@types/node': '*' + ts-node: '>=9.0.0' + peerDependenciesMeta: + '@types/node': + optional: true + ts-node: + optional: true + dependencies: + '@babel/core': 7.21.8 + '@jest/test-sequencer': 29.5.0 + '@jest/types': 29.5.0 + '@types/node': 18.16.6 + babel-jest: 29.5.0_@babel+core@7.21.8 + chalk: 4.1.2 + ci-info: 3.8.0 + deepmerge: 4.3.1 + glob: 7.2.3 + graceful-fs: 4.2.11 + jest-circus: 29.5.0 + jest-environment-node: 29.5.0 + jest-get-type: 29.4.3 + jest-regex-util: 29.4.3 + jest-resolve: 29.5.0 + jest-runner: 29.5.0 + jest-util: 29.5.0 + jest-validate: 29.5.0 + micromatch: 4.0.5 + parse-json: 5.2.0 + pretty-format: 29.5.0 + slash: 3.0.0 + strip-json-comments: 3.1.1 + transitivePeerDependencies: + - supports-color + dev: true + + /jest-diff/29.5.0: + resolution: {integrity: sha512-LtxijLLZBduXnHSniy0WMdaHjmQnt3g5sa16W4p0HqukYTTsyTW3GD1q41TyGl5YFXj/5B2U6dlh5FM1LIMgxw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + chalk: 4.1.2 + diff-sequences: 29.4.3 + jest-get-type: 29.4.3 + pretty-format: 29.5.0 + dev: true + + /jest-docblock/29.4.3: + resolution: {integrity: sha512-fzdTftThczeSD9nZ3fzA/4KkHtnmllawWrXO69vtI+L9WjEIuXWs4AmyME7lN5hU7dB0sHhuPfcKofRsUb/2Fg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + detect-newline: 3.1.0 + dev: true + + /jest-each/29.5.0: + resolution: {integrity: sha512-HM5kIJ1BTnVt+DQZ2ALp3rzXEl+g726csObrW/jpEGl+CDSSQpOJJX2KE/vEg8cxcMXdyEPu6U4QX5eruQv5hA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/types': 29.5.0 + chalk: 4.1.2 + jest-get-type: 29.4.3 + jest-util: 29.5.0 + pretty-format: 29.5.0 + dev: true + + /jest-environment-node/29.5.0: + resolution: {integrity: sha512-ExxuIK/+yQ+6PRGaHkKewYtg6hto2uGCgvKdb2nfJfKXgZ17DfXjvbZ+jA1Qt9A8EQSfPnt5FKIfnOO3u1h9qw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/environment': 29.5.0 + '@jest/fake-timers': 29.5.0 + '@jest/types': 29.5.0 + '@types/node': 18.16.6 + jest-mock: 29.5.0 + jest-util: 29.5.0 + dev: true + + /jest-get-type/29.4.3: + resolution: {integrity: sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dev: true + + /jest-haste-map/29.5.0: + resolution: {integrity: sha512-IspOPnnBro8YfVYSw6yDRKh/TiCdRngjxeacCps1cQ9cgVN6+10JUcuJ1EabrgYLOATsIAigxA0rLR9x/YlrSA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/types': 29.5.0 + '@types/graceful-fs': 4.1.6 + '@types/node': 18.16.6 + anymatch: 3.1.3 + fb-watchman: 2.0.2 + graceful-fs: 4.2.11 + jest-regex-util: 29.4.3 + jest-util: 29.5.0 + jest-worker: 29.5.0 + micromatch: 4.0.5 + walker: 1.0.8 + optionalDependencies: + fsevents: 2.3.2 + dev: true + + /jest-leak-detector/29.5.0: + resolution: {integrity: sha512-u9YdeeVnghBUtpN5mVxjID7KbkKE1QU4f6uUwuxiY0vYRi9BUCLKlPEZfDGR67ofdFmDz9oPAy2G92Ujrntmow==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + jest-get-type: 29.4.3 + pretty-format: 29.5.0 + dev: true + + /jest-matcher-utils/29.5.0: + resolution: {integrity: sha512-lecRtgm/rjIK0CQ7LPQwzCs2VwW6WAahA55YBuI+xqmhm7LAaxokSB8C97yJeYyT+HvQkH741StzpU41wohhWw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + chalk: 4.1.2 + jest-diff: 29.5.0 + jest-get-type: 29.4.3 + pretty-format: 29.5.0 + dev: true + + /jest-message-util/29.5.0: + resolution: {integrity: sha512-Kijeg9Dag6CKtIDA7O21zNTACqD5MD/8HfIV8pdD94vFyFuer52SigdC3IQMhab3vACxXMiFk+yMHNdbqtyTGA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@babel/code-frame': 7.21.4 + '@jest/types': 29.5.0 + '@types/stack-utils': 2.0.1 + chalk: 4.1.2 + graceful-fs: 4.2.11 + micromatch: 4.0.5 + pretty-format: 29.5.0 + slash: 3.0.0 + stack-utils: 2.0.6 + dev: true + + /jest-mock/29.5.0: + resolution: {integrity: sha512-GqOzvdWDE4fAV2bWQLQCkujxYWL7RxjCnj71b5VhDAGOevB3qj3Ovg26A5NI84ZpODxyzaozXLOh2NCgkbvyaw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/types': 29.5.0 + '@types/node': 18.16.6 + jest-util: 29.5.0 + dev: true + + /jest-pnp-resolver/1.2.3_jest-resolve@29.5.0: + resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==} + engines: {node: '>=6'} + peerDependencies: + jest-resolve: '*' + peerDependenciesMeta: + jest-resolve: + optional: true + dependencies: + jest-resolve: 29.5.0 + dev: true + + /jest-regex-util/29.4.3: + resolution: {integrity: sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dev: true + + /jest-resolve-dependencies/29.5.0: + resolution: {integrity: sha512-sjV3GFr0hDJMBpYeUuGduP+YeCRbd7S/ck6IvL3kQ9cpySYKqcqhdLLC2rFwrcL7tz5vYibomBrsFYWkIGGjOg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + jest-regex-util: 29.4.3 + jest-snapshot: 29.5.0 + transitivePeerDependencies: + - supports-color + dev: true + + /jest-resolve/29.5.0: + resolution: {integrity: sha512-1TzxJ37FQq7J10jPtQjcc+MkCkE3GBpBecsSUWJ0qZNJpmg6m0D9/7II03yJulm3H/fvVjgqLh/k2eYg+ui52w==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + chalk: 4.1.2 + graceful-fs: 4.2.11 + jest-haste-map: 29.5.0 + jest-pnp-resolver: 1.2.3_jest-resolve@29.5.0 + jest-util: 29.5.0 + jest-validate: 29.5.0 + resolve: 1.22.2 + resolve.exports: 2.0.2 + slash: 3.0.0 + dev: true + + /jest-runner/29.5.0: + resolution: {integrity: sha512-m7b6ypERhFghJsslMLhydaXBiLf7+jXy8FwGRHO3BGV1mcQpPbwiqiKUR2zU2NJuNeMenJmlFZCsIqzJCTeGLQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/console': 29.5.0 + '@jest/environment': 29.5.0 + '@jest/test-result': 29.5.0 + '@jest/transform': 29.5.0 + '@jest/types': 29.5.0 + '@types/node': 18.16.6 + chalk: 4.1.2 + emittery: 0.13.1 + graceful-fs: 4.2.11 + jest-docblock: 29.4.3 + jest-environment-node: 29.5.0 + jest-haste-map: 29.5.0 + jest-leak-detector: 29.5.0 + jest-message-util: 29.5.0 + jest-resolve: 29.5.0 + jest-runtime: 29.5.0 + jest-util: 29.5.0 + jest-watcher: 29.5.0 + jest-worker: 29.5.0 + p-limit: 3.1.0 + source-map-support: 0.5.13 + transitivePeerDependencies: + - supports-color + dev: true + + /jest-runtime/29.5.0: + resolution: {integrity: sha512-1Hr6Hh7bAgXQP+pln3homOiEZtCDZFqwmle7Ew2j8OlbkIu6uE3Y/etJQG8MLQs3Zy90xrp2C0BRrtPHG4zryw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/environment': 29.5.0 + '@jest/fake-timers': 29.5.0 + '@jest/globals': 29.5.0 + '@jest/source-map': 29.4.3 + '@jest/test-result': 29.5.0 + '@jest/transform': 29.5.0 + '@jest/types': 29.5.0 + '@types/node': 18.16.6 + chalk: 4.1.2 + cjs-module-lexer: 1.2.2 + collect-v8-coverage: 1.0.1 + glob: 7.2.3 + graceful-fs: 4.2.11 + jest-haste-map: 29.5.0 + jest-message-util: 29.5.0 + jest-mock: 29.5.0 + jest-regex-util: 29.4.3 + jest-resolve: 29.5.0 + jest-snapshot: 29.5.0 + jest-util: 29.5.0 + slash: 3.0.0 + strip-bom: 4.0.0 + transitivePeerDependencies: + - supports-color + dev: true + + /jest-snapshot/29.5.0: + resolution: {integrity: sha512-x7Wolra5V0tt3wRs3/ts3S6ciSQVypgGQlJpz2rsdQYoUKxMxPNaoHMGJN6qAuPJqS+2iQ1ZUn5kl7HCyls84g==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@babel/core': 7.21.8 + '@babel/generator': 7.21.5 + '@babel/plugin-syntax-jsx': 7.21.4_@babel+core@7.21.8 + '@babel/plugin-syntax-typescript': 7.21.4_@babel+core@7.21.8 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 + '@jest/expect-utils': 29.5.0 + '@jest/transform': 29.5.0 + '@jest/types': 29.5.0 + '@types/babel__traverse': 7.18.5 + '@types/prettier': 2.7.2 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.21.8 + chalk: 4.1.2 + expect: 29.5.0 + graceful-fs: 4.2.11 + jest-diff: 29.5.0 + jest-get-type: 29.4.3 + jest-matcher-utils: 29.5.0 + jest-message-util: 29.5.0 + jest-util: 29.5.0 + natural-compare: 1.4.0 + pretty-format: 29.5.0 + semver: 7.5.0 + transitivePeerDependencies: + - supports-color + dev: true + + /jest-util/29.5.0: + resolution: {integrity: sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/types': 29.5.0 + '@types/node': 18.16.6 + chalk: 4.1.2 + ci-info: 3.8.0 + graceful-fs: 4.2.11 + picomatch: 2.3.1 + dev: true + + /jest-validate/29.5.0: + resolution: {integrity: sha512-pC26etNIi+y3HV8A+tUGr/lph9B18GnzSRAkPaaZJIE1eFdiYm6/CewuiJQ8/RlfHd1u/8Ioi8/sJ+CmbA+zAQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/types': 29.5.0 + camelcase: 6.3.0 + chalk: 4.1.2 + jest-get-type: 29.4.3 + leven: 3.1.0 + pretty-format: 29.5.0 + dev: true + + /jest-watcher/29.5.0: + resolution: {integrity: sha512-KmTojKcapuqYrKDpRwfqcQ3zjMlwu27SYext9pt4GlF5FUgB+7XE1mcCnSm6a4uUpFyQIkb6ZhzZvHl+jiBCiA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/test-result': 29.5.0 + '@jest/types': 29.5.0 + '@types/node': 18.16.6 + ansi-escapes: 4.3.2 + chalk: 4.1.2 + emittery: 0.13.1 + jest-util: 29.5.0 + string-length: 4.0.2 + dev: true + + /jest-worker/29.5.0: + resolution: {integrity: sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@types/node': 18.16.6 + jest-util: 29.5.0 + merge-stream: 2.0.0 + supports-color: 8.1.1 + dev: true + + /jest/29.5.0_@types+node@18.16.6: + resolution: {integrity: sha512-juMg3he2uru1QoXX078zTa7pO85QyB9xajZc6bU+d9yEGwrKX6+vGmJQ3UdVZsvTEUARIdObzH68QItim6OSSQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + hasBin: true + peerDependencies: + node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 + peerDependenciesMeta: + node-notifier: + optional: true + dependencies: + '@jest/core': 29.5.0 + '@jest/types': 29.5.0 + import-local: 3.1.0 + jest-cli: 29.5.0_@types+node@18.16.6 + transitivePeerDependencies: + - '@types/node' + - supports-color + - ts-node + dev: true + + /js-tokens/4.0.0: + resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} + dev: true + + /js-yaml/3.14.1: + resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} + hasBin: true + dependencies: + argparse: 1.0.10 + esprima: 4.0.1 + dev: true + + /jsesc/2.5.2: + resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} + engines: {node: '>=4'} + hasBin: true + dev: true + + /json-parse-better-errors/1.0.2: + resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} + dev: true + + /json-parse-even-better-errors/2.3.1: + resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} + dev: true + + /json-schema-traverse/0.4.1: + resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} + dev: true + + /json-schema-traverse/1.0.0: + resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} + dev: true + + /json-stable-stringify-without-jsonify/1.0.1: + resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} + dev: true + + /json-stringify-safe/5.0.1: + resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} + dev: true + + /json5/2.2.3: + resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} + engines: {node: '>=6'} + hasBin: true + dev: true + + /jsonparse/1.3.1: + resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} + engines: {'0': node >= 0.2.0} + dev: true + + /kind-of/6.0.3: + resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} + engines: {node: '>=0.10.0'} + dev: true + + /kleur/3.0.3: + resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} + engines: {node: '>=6'} + dev: true + + /leven/3.1.0: + resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==} + engines: {node: '>=6'} + dev: true + + /levn/0.4.1: + resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} + engines: {node: '>= 0.8.0'} + dependencies: + prelude-ls: 1.2.1 + type-check: 0.4.0 + dev: true + + /lines-and-columns/1.2.4: + resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} + dev: true + + /load-json-file/4.0.0: + resolution: {integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==} + engines: {node: '>=4'} + dependencies: + graceful-fs: 4.2.11 + parse-json: 4.0.0 + pify: 3.0.0 + strip-bom: 3.0.0 + dev: true + + /locate-path/2.0.0: + resolution: {integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==} + engines: {node: '>=4'} + dependencies: + p-locate: 2.0.0 + path-exists: 3.0.0 + dev: true + + /locate-path/3.0.0: + resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==} + engines: {node: '>=6'} + dependencies: + p-locate: 3.0.0 + path-exists: 3.0.0 + dev: true + + /locate-path/5.0.0: + resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} + engines: {node: '>=8'} + dependencies: + p-locate: 4.1.0 + dev: true + + /locate-path/6.0.0: + resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} + engines: {node: '>=10'} + dependencies: + p-locate: 5.0.0 + dev: true + + /lodash.ismatch/4.4.0: + resolution: {integrity: sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==} + dev: true + + /lodash.memoize/4.1.2: + resolution: {integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==} + dev: true + + /lodash.merge/4.6.2: + resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} + dev: true + + /lodash.truncate/4.4.2: + resolution: {integrity: sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==} + dev: true + + /lodash/4.17.21: + resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} + dev: true + + /lru-cache/5.1.1: + resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} + dependencies: + yallist: 3.1.1 + dev: true + + /lru-cache/6.0.0: + resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} + engines: {node: '>=10'} + dependencies: + yallist: 4.0.0 + dev: true + + /make-dir/3.1.0: + resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} + engines: {node: '>=8'} + dependencies: + semver: 6.3.0 + dev: true + + /make-error/1.3.6: + resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} + dev: true + + /makeerror/1.0.12: + resolution: {integrity: sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==} + dependencies: + tmpl: 1.0.5 + dev: true + + /map-obj/1.0.1: + resolution: {integrity: sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==} + engines: {node: '>=0.10.0'} + dev: true + + /map-obj/4.3.0: + resolution: {integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==} + engines: {node: '>=8'} + dev: true + + /meow/8.1.2: + resolution: {integrity: sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==} + engines: {node: '>=10'} + dependencies: + '@types/minimist': 1.2.2 + camelcase-keys: 6.2.2 + decamelize-keys: 1.1.1 + hard-rejection: 2.1.0 + minimist-options: 4.1.0 + normalize-package-data: 3.0.3 + read-pkg-up: 7.0.1 + redent: 3.0.0 + trim-newlines: 3.0.1 + type-fest: 0.18.1 + yargs-parser: 20.2.9 + dev: true + + /merge-stream/2.0.0: + resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} + dev: true + + /micromatch/4.0.5: + resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} + engines: {node: '>=8.6'} + dependencies: + braces: 3.0.2 + picomatch: 2.3.1 + dev: true + + /mimic-fn/2.1.0: + resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} + engines: {node: '>=6'} + dev: true + + /min-indent/1.0.1: + resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} + engines: {node: '>=4'} + dev: true + + /minimatch/3.1.2: + resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + dependencies: + brace-expansion: 1.1.11 + dev: true + + /minimist-options/4.1.0: + resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} + engines: {node: '>= 6'} + dependencies: + arrify: 1.0.1 + is-plain-obj: 1.1.0 + kind-of: 6.0.3 + dev: true + + /minimist/1.2.8: + resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} + dev: true + + /modify-values/1.0.1: + resolution: {integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==} + engines: {node: '>=0.10.0'} + dev: true + + /ms/2.1.2: + resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} + dev: true + + /natural-compare/1.4.0: + resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} + dev: true + + /neo-async/2.6.2: + resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} + dev: true + + /node-int64/0.4.0: + resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==} + dev: true + + /node-releases/2.0.10: + resolution: {integrity: sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==} + dev: true + + /normalize-package-data/2.5.0: + resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} + dependencies: + hosted-git-info: 2.8.9 + resolve: 1.22.2 + semver: 5.7.1 + validate-npm-package-license: 3.0.4 + dev: true + + /normalize-package-data/3.0.3: + resolution: {integrity: sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==} + engines: {node: '>=10'} + dependencies: + hosted-git-info: 4.1.0 + is-core-module: 2.12.0 + semver: 7.5.0 + validate-npm-package-license: 3.0.4 + dev: true + + /normalize-path/3.0.0: + resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} + engines: {node: '>=0.10.0'} + dev: true + + /npm-run-path/4.0.1: + resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} + engines: {node: '>=8'} + dependencies: + path-key: 3.1.1 + dev: true + + /once/1.4.0: + resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} + dependencies: + wrappy: 1.0.2 + dev: true + + /onetime/5.1.2: + resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} + engines: {node: '>=6'} + dependencies: + mimic-fn: 2.1.0 + dev: true + + /optionator/0.9.1: + resolution: {integrity: sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==} + engines: {node: '>= 0.8.0'} + dependencies: + deep-is: 0.1.4 + fast-levenshtein: 2.0.6 + levn: 0.4.1 + prelude-ls: 1.2.1 + type-check: 0.4.0 + word-wrap: 1.2.3 + dev: true + + /p-limit/1.3.0: + resolution: {integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==} + engines: {node: '>=4'} + dependencies: + p-try: 1.0.0 + dev: true + + /p-limit/2.3.0: + resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} + engines: {node: '>=6'} + dependencies: + p-try: 2.2.0 + dev: true + + /p-limit/3.1.0: + resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} + engines: {node: '>=10'} + dependencies: + yocto-queue: 0.1.0 + dev: true + + /p-locate/2.0.0: + resolution: {integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==} + engines: {node: '>=4'} + dependencies: + p-limit: 1.3.0 + dev: true + + /p-locate/3.0.0: + resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} + engines: {node: '>=6'} + dependencies: + p-limit: 2.3.0 + dev: true + + /p-locate/4.1.0: + resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} + engines: {node: '>=8'} + dependencies: + p-limit: 2.3.0 + dev: true + + /p-locate/5.0.0: + resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} + engines: {node: '>=10'} + dependencies: + p-limit: 3.1.0 + dev: true + + /p-try/1.0.0: + resolution: {integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==} + engines: {node: '>=4'} + dev: true + + /p-try/2.2.0: + resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} + engines: {node: '>=6'} + dev: true + + /parent-module/1.0.1: + resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} + engines: {node: '>=6'} + dependencies: + callsites: 3.1.0 + dev: true + + /parse-json/4.0.0: + resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} + engines: {node: '>=4'} + dependencies: + error-ex: 1.3.2 + json-parse-better-errors: 1.0.2 + dev: true + + /parse-json/5.2.0: + resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} + engines: {node: '>=8'} + dependencies: + '@babel/code-frame': 7.21.4 + error-ex: 1.3.2 + json-parse-even-better-errors: 2.3.1 + lines-and-columns: 1.2.4 + dev: true + + /path-exists/3.0.0: + resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} + engines: {node: '>=4'} + dev: true + + /path-exists/4.0.0: + resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} + engines: {node: '>=8'} + dev: true + + /path-is-absolute/1.0.1: + resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} + engines: {node: '>=0.10.0'} + dev: true + + /path-key/3.1.1: + resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} + engines: {node: '>=8'} + dev: true + + /path-parse/1.0.7: + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} + dev: true + + /path-type/3.0.0: + resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==} + engines: {node: '>=4'} + dependencies: + pify: 3.0.0 + dev: true + + /picocolors/1.0.0: + resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} + dev: true + + /picomatch/2.3.1: + resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} + engines: {node: '>=8.6'} + dev: true + + /pify/2.3.0: + resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} + engines: {node: '>=0.10.0'} + dev: true + + /pify/3.0.0: + resolution: {integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==} + engines: {node: '>=4'} + dev: true + + /pirates/4.0.5: + resolution: {integrity: sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==} + engines: {node: '>= 6'} + dev: true + + /pkg-dir/4.2.0: + resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} + engines: {node: '>=8'} + dependencies: + find-up: 4.1.0 + dev: true + + /prelude-ls/1.2.1: + resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} + engines: {node: '>= 0.8.0'} + dev: true + + /pretty-format/29.5.0: + resolution: {integrity: sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/schemas': 29.4.3 + ansi-styles: 5.2.0 + react-is: 18.2.0 + dev: true + + /process-nextick-args/2.0.1: + resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} + dev: true + + /progress/2.0.3: + resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==} + engines: {node: '>=0.4.0'} + dev: true + + /prompts/2.4.2: + resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} + engines: {node: '>= 6'} + dependencies: + kleur: 3.0.3 + sisteransi: 1.0.5 + dev: true + + /punycode/2.3.0: + resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==} + engines: {node: '>=6'} + dev: true + + /pure-rand/6.0.2: + resolution: {integrity: sha512-6Yg0ekpKICSjPswYOuC5sku/TSWaRYlA0qsXqJgM/d/4pLPHPuTxK7Nbf7jFKzAeedUhR8C7K9Uv63FBsSo8xQ==} + dev: true + + /q/1.5.1: + resolution: {integrity: sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==} + engines: {node: '>=0.6.0', teleport: '>=0.2.0'} + dev: true + + /quick-lru/4.0.1: + resolution: {integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==} + engines: {node: '>=8'} + dev: true + + /react-is/18.2.0: + resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} + dev: true + + /read-pkg-up/3.0.0: + resolution: {integrity: sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw==} + engines: {node: '>=4'} + dependencies: + find-up: 2.1.0 + read-pkg: 3.0.0 + dev: true + + /read-pkg-up/7.0.1: + resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} + engines: {node: '>=8'} + dependencies: + find-up: 4.1.0 + read-pkg: 5.2.0 + type-fest: 0.8.1 + dev: true + + /read-pkg/3.0.0: + resolution: {integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==} + engines: {node: '>=4'} + dependencies: + load-json-file: 4.0.0 + normalize-package-data: 2.5.0 + path-type: 3.0.0 + dev: true + + /read-pkg/5.2.0: + resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} + engines: {node: '>=8'} + dependencies: + '@types/normalize-package-data': 2.4.1 + normalize-package-data: 2.5.0 + parse-json: 5.2.0 + type-fest: 0.6.0 + dev: true + + /readable-stream/2.3.8: + resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} + dependencies: + core-util-is: 1.0.3 + inherits: 2.0.4 + isarray: 1.0.0 + process-nextick-args: 2.0.1 + safe-buffer: 5.1.2 + string_decoder: 1.1.1 + util-deprecate: 1.0.2 + dev: true + + /readable-stream/3.6.2: + resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} + engines: {node: '>= 6'} + dependencies: + inherits: 2.0.4 + string_decoder: 1.3.0 + util-deprecate: 1.0.2 + dev: true + + /redent/3.0.0: + resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} + engines: {node: '>=8'} + dependencies: + indent-string: 4.0.0 + strip-indent: 3.0.0 + dev: true + + /regexpp/3.2.0: + resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==} + engines: {node: '>=8'} + dev: true + + /require-directory/2.1.1: + resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} + engines: {node: '>=0.10.0'} + dev: true + + /require-from-string/2.0.2: + resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} + engines: {node: '>=0.10.0'} + dev: true + + /resolve-cwd/3.0.0: + resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==} + engines: {node: '>=8'} + dependencies: + resolve-from: 5.0.0 + dev: true + + /resolve-from/4.0.0: + resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} + engines: {node: '>=4'} + dev: true + + /resolve-from/5.0.0: + resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} + engines: {node: '>=8'} + dev: true + + /resolve.exports/2.0.2: + resolution: {integrity: sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==} + engines: {node: '>=10'} + dev: true + + /resolve/1.22.2: + resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==} + hasBin: true + dependencies: + is-core-module: 2.12.0 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + dev: true + + /rimraf/3.0.2: + resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} + hasBin: true + dependencies: + glob: 7.2.3 + dev: true + + /safe-buffer/5.1.2: + resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} + dev: true + + /safe-buffer/5.2.1: + resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} + dev: true + + /semver/5.7.1: + resolution: {integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==} + hasBin: true + dev: true + + /semver/6.3.0: + resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==} + hasBin: true + dev: true + + /semver/7.5.0: + resolution: {integrity: sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==} + engines: {node: '>=10'} + hasBin: true + dependencies: + lru-cache: 6.0.0 + dev: true + + /shebang-command/2.0.0: + resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} + engines: {node: '>=8'} + dependencies: + shebang-regex: 3.0.0 + dev: true + + /shebang-regex/3.0.0: + resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} + engines: {node: '>=8'} + dev: true + + /signal-exit/3.0.7: + resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} + dev: true + + /sisteransi/1.0.5: + resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} + dev: true + + /slash/3.0.0: + resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} + engines: {node: '>=8'} + dev: true + + /slice-ansi/4.0.0: + resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==} + engines: {node: '>=10'} + dependencies: + ansi-styles: 4.3.0 + astral-regex: 2.0.0 + is-fullwidth-code-point: 3.0.0 + dev: true + + /source-map-support/0.5.13: + resolution: {integrity: sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==} + dependencies: + buffer-from: 1.1.2 + source-map: 0.6.1 + dev: true + + /source-map/0.6.1: + resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} + engines: {node: '>=0.10.0'} + dev: true + + /spdx-correct/3.2.0: + resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} + dependencies: + spdx-expression-parse: 3.0.1 + spdx-license-ids: 3.0.13 + dev: true + + /spdx-exceptions/2.3.0: + resolution: {integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==} + dev: true + + /spdx-expression-parse/3.0.1: + resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} + dependencies: + spdx-exceptions: 2.3.0 + spdx-license-ids: 3.0.13 + dev: true + + /spdx-license-ids/3.0.13: + resolution: {integrity: sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==} + dev: true + + /split/1.0.1: + resolution: {integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==} + dependencies: + through: 2.3.8 + dev: true + + /split2/3.2.2: + resolution: {integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==} + dependencies: + readable-stream: 3.6.2 + dev: true + + /sprintf-js/1.0.3: + resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} + dev: true + + /stack-utils/2.0.6: + resolution: {integrity: sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==} + engines: {node: '>=10'} + dependencies: + escape-string-regexp: 2.0.0 + dev: true + + /standard-version/9.5.0: + resolution: {integrity: sha512-3zWJ/mmZQsOaO+fOlsa0+QK90pwhNd042qEcw6hKFNoLFs7peGyvPffpEBbK/DSGPbyOvli0mUIFv5A4qTjh2Q==} + engines: {node: '>=10'} + hasBin: true + dependencies: + chalk: 2.4.2 + conventional-changelog: 3.1.25 + conventional-changelog-config-spec: 2.1.0 + conventional-changelog-conventionalcommits: 4.6.3 + conventional-recommended-bump: 6.1.0 + detect-indent: 6.1.0 + detect-newline: 3.1.0 + dotgitignore: 2.1.0 + figures: 3.2.0 + find-up: 5.0.0 + git-semver-tags: 4.1.1 + semver: 7.5.0 + stringify-package: 1.0.1 + yargs: 16.2.0 + dev: true + + /string-length/4.0.2: + resolution: {integrity: sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==} + engines: {node: '>=10'} + dependencies: + char-regex: 1.0.2 + strip-ansi: 6.0.1 + dev: true + + /string-width/4.2.3: + resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} + engines: {node: '>=8'} + dependencies: + emoji-regex: 8.0.0 + is-fullwidth-code-point: 3.0.0 + strip-ansi: 6.0.1 + dev: true + + /string_decoder/1.1.1: + resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} + dependencies: + safe-buffer: 5.1.2 + dev: true + + /string_decoder/1.3.0: + resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} + dependencies: + safe-buffer: 5.2.1 + dev: true + + /stringify-package/1.0.1: + resolution: {integrity: sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==} + deprecated: This module is not used anymore, and has been replaced by @npmcli/package-json + dev: true + + /strip-ansi/6.0.1: + resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} + engines: {node: '>=8'} + dependencies: + ansi-regex: 5.0.1 + dev: true + + /strip-bom/3.0.0: + resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} + engines: {node: '>=4'} + dev: true + + /strip-bom/4.0.0: + resolution: {integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==} + engines: {node: '>=8'} + dev: true + + /strip-final-newline/2.0.0: + resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} + engines: {node: '>=6'} + dev: true + + /strip-indent/3.0.0: + resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} + engines: {node: '>=8'} + dependencies: + min-indent: 1.0.1 + dev: true + + /strip-json-comments/3.1.1: + resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} + engines: {node: '>=8'} + dev: true + + /supports-color/5.5.0: + resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} + engines: {node: '>=4'} + dependencies: + has-flag: 3.0.0 + dev: true + + /supports-color/7.2.0: + resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} + engines: {node: '>=8'} + dependencies: + has-flag: 4.0.0 + dev: true + + /supports-color/8.1.1: + resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} + engines: {node: '>=10'} + dependencies: + has-flag: 4.0.0 + dev: true + + /supports-preserve-symlinks-flag/1.0.0: + resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} + engines: {node: '>= 0.4'} + dev: true + + /table/6.8.1: + resolution: {integrity: sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==} + engines: {node: '>=10.0.0'} + dependencies: + ajv: 8.12.0 + lodash.truncate: 4.4.2 + slice-ansi: 4.0.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + dev: true + + /test-exclude/6.0.0: + resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==} + engines: {node: '>=8'} + dependencies: + '@istanbuljs/schema': 0.1.3 + glob: 7.2.3 + minimatch: 3.1.2 + dev: true + + /text-extensions/1.9.0: + resolution: {integrity: sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==} + engines: {node: '>=0.10'} + dev: true + + /text-table/0.2.0: + resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} + dev: true + + /through/2.3.8: + resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} + dev: true + + /through2/2.0.5: + resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} + dependencies: + readable-stream: 2.3.8 + xtend: 4.0.2 + dev: true + + /through2/4.0.2: + resolution: {integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==} + dependencies: + readable-stream: 3.6.2 + dev: true + + /tmpl/1.0.5: + resolution: {integrity: sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==} + dev: true + + /to-fast-properties/2.0.0: + resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} + engines: {node: '>=4'} + dev: true + + /to-regex-range/5.0.1: + resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} + engines: {node: '>=8.0'} + dependencies: + is-number: 7.0.0 + dev: true + + /trim-newlines/3.0.1: + resolution: {integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==} + engines: {node: '>=8'} + dev: true + + /ts-jest/29.1.0_jest@29.5.0+typescript@5.0.4: + resolution: {integrity: sha512-ZhNr7Z4PcYa+JjMl62ir+zPiNJfXJN6E8hSLnaUKhOgqcn8vb3e537cpkd0FuAfRK3sR1LSqM1MOhliXNgOFPA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + hasBin: true + peerDependencies: + '@babel/core': '>=7.0.0-beta.0 <8' + '@jest/types': ^29.0.0 + babel-jest: ^29.0.0 + esbuild: '*' + jest: ^29.0.0 + typescript: '>=4.3 <6' + peerDependenciesMeta: + '@babel/core': + optional: true + '@jest/types': + optional: true + babel-jest: + optional: true + esbuild: + optional: true + dependencies: + bs-logger: 0.2.6 + fast-json-stable-stringify: 2.1.0 + jest: 29.5.0_@types+node@18.16.6 + jest-util: 29.5.0 + json5: 2.2.3 + lodash.memoize: 4.1.2 + make-error: 1.3.6 + semver: 7.5.0 + typescript: 5.0.4 + yargs-parser: 21.1.1 + dev: true + + /tslib/1.14.1: + resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} + dev: true + + /tsutils/3.21.0_typescript@5.0.4: + resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} + engines: {node: '>= 6'} + peerDependencies: + typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' + dependencies: + tslib: 1.14.1 + typescript: 5.0.4 + dev: true + + /type-check/0.4.0: + resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} + engines: {node: '>= 0.8.0'} + dependencies: + prelude-ls: 1.2.1 + dev: true + + /type-detect/4.0.8: + resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} + engines: {node: '>=4'} + dev: true + + /type-fest/0.18.1: + resolution: {integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==} + engines: {node: '>=10'} + dev: true + + /type-fest/0.20.2: + resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} + engines: {node: '>=10'} + dev: true + + /type-fest/0.21.3: + resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} + engines: {node: '>=10'} + dev: true + + /type-fest/0.6.0: + resolution: {integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==} + engines: {node: '>=8'} + dev: true + + /type-fest/0.8.1: + resolution: {integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==} + engines: {node: '>=8'} + dev: true + + /typedarray/0.0.6: + resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} + dev: true + + /typescript/5.0.4: + resolution: {integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==} + engines: {node: '>=12.20'} + hasBin: true + dev: true + + /uglify-js/3.17.4: + resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==} + engines: {node: '>=0.8.0'} + hasBin: true + requiresBuild: true + dev: true + optional: true + + /update-browserslist-db/1.0.11_browserslist@4.21.5: + resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==} + hasBin: true + peerDependencies: + browserslist: '>= 4.21.0' + dependencies: + browserslist: 4.21.5 + escalade: 3.1.1 + picocolors: 1.0.0 + dev: true + + /uri-js/4.4.1: + resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} + dependencies: + punycode: 2.3.0 + dev: true + + /util-deprecate/1.0.2: + resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} + dev: true + + /v8-compile-cache/2.3.0: + resolution: {integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==} + dev: true + + /v8-to-istanbul/9.1.0: + resolution: {integrity: sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==} + engines: {node: '>=10.12.0'} + dependencies: + '@jridgewell/trace-mapping': 0.3.18 + '@types/istanbul-lib-coverage': 2.0.4 + convert-source-map: 1.9.0 + dev: true + + /validate-npm-package-license/3.0.4: + resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} + dependencies: + spdx-correct: 3.2.0 + spdx-expression-parse: 3.0.1 + dev: true + + /walker/1.0.8: + resolution: {integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==} + dependencies: + makeerror: 1.0.12 + dev: true + + /which/2.0.2: + resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} + engines: {node: '>= 8'} + hasBin: true + dependencies: + isexe: 2.0.0 + dev: true + + /word-wrap/1.2.3: + resolution: {integrity: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==} + engines: {node: '>=0.10.0'} + dev: true + + /wordwrap/1.0.0: + resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} + dev: true + + /wrap-ansi/7.0.0: + resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} + engines: {node: '>=10'} + dependencies: + ansi-styles: 4.3.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + dev: true + + /wrappy/1.0.2: + resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} + dev: true + + /write-file-atomic/4.0.2: + resolution: {integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + dependencies: + imurmurhash: 0.1.4 + signal-exit: 3.0.7 + dev: true + + /xtend/4.0.2: + resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} + engines: {node: '>=0.4'} + dev: true + + /y18n/5.0.8: + resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} + engines: {node: '>=10'} + dev: true + + /yallist/3.1.1: + resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} + dev: true + + /yallist/4.0.0: + resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} + dev: true + + /yargs-parser/20.2.9: + resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} + engines: {node: '>=10'} + dev: true + + /yargs-parser/21.1.1: + resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} + engines: {node: '>=12'} + dev: true + + /yargs/16.2.0: + resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} + engines: {node: '>=10'} + dependencies: + cliui: 7.0.4 + escalade: 3.1.1 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + string-width: 4.2.3 + y18n: 5.0.8 + yargs-parser: 20.2.9 + dev: true + + /yargs/17.7.2: + resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} + engines: {node: '>=12'} + dependencies: + cliui: 8.0.1 + escalade: 3.1.1 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + string-width: 4.2.3 + y18n: 5.0.8 + yargs-parser: 21.1.1 + dev: true + + /yocto-queue/0.1.0: + resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} + engines: {node: '>=10'} + dev: true diff --git a/src/grammar/flinksql/FlinkSqlParser.g4 b/src/grammar/flinksql/FlinkSqlParser.g4 index e6d7ca8..0a20603 100644 --- a/src/grammar/flinksql/FlinkSqlParser.g4 +++ b/src/grammar/flinksql/FlinkSqlParser.g4 @@ -329,7 +329,7 @@ dropFunction // Insert statements insertStatement - : (EXECUTE? insertSimpleStatement) | insertMulStatementCompatibility | (EXECUTE insertMulStatement) + : (EXECUTE? insertSimpleStatement) | (EXECUTE insertMulStatement) ; insertSimpleStatement @@ -354,15 +354,10 @@ valuesRowDefinition RR_BRACKET ; -insertMulStatementCompatibility - : BEGIN STATEMENT SET SEMICOLON (insertSimpleStatement SEMICOLON)+ END - ; - insertMulStatement : STATEMENT SET BEGIN (insertSimpleStatement SEMICOLON)+ END ; - // Select statements queryStatement diff --git a/src/lib/flinksql/FlinkSqlLexer.ts b/src/lib/flinksql/FlinkSqlLexer.ts index ed2ba08..17bbcee 100644 --- a/src/lib/flinksql/FlinkSqlLexer.ts +++ b/src/lib/flinksql/FlinkSqlLexer.ts @@ -1,4 +1,4 @@ -// Generated from /Users/mortalYoung/Projects/dt-sql-parser/src/grammar/flinksql/FlinkSqlLexer.g4 by ANTLR 4.12.0 +// Generated from /Users/zhenglin/Documents/parser/dt-sql-parser/src/grammar/flinksql/FlinkSqlLexer.g4 by ANTLR 4.12.0 // noinspection ES6UnusedImports,JSUnusedGlobalSymbols,JSUnusedLocalSymbols import { ATN, diff --git a/src/lib/flinksql/FlinkSqlParser.interp b/src/lib/flinksql/FlinkSqlParser.interp index 948db2b..3334164 100644 --- a/src/lib/flinksql/FlinkSqlParser.interp +++ b/src/lib/flinksql/FlinkSqlParser.interp @@ -734,7 +734,6 @@ insertSimpleStatement insertPartitionDefinition valuesDefinition valuesRowDefinition -insertMulStatementCompatibility insertMulStatement queryStatement valuesCaluse @@ -818,4 +817,4 @@ nonReserved atn: -[4, 1, 328, 1885, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 2, 59, 7, 59, 2, 60, 7, 60, 2, 61, 7, 61, 2, 62, 7, 62, 2, 63, 7, 63, 2, 64, 7, 64, 2, 65, 7, 65, 2, 66, 7, 66, 2, 67, 7, 67, 2, 68, 7, 68, 2, 69, 7, 69, 2, 70, 7, 70, 2, 71, 7, 71, 2, 72, 7, 72, 2, 73, 7, 73, 2, 74, 7, 74, 2, 75, 7, 75, 2, 76, 7, 76, 2, 77, 7, 77, 2, 78, 7, 78, 2, 79, 7, 79, 2, 80, 7, 80, 2, 81, 7, 81, 2, 82, 7, 82, 2, 83, 7, 83, 2, 84, 7, 84, 2, 85, 7, 85, 2, 86, 7, 86, 2, 87, 7, 87, 2, 88, 7, 88, 2, 89, 7, 89, 2, 90, 7, 90, 2, 91, 7, 91, 2, 92, 7, 92, 2, 93, 7, 93, 2, 94, 7, 94, 2, 95, 7, 95, 2, 96, 7, 96, 2, 97, 7, 97, 2, 98, 7, 98, 2, 99, 7, 99, 2, 100, 7, 100, 2, 101, 7, 101, 2, 102, 7, 102, 2, 103, 7, 103, 2, 104, 7, 104, 2, 105, 7, 105, 2, 106, 7, 106, 2, 107, 7, 107, 2, 108, 7, 108, 2, 109, 7, 109, 2, 110, 7, 110, 2, 111, 7, 111, 2, 112, 7, 112, 2, 113, 7, 113, 2, 114, 7, 114, 2, 115, 7, 115, 2, 116, 7, 116, 2, 117, 7, 117, 2, 118, 7, 118, 2, 119, 7, 119, 2, 120, 7, 120, 2, 121, 7, 121, 2, 122, 7, 122, 2, 123, 7, 123, 2, 124, 7, 124, 2, 125, 7, 125, 2, 126, 7, 126, 2, 127, 7, 127, 2, 128, 7, 128, 2, 129, 7, 129, 2, 130, 7, 130, 2, 131, 7, 131, 2, 132, 7, 132, 2, 133, 7, 133, 2, 134, 7, 134, 2, 135, 7, 135, 2, 136, 7, 136, 2, 137, 7, 137, 2, 138, 7, 138, 2, 139, 7, 139, 2, 140, 7, 140, 2, 141, 7, 141, 2, 142, 7, 142, 2, 143, 7, 143, 2, 144, 7, 144, 2, 145, 7, 145, 2, 146, 7, 146, 2, 147, 7, 147, 2, 148, 7, 148, 2, 149, 7, 149, 2, 150, 7, 150, 2, 151, 7, 151, 2, 152, 7, 152, 2, 153, 7, 153, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 3, 2, 317, 8, 2, 1, 2, 5, 2, 320, 8, 2, 10, 2, 12, 2, 323, 9, 2, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 3, 3, 337, 8, 3, 1, 4, 1, 4, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 3, 5, 355, 8, 5, 1, 6, 1, 6, 3, 6, 359, 8, 6, 1, 7, 1, 7, 1, 7, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 368, 8, 8, 1, 8, 1, 8, 1, 8, 3, 8, 373, 8, 8, 1, 9, 1, 9, 1, 9, 5, 9, 378, 8, 9, 10, 9, 12, 9, 381, 9, 9, 1, 10, 1, 10, 1, 11, 1, 11, 3, 11, 387, 8, 11, 1, 11, 1, 11, 3, 11, 391, 8, 11, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 5, 12, 398, 8, 12, 10, 12, 12, 12, 401, 9, 12, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 412, 8, 13, 1, 13, 3, 13, 415, 8, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 422, 8, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 430, 8, 13, 1, 13, 1, 13, 1, 13, 3, 13, 435, 8, 13, 1, 13, 3, 13, 438, 8, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 3, 14, 445, 8, 14, 1, 15, 1, 15, 1, 15, 1, 15, 1, 16, 1, 16, 3, 16, 453, 8, 16, 1, 17, 1, 17, 3, 17, 457, 8, 17, 1, 18, 1, 18, 1, 18, 1, 18, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 3, 19, 469, 8, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 3, 19, 477, 8, 19, 1, 19, 1, 19, 3, 19, 481, 8, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 3, 19, 502, 8, 19, 1, 20, 1, 20, 3, 20, 506, 8, 20, 1, 21, 1, 21, 3, 21, 510, 8, 21, 1, 21, 1, 21, 3, 21, 514, 8, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 5, 21, 521, 8, 21, 10, 21, 12, 21, 524, 9, 21, 1, 21, 1, 21, 3, 21, 528, 8, 21, 1, 21, 1, 21, 3, 21, 532, 8, 21, 1, 21, 1, 21, 3, 21, 536, 8, 21, 1, 21, 1, 21, 3, 21, 540, 8, 21, 1, 21, 3, 21, 543, 8, 21, 1, 21, 1, 21, 3, 21, 547, 8, 21, 1, 22, 1, 22, 1, 22, 3, 22, 552, 8, 22, 1, 22, 1, 22, 1, 22, 1, 22, 3, 22, 558, 8, 22, 1, 23, 1, 23, 1, 23, 3, 23, 563, 8, 23, 1, 24, 1, 24, 1, 24, 3, 24, 568, 8, 24, 1, 24, 3, 24, 571, 8, 24, 1, 25, 1, 25, 3, 25, 575, 8, 25, 1, 26, 1, 26, 1, 26, 1, 26, 5, 26, 581, 8, 26, 10, 26, 12, 26, 584, 9, 26, 1, 26, 1, 26, 1, 27, 1, 27, 1, 27, 3, 27, 591, 8, 27, 1, 27, 1, 27, 3, 27, 595, 8, 27, 1, 27, 1, 27, 3, 27, 599, 8, 27, 1, 27, 1, 27, 3, 27, 603, 8, 27, 1, 27, 1, 27, 3, 27, 607, 8, 27, 1, 27, 1, 27, 3, 27, 611, 8, 27, 1, 27, 1, 27, 3, 27, 615, 8, 27, 1, 27, 1, 27, 3, 27, 619, 8, 27, 1, 27, 1, 27, 3, 27, 623, 8, 27, 3, 27, 625, 8, 27, 1, 28, 1, 28, 1, 28, 1, 28, 1, 29, 1, 29, 1, 29, 1, 29, 3, 29, 635, 8, 29, 1, 29, 1, 29, 1, 30, 1, 30, 1, 30, 1, 30, 3, 30, 643, 8, 30, 1, 30, 1, 30, 1, 31, 1, 31, 1, 31, 1, 31, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 5, 33, 665, 8, 33, 10, 33, 12, 33, 668, 9, 33, 1, 33, 1, 33, 1, 34, 1, 34, 3, 34, 674, 8, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 35, 1, 35, 1, 35, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 689, 8, 36, 1, 36, 3, 36, 692, 8, 36, 1, 37, 1, 37, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 700, 8, 38, 1, 39, 1, 39, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 41, 1, 41, 3, 41, 712, 8, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 1, 43, 1, 43, 1, 43, 1, 43, 1, 44, 1, 44, 1, 44, 1, 44, 1, 45, 1, 45, 1, 45, 1, 45, 5, 45, 734, 8, 45, 10, 45, 12, 45, 737, 9, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 5, 46, 747, 8, 46, 10, 46, 12, 46, 750, 9, 46, 1, 46, 1, 46, 3, 46, 754, 8, 46, 1, 47, 1, 47, 3, 47, 758, 8, 47, 1, 48, 1, 48, 1, 48, 1, 48, 5, 48, 764, 8, 48, 10, 48, 12, 48, 767, 9, 48, 1, 48, 3, 48, 770, 8, 48, 1, 49, 1, 49, 1, 50, 1, 50, 1, 50, 1, 50, 3, 50, 778, 8, 50, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 3, 52, 788, 8, 52, 1, 52, 1, 52, 3, 52, 792, 8, 52, 1, 52, 1, 52, 1, 53, 1, 53, 3, 53, 798, 8, 53, 1, 53, 1, 53, 3, 53, 802, 8, 53, 1, 53, 1, 53, 3, 53, 806, 8, 53, 1, 53, 3, 53, 809, 8, 53, 1, 53, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 818, 8, 54, 1, 54, 1, 54, 3, 54, 822, 8, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 829, 8, 54, 1, 54, 3, 54, 832, 8, 54, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 5, 55, 840, 8, 55, 10, 55, 12, 55, 843, 9, 55, 1, 56, 1, 56, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 852, 8, 57, 1, 58, 1, 58, 1, 58, 1, 58, 1, 59, 1, 59, 1, 59, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 867, 8, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 62, 1, 62, 1, 62, 1, 62, 3, 62, 878, 8, 62, 1, 62, 1, 62, 3, 62, 882, 8, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 3, 62, 889, 8, 62, 1, 63, 1, 63, 1, 63, 3, 63, 894, 8, 63, 1, 63, 1, 63, 1, 64, 1, 64, 3, 64, 900, 8, 64, 1, 64, 1, 64, 3, 64, 904, 8, 64, 1, 64, 1, 64, 1, 65, 1, 65, 1, 65, 3, 65, 911, 8, 65, 1, 65, 1, 65, 3, 65, 915, 8, 65, 1, 66, 1, 66, 3, 66, 919, 8, 66, 1, 66, 1, 66, 3, 66, 923, 8, 66, 1, 66, 1, 66, 1, 67, 1, 67, 1, 67, 1, 67, 3, 67, 931, 8, 67, 1, 67, 1, 67, 3, 67, 935, 8, 67, 1, 67, 1, 67, 1, 68, 3, 68, 940, 8, 68, 1, 68, 1, 68, 1, 68, 1, 68, 3, 68, 946, 8, 68, 1, 69, 1, 69, 1, 69, 1, 69, 3, 69, 952, 8, 69, 1, 69, 3, 69, 955, 8, 69, 1, 69, 1, 69, 3, 69, 959, 8, 69, 1, 70, 1, 70, 1, 70, 1, 71, 1, 71, 1, 71, 1, 71, 5, 71, 968, 8, 71, 10, 71, 12, 71, 971, 9, 71, 1, 72, 1, 72, 1, 72, 1, 72, 5, 72, 977, 8, 72, 10, 72, 12, 72, 980, 9, 72, 1, 72, 1, 72, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 4, 73, 991, 8, 73, 11, 73, 12, 73, 992, 1, 73, 1, 73, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 4, 74, 1003, 8, 74, 11, 74, 12, 74, 1004, 1, 74, 1, 74, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 5, 75, 1015, 8, 75, 10, 75, 12, 75, 1018, 9, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 1, 75, 3, 75, 1028, 8, 75, 1, 75, 3, 75, 1031, 8, 75, 1, 75, 1, 75, 3, 75, 1035, 8, 75, 1, 75, 3, 75, 1038, 8, 75, 3, 75, 1040, 8, 75, 1, 75, 1, 75, 1, 75, 3, 75, 1045, 8, 75, 1, 75, 1, 75, 3, 75, 1049, 8, 75, 1, 75, 3, 75, 1052, 8, 75, 5, 75, 1054, 8, 75, 10, 75, 12, 75, 1057, 9, 75, 1, 76, 1, 76, 1, 76, 1, 76, 5, 76, 1063, 8, 76, 10, 76, 12, 76, 1066, 9, 76, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 5, 77, 1073, 8, 77, 10, 77, 12, 77, 1076, 9, 77, 1, 77, 1, 77, 3, 77, 1080, 8, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 77, 1, 78, 1, 78, 1, 79, 1, 79, 1, 79, 3, 79, 1092, 8, 79, 1, 79, 3, 79, 1095, 8, 79, 1, 79, 3, 79, 1098, 8, 79, 1, 79, 3, 79, 1101, 8, 79, 1, 80, 1, 80, 3, 80, 1105, 8, 80, 1, 80, 1, 80, 1, 80, 1, 80, 5, 80, 1111, 8, 80, 10, 80, 12, 80, 1114, 9, 80, 3, 80, 1116, 8, 80, 1, 81, 1, 81, 3, 81, 1120, 8, 81, 1, 81, 3, 81, 1123, 8, 81, 1, 82, 1, 82, 1, 82, 1, 83, 1, 83, 1, 83, 1, 83, 5, 83, 1132, 8, 83, 10, 83, 12, 83, 1135, 9, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 1, 83, 3, 83, 1143, 8, 83, 1, 83, 3, 83, 1146, 8, 83, 1, 83, 3, 83, 1149, 8, 83, 1, 83, 1, 83, 1, 83, 3, 83, 1154, 8, 83, 5, 83, 1156, 8, 83, 10, 83, 12, 83, 1159, 9, 83, 1, 84, 1, 84, 3, 84, 1163, 8, 84, 1, 85, 3, 85, 1166, 8, 85, 1, 85, 1, 85, 3, 85, 1170, 8, 85, 1, 85, 3, 85, 1173, 8, 85, 1, 85, 3, 85, 1176, 8, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 5, 85, 1186, 8, 85, 10, 85, 12, 85, 1189, 9, 85, 1, 85, 1, 85, 1, 85, 1, 85, 3, 85, 1195, 8, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 1, 85, 3, 85, 1206, 8, 85, 1, 86, 1, 86, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 88, 1, 88, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 1, 89, 5, 89, 1225, 8, 89, 10, 89, 12, 89, 1228, 9, 89, 1, 89, 1, 89, 3, 89, 1232, 8, 89, 1, 90, 1, 90, 1, 90, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 5, 91, 1242, 8, 91, 10, 91, 12, 91, 1245, 9, 91, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 5, 92, 1254, 8, 92, 10, 92, 12, 92, 1257, 9, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 5, 92, 1266, 8, 92, 10, 92, 12, 92, 1269, 9, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 5, 92, 1278, 8, 92, 10, 92, 12, 92, 1281, 9, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 1, 92, 5, 92, 1291, 8, 92, 10, 92, 12, 92, 1294, 9, 92, 1, 92, 1, 92, 3, 92, 1298, 8, 92, 1, 93, 1, 93, 1, 93, 1, 94, 1, 94, 1, 94, 1, 94, 1, 94, 5, 94, 1308, 8, 94, 10, 94, 12, 94, 1311, 9, 94, 1, 95, 1, 95, 3, 95, 1315, 8, 95, 1, 96, 1, 96, 1, 96, 3, 96, 1320, 8, 96, 1, 97, 1, 97, 1, 97, 1, 97, 5, 97, 1326, 8, 97, 10, 97, 12, 97, 1329, 9, 97, 1, 98, 1, 98, 1, 98, 1, 98, 1, 99, 3, 99, 1336, 8, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 5, 99, 1344, 8, 99, 10, 99, 12, 99, 1347, 9, 99, 3, 99, 1349, 8, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 5, 99, 1356, 8, 99, 10, 99, 12, 99, 1359, 9, 99, 3, 99, 1361, 8, 99, 1, 99, 3, 99, 1364, 8, 99, 1, 99, 1, 99, 1, 100, 1, 100, 3, 100, 1370, 8, 100, 1, 100, 1, 100, 3, 100, 1374, 8, 100, 1, 101, 1, 101, 1, 101, 1, 101, 3, 101, 1380, 8, 101, 1, 102, 1, 102, 1, 102, 1, 103, 1, 103, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 3, 104, 1397, 8, 104, 3, 104, 1399, 8, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 5, 104, 1407, 8, 104, 10, 104, 12, 104, 1410, 9, 104, 1, 105, 3, 105, 1413, 8, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 3, 105, 1421, 8, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 5, 105, 1428, 8, 105, 10, 105, 12, 105, 1431, 9, 105, 1, 105, 1, 105, 1, 105, 3, 105, 1436, 8, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 3, 105, 1449, 8, 105, 1, 105, 1, 105, 1, 105, 3, 105, 1454, 8, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 5, 105, 1464, 8, 105, 10, 105, 12, 105, 1467, 9, 105, 1, 105, 1, 105, 3, 105, 1471, 8, 105, 1, 105, 3, 105, 1474, 8, 105, 1, 105, 1, 105, 1, 105, 1, 105, 3, 105, 1480, 8, 105, 1, 105, 1, 105, 1, 105, 3, 105, 1485, 8, 105, 1, 105, 1, 105, 1, 105, 3, 105, 1490, 8, 105, 1, 105, 1, 105, 1, 105, 3, 105, 1495, 8, 105, 1, 106, 3, 106, 1498, 8, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 5, 106, 1508, 8, 106, 10, 106, 12, 106, 1511, 9, 106, 1, 106, 1, 106, 3, 106, 1515, 8, 106, 1, 106, 3, 106, 1518, 8, 106, 1, 106, 1, 106, 3, 106, 1522, 8, 106, 1, 107, 1, 107, 1, 107, 1, 107, 3, 107, 1528, 8, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 5, 107, 1549, 8, 107, 10, 107, 12, 107, 1552, 9, 107, 1, 108, 1, 108, 1, 108, 4, 108, 1557, 8, 108, 11, 108, 12, 108, 1558, 1, 108, 1, 108, 3, 108, 1563, 8, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 4, 108, 1570, 8, 108, 11, 108, 12, 108, 1571, 1, 108, 1, 108, 3, 108, 1576, 8, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 3, 108, 1592, 8, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 3, 108, 1601, 8, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 3, 108, 1625, 8, 108, 1, 108, 1, 108, 1, 108, 5, 108, 1630, 8, 108, 10, 108, 12, 108, 1633, 9, 108, 3, 108, 1635, 8, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 3, 108, 1645, 8, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 5, 108, 1652, 8, 108, 10, 108, 12, 108, 1655, 9, 108, 1, 109, 1, 109, 1, 110, 1, 110, 1, 111, 1, 111, 1, 112, 1, 112, 3, 112, 1665, 8, 112, 1, 113, 1, 113, 1, 113, 3, 113, 1670, 8, 113, 1, 114, 1, 114, 3, 114, 1674, 8, 114, 1, 115, 1, 115, 1, 115, 4, 115, 1679, 8, 115, 11, 115, 12, 115, 1680, 1, 116, 1, 116, 1, 116, 3, 116, 1686, 8, 116, 1, 117, 1, 117, 1, 117, 1, 117, 1, 117, 1, 118, 3, 118, 1694, 8, 118, 1, 118, 1, 118, 3, 118, 1698, 8, 118, 1, 119, 3, 119, 1701, 8, 119, 1, 119, 1, 119, 3, 119, 1705, 8, 119, 1, 120, 3, 120, 1708, 8, 120, 1, 120, 1, 120, 3, 120, 1712, 8, 120, 1, 121, 1, 121, 1, 121, 1, 122, 1, 122, 4, 122, 1719, 8, 122, 11, 122, 12, 122, 1720, 1, 122, 3, 122, 1724, 8, 122, 1, 123, 1, 123, 1, 123, 1, 123, 1, 124, 1, 124, 1, 124, 5, 124, 1733, 8, 124, 10, 124, 12, 124, 1736, 9, 124, 1, 125, 1, 125, 3, 125, 1740, 8, 125, 1, 126, 1, 126, 1, 126, 1, 126, 3, 126, 1746, 8, 126, 1, 127, 1, 127, 1, 128, 1, 128, 1, 129, 1, 129, 1, 129, 1, 129, 1, 129, 1, 130, 1, 130, 1, 130, 5, 130, 1760, 8, 130, 10, 130, 12, 130, 1763, 9, 130, 1, 131, 1, 131, 5, 131, 1767, 8, 131, 10, 131, 12, 131, 1770, 9, 131, 1, 132, 1, 132, 5, 132, 1774, 8, 132, 10, 132, 12, 132, 1777, 9, 132, 1, 133, 1, 133, 1, 133, 1, 134, 1, 134, 1, 134, 1, 134, 1, 135, 1, 135, 1, 135, 1, 136, 1, 136, 1, 136, 1, 136, 5, 136, 1793, 8, 136, 10, 136, 12, 136, 1796, 9, 136, 1, 136, 1, 136, 1, 137, 1, 137, 3, 137, 1802, 8, 137, 1, 137, 3, 137, 1805, 8, 137, 1, 138, 1, 138, 1, 138, 3, 138, 1810, 8, 138, 1, 139, 1, 139, 1, 139, 1, 139, 3, 139, 1816, 8, 139, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 3, 140, 1824, 8, 140, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 3, 141, 1840, 8, 141, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 1, 142, 3, 142, 1849, 8, 142, 1, 143, 1, 143, 1, 144, 1, 144, 1, 145, 1, 145, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 1, 146, 3, 146, 1866, 8, 146, 1, 146, 3, 146, 1869, 8, 146, 1, 147, 1, 147, 1, 148, 1, 148, 1, 149, 1, 149, 1, 150, 1, 150, 1, 151, 1, 151, 1, 152, 1, 152, 1, 153, 1, 153, 1, 153, 2, 1768, 1775, 5, 150, 166, 208, 214, 216, 154, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242, 244, 246, 248, 250, 252, 254, 256, 258, 260, 262, 264, 266, 268, 270, 272, 274, 276, 278, 280, 282, 284, 286, 288, 290, 292, 294, 296, 298, 300, 302, 304, 306, 0, 40, 2, 0, 36, 36, 84, 84, 1, 0, 87, 89, 2, 0, 193, 193, 253, 255, 2, 0, 192, 192, 239, 239, 2, 0, 5, 5, 24, 24, 2, 0, 74, 74, 76, 76, 2, 0, 6, 6, 82, 82, 1, 0, 246, 250, 3, 0, 282, 282, 287, 287, 290, 290, 6, 0, 264, 264, 267, 271, 275, 279, 283, 283, 285, 285, 291, 291, 1, 0, 70, 71, 2, 0, 272, 274, 280, 281, 2, 0, 265, 265, 286, 286, 1, 0, 233, 234, 3, 0, 8, 8, 102, 102, 236, 236, 1, 0, 233, 235, 2, 0, 167, 167, 237, 238, 1, 0, 241, 243, 2, 0, 184, 184, 186, 186, 2, 0, 83, 83, 140, 140, 2, 0, 105, 106, 108, 108, 2, 0, 48, 49, 51, 52, 1, 0, 35, 36, 2, 0, 67, 67, 69, 69, 1, 0, 8, 9, 1, 0, 32, 33, 2, 0, 296, 296, 314, 315, 4, 0, 132, 132, 312, 312, 316, 316, 319, 319, 2, 0, 314, 315, 317, 317, 1, 0, 314, 315, 1, 0, 323, 324, 2, 0, 323, 323, 326, 326, 1, 0, 326, 327, 1, 0, 320, 321, 4, 0, 132, 132, 312, 312, 314, 316, 318, 319, 3, 0, 25, 25, 295, 296, 314, 315, 2, 0, 8, 8, 10, 10, 32, 0, 6, 6, 13, 17, 20, 21, 26, 30, 32, 32, 34, 36, 38, 38, 50, 50, 56, 69, 72, 72, 75, 77, 80, 81, 84, 85, 90, 93, 95, 97, 99, 99, 102, 104, 107, 107, 110, 124, 128, 142, 144, 184, 186, 203, 205, 212, 214, 234, 236, 237, 239, 240, 253, 254, 257, 259, 264, 272, 275, 277, 279, 284, 286, 291, 6, 0, 45, 46, 48, 52, 54, 55, 105, 108, 143, 143, 223, 223, 23, 0, 4, 42, 44, 44, 47, 47, 53, 53, 56, 70, 72, 77, 80, 81, 83, 85, 90, 99, 102, 104, 109, 142, 144, 176, 178, 212, 214, 222, 224, 234, 236, 237, 239, 240, 253, 254, 256, 259, 264, 272, 275, 277, 279, 284, 286, 291, 2055, 0, 308, 1, 0, 0, 0, 2, 311, 1, 0, 0, 0, 4, 321, 1, 0, 0, 0, 6, 336, 1, 0, 0, 0, 8, 338, 1, 0, 0, 0, 10, 354, 1, 0, 0, 0, 12, 358, 1, 0, 0, 0, 14, 360, 1, 0, 0, 0, 16, 363, 1, 0, 0, 0, 18, 374, 1, 0, 0, 0, 20, 382, 1, 0, 0, 0, 22, 390, 1, 0, 0, 0, 24, 392, 1, 0, 0, 0, 26, 437, 1, 0, 0, 0, 28, 439, 1, 0, 0, 0, 30, 446, 1, 0, 0, 0, 32, 450, 1, 0, 0, 0, 34, 454, 1, 0, 0, 0, 36, 458, 1, 0, 0, 0, 38, 501, 1, 0, 0, 0, 40, 505, 1, 0, 0, 0, 42, 507, 1, 0, 0, 0, 44, 548, 1, 0, 0, 0, 46, 562, 1, 0, 0, 0, 48, 564, 1, 0, 0, 0, 50, 574, 1, 0, 0, 0, 52, 576, 1, 0, 0, 0, 54, 624, 1, 0, 0, 0, 56, 626, 1, 0, 0, 0, 58, 630, 1, 0, 0, 0, 60, 638, 1, 0, 0, 0, 62, 646, 1, 0, 0, 0, 64, 650, 1, 0, 0, 0, 66, 657, 1, 0, 0, 0, 68, 673, 1, 0, 0, 0, 70, 680, 1, 0, 0, 0, 72, 683, 1, 0, 0, 0, 74, 693, 1, 0, 0, 0, 76, 695, 1, 0, 0, 0, 78, 701, 1, 0, 0, 0, 80, 703, 1, 0, 0, 0, 82, 711, 1, 0, 0, 0, 84, 719, 1, 0, 0, 0, 86, 721, 1, 0, 0, 0, 88, 725, 1, 0, 0, 0, 90, 729, 1, 0, 0, 0, 92, 753, 1, 0, 0, 0, 94, 757, 1, 0, 0, 0, 96, 759, 1, 0, 0, 0, 98, 771, 1, 0, 0, 0, 100, 777, 1, 0, 0, 0, 102, 779, 1, 0, 0, 0, 104, 784, 1, 0, 0, 0, 106, 795, 1, 0, 0, 0, 108, 813, 1, 0, 0, 0, 110, 833, 1, 0, 0, 0, 112, 844, 1, 0, 0, 0, 114, 846, 1, 0, 0, 0, 116, 853, 1, 0, 0, 0, 118, 857, 1, 0, 0, 0, 120, 860, 1, 0, 0, 0, 122, 868, 1, 0, 0, 0, 124, 873, 1, 0, 0, 0, 126, 890, 1, 0, 0, 0, 128, 897, 1, 0, 0, 0, 130, 907, 1, 0, 0, 0, 132, 916, 1, 0, 0, 0, 134, 926, 1, 0, 0, 0, 136, 945, 1, 0, 0, 0, 138, 947, 1, 0, 0, 0, 140, 960, 1, 0, 0, 0, 142, 963, 1, 0, 0, 0, 144, 972, 1, 0, 0, 0, 146, 983, 1, 0, 0, 0, 148, 996, 1, 0, 0, 0, 150, 1039, 1, 0, 0, 0, 152, 1058, 1, 0, 0, 0, 154, 1067, 1, 0, 0, 0, 156, 1086, 1, 0, 0, 0, 158, 1088, 1, 0, 0, 0, 160, 1102, 1, 0, 0, 0, 162, 1117, 1, 0, 0, 0, 164, 1124, 1, 0, 0, 0, 166, 1127, 1, 0, 0, 0, 168, 1160, 1, 0, 0, 0, 170, 1205, 1, 0, 0, 0, 172, 1207, 1, 0, 0, 0, 174, 1209, 1, 0, 0, 0, 176, 1215, 1, 0, 0, 0, 178, 1231, 1, 0, 0, 0, 180, 1233, 1, 0, 0, 0, 182, 1236, 1, 0, 0, 0, 184, 1297, 1, 0, 0, 0, 186, 1299, 1, 0, 0, 0, 188, 1302, 1, 0, 0, 0, 190, 1312, 1, 0, 0, 0, 192, 1316, 1, 0, 0, 0, 194, 1321, 1, 0, 0, 0, 196, 1330, 1, 0, 0, 0, 198, 1335, 1, 0, 0, 0, 200, 1367, 1, 0, 0, 0, 202, 1379, 1, 0, 0, 0, 204, 1381, 1, 0, 0, 0, 206, 1384, 1, 0, 0, 0, 208, 1398, 1, 0, 0, 0, 210, 1494, 1, 0, 0, 0, 212, 1521, 1, 0, 0, 0, 214, 1527, 1, 0, 0, 0, 216, 1644, 1, 0, 0, 0, 218, 1656, 1, 0, 0, 0, 220, 1658, 1, 0, 0, 0, 222, 1660, 1, 0, 0, 0, 224, 1664, 1, 0, 0, 0, 226, 1666, 1, 0, 0, 0, 228, 1671, 1, 0, 0, 0, 230, 1678, 1, 0, 0, 0, 232, 1682, 1, 0, 0, 0, 234, 1687, 1, 0, 0, 0, 236, 1697, 1, 0, 0, 0, 238, 1700, 1, 0, 0, 0, 240, 1707, 1, 0, 0, 0, 242, 1713, 1, 0, 0, 0, 244, 1723, 1, 0, 0, 0, 246, 1725, 1, 0, 0, 0, 248, 1729, 1, 0, 0, 0, 250, 1739, 1, 0, 0, 0, 252, 1745, 1, 0, 0, 0, 254, 1747, 1, 0, 0, 0, 256, 1749, 1, 0, 0, 0, 258, 1751, 1, 0, 0, 0, 260, 1756, 1, 0, 0, 0, 262, 1764, 1, 0, 0, 0, 264, 1771, 1, 0, 0, 0, 266, 1778, 1, 0, 0, 0, 268, 1781, 1, 0, 0, 0, 270, 1785, 1, 0, 0, 0, 272, 1788, 1, 0, 0, 0, 274, 1799, 1, 0, 0, 0, 276, 1809, 1, 0, 0, 0, 278, 1815, 1, 0, 0, 0, 280, 1823, 1, 0, 0, 0, 282, 1839, 1, 0, 0, 0, 284, 1848, 1, 0, 0, 0, 286, 1850, 1, 0, 0, 0, 288, 1852, 1, 0, 0, 0, 290, 1854, 1, 0, 0, 0, 292, 1868, 1, 0, 0, 0, 294, 1870, 1, 0, 0, 0, 296, 1872, 1, 0, 0, 0, 298, 1874, 1, 0, 0, 0, 300, 1876, 1, 0, 0, 0, 302, 1878, 1, 0, 0, 0, 304, 1880, 1, 0, 0, 0, 306, 1882, 1, 0, 0, 0, 308, 309, 3, 2, 1, 0, 309, 310, 5, 0, 0, 1, 310, 1, 1, 0, 0, 0, 311, 312, 3, 4, 2, 0, 312, 313, 5, 0, 0, 1, 313, 3, 1, 0, 0, 0, 314, 316, 3, 6, 3, 0, 315, 317, 5, 306, 0, 0, 316, 315, 1, 0, 0, 0, 316, 317, 1, 0, 0, 0, 317, 320, 1, 0, 0, 0, 318, 320, 3, 8, 4, 0, 319, 314, 1, 0, 0, 0, 319, 318, 1, 0, 0, 0, 320, 323, 1, 0, 0, 0, 321, 319, 1, 0, 0, 0, 321, 322, 1, 0, 0, 0, 322, 5, 1, 0, 0, 0, 323, 321, 1, 0, 0, 0, 324, 337, 3, 10, 5, 0, 325, 337, 3, 12, 6, 0, 326, 337, 3, 14, 7, 0, 327, 337, 3, 16, 8, 0, 328, 337, 3, 22, 11, 0, 329, 337, 3, 26, 13, 0, 330, 337, 3, 28, 14, 0, 331, 337, 3, 30, 15, 0, 332, 337, 3, 32, 16, 0, 333, 337, 3, 34, 17, 0, 334, 337, 3, 36, 18, 0, 335, 337, 3, 38, 19, 0, 336, 324, 1, 0, 0, 0, 336, 325, 1, 0, 0, 0, 336, 326, 1, 0, 0, 0, 336, 327, 1, 0, 0, 0, 336, 328, 1, 0, 0, 0, 336, 329, 1, 0, 0, 0, 336, 330, 1, 0, 0, 0, 336, 331, 1, 0, 0, 0, 336, 332, 1, 0, 0, 0, 336, 333, 1, 0, 0, 0, 336, 334, 1, 0, 0, 0, 336, 335, 1, 0, 0, 0, 337, 7, 1, 0, 0, 0, 338, 339, 5, 306, 0, 0, 339, 9, 1, 0, 0, 0, 340, 355, 3, 40, 20, 0, 341, 355, 3, 104, 52, 0, 342, 355, 3, 106, 53, 0, 343, 355, 3, 108, 54, 0, 344, 355, 3, 102, 51, 0, 345, 355, 3, 114, 57, 0, 346, 355, 3, 120, 60, 0, 347, 355, 3, 122, 61, 0, 348, 355, 3, 124, 62, 0, 349, 355, 3, 126, 63, 0, 350, 355, 3, 128, 64, 0, 351, 355, 3, 130, 65, 0, 352, 355, 3, 132, 66, 0, 353, 355, 3, 134, 67, 0, 354, 340, 1, 0, 0, 0, 354, 341, 1, 0, 0, 0, 354, 342, 1, 0, 0, 0, 354, 343, 1, 0, 0, 0, 354, 344, 1, 0, 0, 0, 354, 345, 1, 0, 0, 0, 354, 346, 1, 0, 0, 0, 354, 347, 1, 0, 0, 0, 354, 348, 1, 0, 0, 0, 354, 349, 1, 0, 0, 0, 354, 350, 1, 0, 0, 0, 354, 351, 1, 0, 0, 0, 354, 352, 1, 0, 0, 0, 354, 353, 1, 0, 0, 0, 355, 11, 1, 0, 0, 0, 356, 359, 3, 150, 75, 0, 357, 359, 3, 136, 68, 0, 358, 356, 1, 0, 0, 0, 358, 357, 1, 0, 0, 0, 359, 13, 1, 0, 0, 0, 360, 361, 7, 0, 0, 0, 361, 362, 3, 262, 131, 0, 362, 15, 1, 0, 0, 0, 363, 367, 5, 85, 0, 0, 364, 368, 3, 18, 9, 0, 365, 366, 5, 86, 0, 0, 366, 368, 5, 37, 0, 0, 367, 364, 1, 0, 0, 0, 367, 365, 1, 0, 0, 0, 367, 368, 1, 0, 0, 0, 368, 372, 1, 0, 0, 0, 369, 373, 3, 12, 6, 0, 370, 373, 3, 138, 69, 0, 371, 373, 3, 148, 74, 0, 372, 369, 1, 0, 0, 0, 372, 370, 1, 0, 0, 0, 372, 371, 1, 0, 0, 0, 373, 17, 1, 0, 0, 0, 374, 379, 3, 20, 10, 0, 375, 376, 5, 305, 0, 0, 376, 378, 3, 20, 10, 0, 377, 375, 1, 0, 0, 0, 378, 381, 1, 0, 0, 0, 379, 377, 1, 0, 0, 0, 379, 380, 1, 0, 0, 0, 380, 19, 1, 0, 0, 0, 381, 379, 1, 0, 0, 0, 382, 383, 7, 1, 0, 0, 383, 21, 1, 0, 0, 0, 384, 386, 5, 99, 0, 0, 385, 387, 5, 239, 0, 0, 386, 385, 1, 0, 0, 0, 386, 387, 1, 0, 0, 0, 387, 388, 1, 0, 0, 0, 388, 391, 3, 262, 131, 0, 389, 391, 3, 24, 12, 0, 390, 384, 1, 0, 0, 0, 390, 389, 1, 0, 0, 0, 391, 23, 1, 0, 0, 0, 392, 393, 5, 99, 0, 0, 393, 394, 5, 101, 0, 0, 394, 399, 3, 262, 131, 0, 395, 396, 5, 305, 0, 0, 396, 398, 3, 262, 131, 0, 397, 395, 1, 0, 0, 0, 398, 401, 1, 0, 0, 0, 399, 397, 1, 0, 0, 0, 399, 400, 1, 0, 0, 0, 400, 25, 1, 0, 0, 0, 401, 399, 1, 0, 0, 0, 402, 403, 5, 95, 0, 0, 403, 438, 7, 2, 0, 0, 404, 405, 5, 95, 0, 0, 405, 406, 5, 66, 0, 0, 406, 438, 7, 3, 0, 0, 407, 408, 5, 95, 0, 0, 408, 411, 5, 96, 0, 0, 409, 410, 7, 4, 0, 0, 410, 412, 3, 262, 131, 0, 411, 409, 1, 0, 0, 0, 411, 412, 1, 0, 0, 0, 412, 414, 1, 0, 0, 0, 413, 415, 3, 212, 106, 0, 414, 413, 1, 0, 0, 0, 414, 415, 1, 0, 0, 0, 415, 438, 1, 0, 0, 0, 416, 417, 5, 95, 0, 0, 417, 418, 5, 97, 0, 0, 418, 419, 7, 4, 0, 0, 419, 421, 3, 262, 131, 0, 420, 422, 3, 212, 106, 0, 421, 420, 1, 0, 0, 0, 421, 422, 1, 0, 0, 0, 422, 438, 1, 0, 0, 0, 423, 424, 5, 95, 0, 0, 424, 425, 5, 73, 0, 0, 425, 426, 7, 5, 0, 0, 426, 438, 3, 262, 131, 0, 427, 429, 5, 95, 0, 0, 428, 430, 5, 53, 0, 0, 429, 428, 1, 0, 0, 0, 429, 430, 1, 0, 0, 0, 430, 431, 1, 0, 0, 0, 431, 438, 5, 103, 0, 0, 432, 434, 5, 95, 0, 0, 433, 435, 5, 52, 0, 0, 434, 433, 1, 0, 0, 0, 434, 435, 1, 0, 0, 0, 435, 436, 1, 0, 0, 0, 436, 438, 5, 101, 0, 0, 437, 402, 1, 0, 0, 0, 437, 404, 1, 0, 0, 0, 437, 407, 1, 0, 0, 0, 437, 416, 1, 0, 0, 0, 437, 423, 1, 0, 0, 0, 437, 427, 1, 0, 0, 0, 437, 432, 1, 0, 0, 0, 438, 27, 1, 0, 0, 0, 439, 440, 5, 212, 0, 0, 440, 441, 5, 100, 0, 0, 441, 444, 3, 262, 131, 0, 442, 443, 5, 70, 0, 0, 443, 445, 3, 272, 136, 0, 444, 442, 1, 0, 0, 0, 444, 445, 1, 0, 0, 0, 445, 29, 1, 0, 0, 0, 446, 447, 5, 213, 0, 0, 447, 448, 5, 100, 0, 0, 448, 449, 3, 262, 131, 0, 449, 31, 1, 0, 0, 0, 450, 452, 5, 116, 0, 0, 451, 453, 3, 274, 137, 0, 452, 451, 1, 0, 0, 0, 452, 453, 1, 0, 0, 0, 453, 33, 1, 0, 0, 0, 454, 456, 5, 117, 0, 0, 455, 457, 3, 276, 138, 0, 456, 455, 1, 0, 0, 0, 456, 457, 1, 0, 0, 0, 457, 35, 1, 0, 0, 0, 458, 459, 7, 6, 0, 0, 459, 460, 5, 244, 0, 0, 460, 461, 3, 112, 56, 0, 461, 37, 1, 0, 0, 0, 462, 463, 5, 6, 0, 0, 463, 464, 5, 244, 0, 0, 464, 465, 5, 70, 0, 0, 465, 468, 5, 328, 0, 0, 466, 467, 5, 7, 0, 0, 467, 469, 3, 262, 131, 0, 468, 466, 1, 0, 0, 0, 468, 469, 1, 0, 0, 0, 469, 502, 1, 0, 0, 0, 470, 471, 5, 6, 0, 0, 471, 472, 5, 245, 0, 0, 472, 473, 5, 70, 0, 0, 473, 476, 5, 328, 0, 0, 474, 475, 5, 7, 0, 0, 475, 477, 3, 262, 131, 0, 476, 474, 1, 0, 0, 0, 476, 477, 1, 0, 0, 0, 477, 480, 1, 0, 0, 0, 478, 479, 5, 113, 0, 0, 479, 481, 3, 262, 131, 0, 480, 478, 1, 0, 0, 0, 480, 481, 1, 0, 0, 0, 481, 502, 1, 0, 0, 0, 482, 483, 5, 6, 0, 0, 483, 484, 7, 7, 0, 0, 484, 485, 5, 70, 0, 0, 485, 486, 5, 328, 0, 0, 486, 487, 5, 113, 0, 0, 487, 502, 3, 262, 131, 0, 488, 489, 5, 6, 0, 0, 489, 490, 5, 251, 0, 0, 490, 502, 5, 328, 0, 0, 491, 492, 5, 6, 0, 0, 492, 493, 5, 252, 0, 0, 493, 494, 5, 245, 0, 0, 494, 495, 5, 70, 0, 0, 495, 496, 5, 328, 0, 0, 496, 497, 5, 113, 0, 0, 497, 498, 3, 262, 131, 0, 498, 499, 5, 257, 0, 0, 499, 500, 3, 262, 131, 0, 500, 502, 1, 0, 0, 0, 501, 462, 1, 0, 0, 0, 501, 470, 1, 0, 0, 0, 501, 482, 1, 0, 0, 0, 501, 488, 1, 0, 0, 0, 501, 491, 1, 0, 0, 0, 502, 39, 1, 0, 0, 0, 503, 506, 3, 42, 21, 0, 504, 506, 3, 44, 22, 0, 505, 503, 1, 0, 0, 0, 505, 504, 1, 0, 0, 0, 506, 41, 1, 0, 0, 0, 507, 509, 5, 73, 0, 0, 508, 510, 5, 166, 0, 0, 509, 508, 1, 0, 0, 0, 509, 510, 1, 0, 0, 0, 510, 511, 1, 0, 0, 0, 511, 513, 5, 74, 0, 0, 512, 514, 3, 268, 134, 0, 513, 512, 1, 0, 0, 0, 513, 514, 1, 0, 0, 0, 514, 515, 1, 0, 0, 0, 515, 516, 3, 98, 49, 0, 516, 517, 5, 303, 0, 0, 517, 522, 3, 46, 23, 0, 518, 519, 5, 305, 0, 0, 519, 521, 3, 46, 23, 0, 520, 518, 1, 0, 0, 0, 521, 524, 1, 0, 0, 0, 522, 520, 1, 0, 0, 0, 522, 523, 1, 0, 0, 0, 523, 527, 1, 0, 0, 0, 524, 522, 1, 0, 0, 0, 525, 526, 5, 305, 0, 0, 526, 528, 3, 80, 40, 0, 527, 525, 1, 0, 0, 0, 527, 528, 1, 0, 0, 0, 528, 531, 1, 0, 0, 0, 529, 530, 5, 305, 0, 0, 530, 532, 3, 82, 41, 0, 531, 529, 1, 0, 0, 0, 531, 532, 1, 0, 0, 0, 532, 535, 1, 0, 0, 0, 533, 534, 5, 305, 0, 0, 534, 536, 3, 86, 43, 0, 535, 533, 1, 0, 0, 0, 535, 536, 1, 0, 0, 0, 536, 537, 1, 0, 0, 0, 537, 539, 5, 304, 0, 0, 538, 540, 3, 70, 35, 0, 539, 538, 1, 0, 0, 0, 539, 540, 1, 0, 0, 0, 540, 542, 1, 0, 0, 0, 541, 543, 3, 88, 44, 0, 542, 541, 1, 0, 0, 0, 542, 543, 1, 0, 0, 0, 543, 544, 1, 0, 0, 0, 544, 546, 3, 266, 133, 0, 545, 547, 3, 96, 48, 0, 546, 545, 1, 0, 0, 0, 546, 547, 1, 0, 0, 0, 547, 43, 1, 0, 0, 0, 548, 549, 5, 73, 0, 0, 549, 551, 5, 74, 0, 0, 550, 552, 3, 268, 134, 0, 551, 550, 1, 0, 0, 0, 551, 552, 1, 0, 0, 0, 552, 553, 1, 0, 0, 0, 553, 554, 3, 98, 49, 0, 554, 557, 3, 266, 133, 0, 555, 556, 5, 7, 0, 0, 556, 558, 3, 150, 75, 0, 557, 555, 1, 0, 0, 0, 557, 558, 1, 0, 0, 0, 558, 45, 1, 0, 0, 0, 559, 563, 3, 48, 24, 0, 560, 563, 3, 72, 36, 0, 561, 563, 3, 76, 38, 0, 562, 559, 1, 0, 0, 0, 562, 560, 1, 0, 0, 0, 562, 561, 1, 0, 0, 0, 563, 47, 1, 0, 0, 0, 564, 565, 3, 50, 25, 0, 565, 567, 3, 54, 27, 0, 566, 568, 3, 68, 34, 0, 567, 566, 1, 0, 0, 0, 567, 568, 1, 0, 0, 0, 568, 570, 1, 0, 0, 0, 569, 571, 3, 70, 35, 0, 570, 569, 1, 0, 0, 0, 570, 571, 1, 0, 0, 0, 571, 49, 1, 0, 0, 0, 572, 575, 3, 264, 132, 0, 573, 575, 3, 206, 103, 0, 574, 572, 1, 0, 0, 0, 574, 573, 1, 0, 0, 0, 575, 51, 1, 0, 0, 0, 576, 577, 5, 303, 0, 0, 577, 582, 3, 50, 25, 0, 578, 579, 5, 305, 0, 0, 579, 581, 3, 50, 25, 0, 580, 578, 1, 0, 0, 0, 581, 584, 1, 0, 0, 0, 582, 580, 1, 0, 0, 0, 582, 583, 1, 0, 0, 0, 583, 585, 1, 0, 0, 0, 584, 582, 1, 0, 0, 0, 585, 586, 5, 304, 0, 0, 586, 53, 1, 0, 0, 0, 587, 625, 7, 8, 0, 0, 588, 590, 7, 9, 0, 0, 589, 591, 3, 56, 28, 0, 590, 589, 1, 0, 0, 0, 590, 591, 1, 0, 0, 0, 591, 625, 1, 0, 0, 0, 592, 594, 5, 284, 0, 0, 593, 595, 3, 56, 28, 0, 594, 593, 1, 0, 0, 0, 594, 595, 1, 0, 0, 0, 595, 602, 1, 0, 0, 0, 596, 598, 7, 10, 0, 0, 597, 599, 5, 224, 0, 0, 598, 597, 1, 0, 0, 0, 598, 599, 1, 0, 0, 0, 599, 600, 1, 0, 0, 0, 600, 601, 5, 283, 0, 0, 601, 603, 5, 263, 0, 0, 602, 596, 1, 0, 0, 0, 602, 603, 1, 0, 0, 0, 603, 625, 1, 0, 0, 0, 604, 606, 7, 11, 0, 0, 605, 607, 3, 58, 29, 0, 606, 605, 1, 0, 0, 0, 606, 607, 1, 0, 0, 0, 607, 625, 1, 0, 0, 0, 608, 610, 7, 12, 0, 0, 609, 611, 3, 62, 31, 0, 610, 609, 1, 0, 0, 0, 610, 611, 1, 0, 0, 0, 611, 625, 1, 0, 0, 0, 612, 614, 5, 266, 0, 0, 613, 615, 3, 64, 32, 0, 614, 613, 1, 0, 0, 0, 614, 615, 1, 0, 0, 0, 615, 625, 1, 0, 0, 0, 616, 618, 5, 289, 0, 0, 617, 619, 3, 66, 33, 0, 618, 617, 1, 0, 0, 0, 618, 619, 1, 0, 0, 0, 619, 625, 1, 0, 0, 0, 620, 622, 5, 288, 0, 0, 621, 623, 3, 60, 30, 0, 622, 621, 1, 0, 0, 0, 622, 623, 1, 0, 0, 0, 623, 625, 1, 0, 0, 0, 624, 587, 1, 0, 0, 0, 624, 588, 1, 0, 0, 0, 624, 592, 1, 0, 0, 0, 624, 604, 1, 0, 0, 0, 624, 608, 1, 0, 0, 0, 624, 612, 1, 0, 0, 0, 624, 616, 1, 0, 0, 0, 624, 620, 1, 0, 0, 0, 625, 55, 1, 0, 0, 0, 626, 627, 5, 303, 0, 0, 627, 628, 3, 296, 148, 0, 628, 629, 5, 304, 0, 0, 629, 57, 1, 0, 0, 0, 630, 631, 5, 303, 0, 0, 631, 634, 3, 296, 148, 0, 632, 633, 5, 305, 0, 0, 633, 635, 3, 296, 148, 0, 634, 632, 1, 0, 0, 0, 634, 635, 1, 0, 0, 0, 635, 636, 1, 0, 0, 0, 636, 637, 5, 304, 0, 0, 637, 59, 1, 0, 0, 0, 638, 639, 5, 303, 0, 0, 639, 642, 3, 294, 147, 0, 640, 641, 5, 305, 0, 0, 641, 643, 3, 294, 147, 0, 642, 640, 1, 0, 0, 0, 642, 643, 1, 0, 0, 0, 643, 644, 1, 0, 0, 0, 644, 645, 5, 304, 0, 0, 645, 61, 1, 0, 0, 0, 646, 647, 5, 294, 0, 0, 647, 648, 3, 54, 27, 0, 648, 649, 5, 293, 0, 0, 649, 63, 1, 0, 0, 0, 650, 651, 5, 294, 0, 0, 651, 652, 3, 54, 27, 0, 652, 653, 5, 305, 0, 0, 653, 654, 3, 54, 27, 0, 654, 655, 1, 0, 0, 0, 655, 656, 5, 293, 0, 0, 656, 65, 1, 0, 0, 0, 657, 658, 5, 294, 0, 0, 658, 659, 3, 50, 25, 0, 659, 666, 3, 54, 27, 0, 660, 661, 5, 305, 0, 0, 661, 662, 3, 50, 25, 0, 662, 663, 3, 54, 27, 0, 663, 665, 1, 0, 0, 0, 664, 660, 1, 0, 0, 0, 665, 668, 1, 0, 0, 0, 666, 664, 1, 0, 0, 0, 666, 667, 1, 0, 0, 0, 667, 669, 1, 0, 0, 0, 668, 666, 1, 0, 0, 0, 669, 670, 5, 293, 0, 0, 670, 67, 1, 0, 0, 0, 671, 672, 5, 185, 0, 0, 672, 674, 3, 84, 42, 0, 673, 671, 1, 0, 0, 0, 673, 674, 1, 0, 0, 0, 674, 675, 1, 0, 0, 0, 675, 676, 5, 256, 0, 0, 676, 677, 5, 257, 0, 0, 677, 678, 5, 25, 0, 0, 678, 679, 5, 260, 0, 0, 679, 69, 1, 0, 0, 0, 680, 681, 5, 115, 0, 0, 681, 682, 5, 322, 0, 0, 682, 71, 1, 0, 0, 0, 683, 684, 3, 50, 25, 0, 684, 685, 3, 54, 27, 0, 685, 688, 5, 261, 0, 0, 686, 687, 5, 5, 0, 0, 687, 689, 3, 74, 37, 0, 688, 686, 1, 0, 0, 0, 688, 689, 1, 0, 0, 0, 689, 691, 1, 0, 0, 0, 690, 692, 5, 262, 0, 0, 691, 690, 1, 0, 0, 0, 691, 692, 1, 0, 0, 0, 692, 73, 1, 0, 0, 0, 693, 694, 5, 322, 0, 0, 694, 75, 1, 0, 0, 0, 695, 696, 3, 50, 25, 0, 696, 697, 5, 7, 0, 0, 697, 699, 3, 78, 39, 0, 698, 700, 3, 70, 35, 0, 699, 698, 1, 0, 0, 0, 699, 700, 1, 0, 0, 0, 700, 77, 1, 0, 0, 0, 701, 702, 3, 206, 103, 0, 702, 79, 1, 0, 0, 0, 703, 704, 5, 226, 0, 0, 704, 705, 5, 37, 0, 0, 705, 706, 3, 206, 103, 0, 706, 707, 5, 7, 0, 0, 707, 708, 3, 206, 103, 0, 708, 81, 1, 0, 0, 0, 709, 710, 5, 185, 0, 0, 710, 712, 3, 84, 42, 0, 711, 709, 1, 0, 0, 0, 711, 712, 1, 0, 0, 0, 712, 713, 1, 0, 0, 0, 713, 714, 5, 256, 0, 0, 714, 715, 5, 257, 0, 0, 715, 716, 3, 52, 26, 0, 716, 717, 5, 25, 0, 0, 717, 718, 5, 260, 0, 0, 718, 83, 1, 0, 0, 0, 719, 720, 3, 250, 125, 0, 720, 85, 1, 0, 0, 0, 721, 722, 5, 258, 0, 0, 722, 723, 5, 37, 0, 0, 723, 724, 5, 259, 0, 0, 724, 87, 1, 0, 0, 0, 725, 726, 5, 200, 0, 0, 726, 727, 5, 13, 0, 0, 727, 728, 3, 90, 45, 0, 728, 89, 1, 0, 0, 0, 729, 730, 5, 303, 0, 0, 730, 735, 3, 92, 46, 0, 731, 732, 5, 305, 0, 0, 732, 734, 3, 92, 46, 0, 733, 731, 1, 0, 0, 0, 734, 737, 1, 0, 0, 0, 735, 733, 1, 0, 0, 0, 735, 736, 1, 0, 0, 0, 736, 738, 1, 0, 0, 0, 737, 735, 1, 0, 0, 0, 738, 739, 5, 304, 0, 0, 739, 91, 1, 0, 0, 0, 740, 754, 3, 224, 112, 0, 741, 742, 3, 250, 125, 0, 742, 743, 5, 303, 0, 0, 743, 748, 3, 94, 47, 0, 744, 745, 5, 305, 0, 0, 745, 747, 3, 94, 47, 0, 746, 744, 1, 0, 0, 0, 747, 750, 1, 0, 0, 0, 748, 746, 1, 0, 0, 0, 748, 749, 1, 0, 0, 0, 749, 751, 1, 0, 0, 0, 750, 748, 1, 0, 0, 0, 751, 752, 5, 304, 0, 0, 752, 754, 1, 0, 0, 0, 753, 740, 1, 0, 0, 0, 753, 741, 1, 0, 0, 0, 754, 93, 1, 0, 0, 0, 755, 758, 3, 224, 112, 0, 756, 758, 3, 292, 146, 0, 757, 755, 1, 0, 0, 0, 757, 756, 1, 0, 0, 0, 758, 95, 1, 0, 0, 0, 759, 760, 5, 29, 0, 0, 760, 769, 3, 98, 49, 0, 761, 765, 5, 303, 0, 0, 762, 764, 3, 100, 50, 0, 763, 762, 1, 0, 0, 0, 764, 767, 1, 0, 0, 0, 765, 763, 1, 0, 0, 0, 765, 766, 1, 0, 0, 0, 766, 768, 1, 0, 0, 0, 767, 765, 1, 0, 0, 0, 768, 770, 5, 304, 0, 0, 769, 761, 1, 0, 0, 0, 769, 770, 1, 0, 0, 0, 770, 97, 1, 0, 0, 0, 771, 772, 3, 262, 131, 0, 772, 99, 1, 0, 0, 0, 773, 774, 7, 13, 0, 0, 774, 778, 7, 14, 0, 0, 775, 776, 7, 15, 0, 0, 776, 778, 7, 16, 0, 0, 777, 773, 1, 0, 0, 0, 777, 775, 1, 0, 0, 0, 778, 101, 1, 0, 0, 0, 779, 780, 5, 73, 0, 0, 780, 781, 5, 239, 0, 0, 781, 782, 3, 262, 131, 0, 782, 783, 3, 266, 133, 0, 783, 103, 1, 0, 0, 0, 784, 785, 5, 73, 0, 0, 785, 787, 5, 192, 0, 0, 786, 788, 3, 268, 134, 0, 787, 786, 1, 0, 0, 0, 787, 788, 1, 0, 0, 0, 788, 789, 1, 0, 0, 0, 789, 791, 3, 262, 131, 0, 790, 792, 3, 70, 35, 0, 791, 790, 1, 0, 0, 0, 791, 792, 1, 0, 0, 0, 792, 793, 1, 0, 0, 0, 793, 794, 3, 266, 133, 0, 794, 105, 1, 0, 0, 0, 795, 797, 5, 73, 0, 0, 796, 798, 5, 166, 0, 0, 797, 796, 1, 0, 0, 0, 797, 798, 1, 0, 0, 0, 798, 799, 1, 0, 0, 0, 799, 801, 5, 76, 0, 0, 800, 802, 3, 268, 134, 0, 801, 800, 1, 0, 0, 0, 801, 802, 1, 0, 0, 0, 802, 803, 1, 0, 0, 0, 803, 805, 3, 262, 131, 0, 804, 806, 3, 52, 26, 0, 805, 804, 1, 0, 0, 0, 805, 806, 1, 0, 0, 0, 806, 808, 1, 0, 0, 0, 807, 809, 3, 70, 35, 0, 808, 807, 1, 0, 0, 0, 808, 809, 1, 0, 0, 0, 809, 810, 1, 0, 0, 0, 810, 811, 5, 7, 0, 0, 811, 812, 3, 150, 75, 0, 812, 107, 1, 0, 0, 0, 813, 817, 5, 73, 0, 0, 814, 818, 5, 166, 0, 0, 815, 816, 5, 166, 0, 0, 816, 818, 5, 232, 0, 0, 817, 814, 1, 0, 0, 0, 817, 815, 1, 0, 0, 0, 817, 818, 1, 0, 0, 0, 818, 819, 1, 0, 0, 0, 819, 821, 5, 157, 0, 0, 820, 822, 3, 268, 134, 0, 821, 820, 1, 0, 0, 0, 821, 822, 1, 0, 0, 0, 822, 823, 1, 0, 0, 0, 823, 824, 3, 262, 131, 0, 824, 825, 5, 7, 0, 0, 825, 828, 3, 250, 125, 0, 826, 827, 5, 240, 0, 0, 827, 829, 7, 17, 0, 0, 828, 826, 1, 0, 0, 0, 828, 829, 1, 0, 0, 0, 829, 831, 1, 0, 0, 0, 830, 832, 3, 110, 55, 0, 831, 830, 1, 0, 0, 0, 831, 832, 1, 0, 0, 0, 832, 109, 1, 0, 0, 0, 833, 834, 5, 143, 0, 0, 834, 835, 5, 244, 0, 0, 835, 841, 3, 112, 56, 0, 836, 837, 5, 305, 0, 0, 837, 838, 5, 244, 0, 0, 838, 840, 3, 112, 56, 0, 839, 836, 1, 0, 0, 0, 840, 843, 1, 0, 0, 0, 841, 839, 1, 0, 0, 0, 841, 842, 1, 0, 0, 0, 842, 111, 1, 0, 0, 0, 843, 841, 1, 0, 0, 0, 844, 845, 5, 322, 0, 0, 845, 113, 1, 0, 0, 0, 846, 847, 5, 112, 0, 0, 847, 848, 5, 74, 0, 0, 848, 851, 3, 262, 131, 0, 849, 852, 3, 116, 58, 0, 850, 852, 3, 118, 59, 0, 851, 849, 1, 0, 0, 0, 851, 850, 1, 0, 0, 0, 852, 115, 1, 0, 0, 0, 853, 854, 5, 113, 0, 0, 854, 855, 5, 109, 0, 0, 855, 856, 3, 262, 131, 0, 856, 117, 1, 0, 0, 0, 857, 858, 5, 116, 0, 0, 858, 859, 3, 272, 136, 0, 859, 119, 1, 0, 0, 0, 860, 861, 5, 112, 0, 0, 861, 862, 5, 76, 0, 0, 862, 866, 3, 262, 131, 0, 863, 867, 3, 116, 58, 0, 864, 865, 5, 7, 0, 0, 865, 867, 3, 150, 75, 0, 866, 863, 1, 0, 0, 0, 866, 864, 1, 0, 0, 0, 867, 121, 1, 0, 0, 0, 868, 869, 5, 112, 0, 0, 869, 870, 5, 192, 0, 0, 870, 871, 3, 262, 131, 0, 871, 872, 3, 118, 59, 0, 872, 123, 1, 0, 0, 0, 873, 877, 5, 112, 0, 0, 874, 878, 5, 166, 0, 0, 875, 876, 5, 166, 0, 0, 876, 878, 5, 232, 0, 0, 877, 874, 1, 0, 0, 0, 877, 875, 1, 0, 0, 0, 877, 878, 1, 0, 0, 0, 878, 879, 1, 0, 0, 0, 879, 881, 5, 157, 0, 0, 880, 882, 3, 270, 135, 0, 881, 880, 1, 0, 0, 0, 881, 882, 1, 0, 0, 0, 882, 883, 1, 0, 0, 0, 883, 884, 3, 262, 131, 0, 884, 885, 5, 7, 0, 0, 885, 888, 3, 250, 125, 0, 886, 887, 5, 240, 0, 0, 887, 889, 7, 17, 0, 0, 888, 886, 1, 0, 0, 0, 888, 889, 1, 0, 0, 0, 889, 125, 1, 0, 0, 0, 890, 891, 5, 104, 0, 0, 891, 893, 5, 239, 0, 0, 892, 894, 3, 270, 135, 0, 893, 892, 1, 0, 0, 0, 893, 894, 1, 0, 0, 0, 894, 895, 1, 0, 0, 0, 895, 896, 3, 262, 131, 0, 896, 127, 1, 0, 0, 0, 897, 899, 5, 104, 0, 0, 898, 900, 5, 166, 0, 0, 899, 898, 1, 0, 0, 0, 899, 900, 1, 0, 0, 0, 900, 901, 1, 0, 0, 0, 901, 903, 5, 74, 0, 0, 902, 904, 3, 270, 135, 0, 903, 902, 1, 0, 0, 0, 903, 904, 1, 0, 0, 0, 904, 905, 1, 0, 0, 0, 905, 906, 3, 262, 131, 0, 906, 129, 1, 0, 0, 0, 907, 908, 5, 104, 0, 0, 908, 910, 5, 192, 0, 0, 909, 911, 3, 270, 135, 0, 910, 909, 1, 0, 0, 0, 910, 911, 1, 0, 0, 0, 911, 912, 1, 0, 0, 0, 912, 914, 3, 262, 131, 0, 913, 915, 7, 18, 0, 0, 914, 913, 1, 0, 0, 0, 914, 915, 1, 0, 0, 0, 915, 131, 1, 0, 0, 0, 916, 918, 5, 104, 0, 0, 917, 919, 5, 166, 0, 0, 918, 917, 1, 0, 0, 0, 918, 919, 1, 0, 0, 0, 919, 920, 1, 0, 0, 0, 920, 922, 5, 76, 0, 0, 921, 923, 3, 270, 135, 0, 922, 921, 1, 0, 0, 0, 922, 923, 1, 0, 0, 0, 923, 924, 1, 0, 0, 0, 924, 925, 3, 262, 131, 0, 925, 133, 1, 0, 0, 0, 926, 930, 5, 104, 0, 0, 927, 931, 5, 166, 0, 0, 928, 929, 5, 166, 0, 0, 929, 931, 5, 232, 0, 0, 930, 927, 1, 0, 0, 0, 930, 928, 1, 0, 0, 0, 930, 931, 1, 0, 0, 0, 931, 932, 1, 0, 0, 0, 932, 934, 5, 157, 0, 0, 933, 935, 3, 270, 135, 0, 934, 933, 1, 0, 0, 0, 934, 935, 1, 0, 0, 0, 935, 936, 1, 0, 0, 0, 936, 937, 3, 262, 131, 0, 937, 135, 1, 0, 0, 0, 938, 940, 5, 78, 0, 0, 939, 938, 1, 0, 0, 0, 939, 940, 1, 0, 0, 0, 940, 941, 1, 0, 0, 0, 941, 946, 3, 138, 69, 0, 942, 946, 3, 146, 73, 0, 943, 944, 5, 78, 0, 0, 944, 946, 3, 148, 74, 0, 945, 939, 1, 0, 0, 0, 945, 942, 1, 0, 0, 0, 945, 943, 1, 0, 0, 0, 946, 137, 1, 0, 0, 0, 947, 948, 5, 80, 0, 0, 948, 949, 7, 19, 0, 0, 949, 958, 3, 262, 131, 0, 950, 952, 3, 140, 70, 0, 951, 950, 1, 0, 0, 0, 951, 952, 1, 0, 0, 0, 952, 954, 1, 0, 0, 0, 953, 955, 3, 52, 26, 0, 954, 953, 1, 0, 0, 0, 954, 955, 1, 0, 0, 0, 955, 956, 1, 0, 0, 0, 956, 959, 3, 150, 75, 0, 957, 959, 3, 142, 71, 0, 958, 951, 1, 0, 0, 0, 958, 957, 1, 0, 0, 0, 959, 139, 1, 0, 0, 0, 960, 961, 5, 60, 0, 0, 961, 962, 3, 272, 136, 0, 962, 141, 1, 0, 0, 0, 963, 964, 5, 72, 0, 0, 964, 969, 3, 144, 72, 0, 965, 966, 5, 305, 0, 0, 966, 968, 3, 144, 72, 0, 967, 965, 1, 0, 0, 0, 968, 971, 1, 0, 0, 0, 969, 967, 1, 0, 0, 0, 969, 970, 1, 0, 0, 0, 970, 143, 1, 0, 0, 0, 971, 969, 1, 0, 0, 0, 972, 973, 5, 303, 0, 0, 973, 978, 3, 292, 146, 0, 974, 975, 5, 305, 0, 0, 975, 977, 3, 292, 146, 0, 976, 974, 1, 0, 0, 0, 977, 980, 1, 0, 0, 0, 978, 976, 1, 0, 0, 0, 978, 979, 1, 0, 0, 0, 979, 981, 1, 0, 0, 0, 980, 978, 1, 0, 0, 0, 981, 982, 5, 304, 0, 0, 982, 145, 1, 0, 0, 0, 983, 984, 5, 43, 0, 0, 984, 985, 5, 79, 0, 0, 985, 986, 5, 116, 0, 0, 986, 990, 5, 306, 0, 0, 987, 988, 3, 138, 69, 0, 988, 989, 5, 306, 0, 0, 989, 991, 1, 0, 0, 0, 990, 987, 1, 0, 0, 0, 991, 992, 1, 0, 0, 0, 992, 990, 1, 0, 0, 0, 992, 993, 1, 0, 0, 0, 993, 994, 1, 0, 0, 0, 994, 995, 5, 44, 0, 0, 995, 147, 1, 0, 0, 0, 996, 997, 5, 79, 0, 0, 997, 998, 5, 116, 0, 0, 998, 1002, 5, 43, 0, 0, 999, 1000, 3, 138, 69, 0, 1000, 1001, 5, 306, 0, 0, 1001, 1003, 1, 0, 0, 0, 1002, 999, 1, 0, 0, 0, 1003, 1004, 1, 0, 0, 0, 1004, 1002, 1, 0, 0, 0, 1004, 1005, 1, 0, 0, 0, 1005, 1006, 1, 0, 0, 0, 1006, 1007, 5, 44, 0, 0, 1007, 149, 1, 0, 0, 0, 1008, 1009, 6, 75, -1, 0, 1009, 1040, 3, 152, 76, 0, 1010, 1011, 5, 70, 0, 0, 1011, 1016, 3, 154, 77, 0, 1012, 1013, 5, 305, 0, 0, 1013, 1015, 3, 154, 77, 0, 1014, 1012, 1, 0, 0, 0, 1015, 1018, 1, 0, 0, 0, 1016, 1014, 1, 0, 0, 0, 1016, 1017, 1, 0, 0, 0, 1017, 1019, 1, 0, 0, 0, 1018, 1016, 1, 0, 0, 0, 1019, 1020, 3, 150, 75, 5, 1020, 1040, 1, 0, 0, 0, 1021, 1022, 5, 303, 0, 0, 1022, 1023, 3, 150, 75, 0, 1023, 1024, 5, 304, 0, 0, 1024, 1040, 1, 0, 0, 0, 1025, 1027, 3, 160, 80, 0, 1026, 1028, 3, 188, 94, 0, 1027, 1026, 1, 0, 0, 0, 1027, 1028, 1, 0, 0, 0, 1028, 1030, 1, 0, 0, 0, 1029, 1031, 3, 192, 96, 0, 1030, 1029, 1, 0, 0, 0, 1030, 1031, 1, 0, 0, 0, 1031, 1040, 1, 0, 0, 0, 1032, 1034, 3, 158, 79, 0, 1033, 1035, 3, 188, 94, 0, 1034, 1033, 1, 0, 0, 0, 1034, 1035, 1, 0, 0, 0, 1035, 1037, 1, 0, 0, 0, 1036, 1038, 3, 192, 96, 0, 1037, 1036, 1, 0, 0, 0, 1037, 1038, 1, 0, 0, 0, 1038, 1040, 1, 0, 0, 0, 1039, 1008, 1, 0, 0, 0, 1039, 1010, 1, 0, 0, 0, 1039, 1021, 1, 0, 0, 0, 1039, 1025, 1, 0, 0, 0, 1039, 1032, 1, 0, 0, 0, 1040, 1055, 1, 0, 0, 0, 1041, 1042, 10, 3, 0, 0, 1042, 1044, 7, 20, 0, 0, 1043, 1045, 5, 8, 0, 0, 1044, 1043, 1, 0, 0, 0, 1044, 1045, 1, 0, 0, 0, 1045, 1046, 1, 0, 0, 0, 1046, 1048, 3, 150, 75, 0, 1047, 1049, 3, 188, 94, 0, 1048, 1047, 1, 0, 0, 0, 1048, 1049, 1, 0, 0, 0, 1049, 1051, 1, 0, 0, 0, 1050, 1052, 3, 192, 96, 0, 1051, 1050, 1, 0, 0, 0, 1051, 1052, 1, 0, 0, 0, 1052, 1054, 1, 0, 0, 0, 1053, 1041, 1, 0, 0, 0, 1054, 1057, 1, 0, 0, 0, 1055, 1053, 1, 0, 0, 0, 1055, 1056, 1, 0, 0, 0, 1056, 151, 1, 0, 0, 0, 1057, 1055, 1, 0, 0, 0, 1058, 1059, 5, 72, 0, 0, 1059, 1064, 3, 206, 103, 0, 1060, 1061, 5, 305, 0, 0, 1061, 1063, 3, 206, 103, 0, 1062, 1060, 1, 0, 0, 0, 1063, 1066, 1, 0, 0, 0, 1064, 1062, 1, 0, 0, 0, 1064, 1065, 1, 0, 0, 0, 1065, 153, 1, 0, 0, 0, 1066, 1064, 1, 0, 0, 0, 1067, 1079, 3, 156, 78, 0, 1068, 1069, 5, 303, 0, 0, 1069, 1074, 3, 50, 25, 0, 1070, 1071, 5, 305, 0, 0, 1071, 1073, 3, 50, 25, 0, 1072, 1070, 1, 0, 0, 0, 1073, 1076, 1, 0, 0, 0, 1074, 1072, 1, 0, 0, 0, 1074, 1075, 1, 0, 0, 0, 1075, 1077, 1, 0, 0, 0, 1076, 1074, 1, 0, 0, 0, 1077, 1078, 5, 304, 0, 0, 1078, 1080, 1, 0, 0, 0, 1079, 1068, 1, 0, 0, 0, 1079, 1080, 1, 0, 0, 0, 1080, 1081, 1, 0, 0, 0, 1081, 1082, 5, 7, 0, 0, 1082, 1083, 5, 303, 0, 0, 1083, 1084, 3, 150, 75, 0, 1084, 1085, 5, 304, 0, 0, 1085, 155, 1, 0, 0, 0, 1086, 1087, 3, 250, 125, 0, 1087, 157, 1, 0, 0, 0, 1088, 1089, 3, 160, 80, 0, 1089, 1091, 3, 164, 82, 0, 1090, 1092, 3, 180, 90, 0, 1091, 1090, 1, 0, 0, 0, 1091, 1092, 1, 0, 0, 0, 1092, 1094, 1, 0, 0, 0, 1093, 1095, 3, 182, 91, 0, 1094, 1093, 1, 0, 0, 0, 1094, 1095, 1, 0, 0, 0, 1095, 1097, 1, 0, 0, 0, 1096, 1098, 3, 186, 93, 0, 1097, 1096, 1, 0, 0, 0, 1097, 1098, 1, 0, 0, 0, 1098, 1100, 1, 0, 0, 0, 1099, 1101, 3, 194, 97, 0, 1100, 1099, 1, 0, 0, 0, 1100, 1101, 1, 0, 0, 0, 1101, 159, 1, 0, 0, 0, 1102, 1104, 5, 4, 0, 0, 1103, 1105, 3, 300, 150, 0, 1104, 1103, 1, 0, 0, 0, 1104, 1105, 1, 0, 0, 0, 1105, 1115, 1, 0, 0, 0, 1106, 1116, 5, 312, 0, 0, 1107, 1112, 3, 162, 81, 0, 1108, 1109, 5, 305, 0, 0, 1109, 1111, 3, 162, 81, 0, 1110, 1108, 1, 0, 0, 0, 1111, 1114, 1, 0, 0, 0, 1112, 1110, 1, 0, 0, 0, 1112, 1113, 1, 0, 0, 0, 1113, 1116, 1, 0, 0, 0, 1114, 1112, 1, 0, 0, 0, 1115, 1106, 1, 0, 0, 0, 1115, 1107, 1, 0, 0, 0, 1116, 161, 1, 0, 0, 0, 1117, 1122, 3, 206, 103, 0, 1118, 1120, 5, 7, 0, 0, 1119, 1118, 1, 0, 0, 0, 1119, 1120, 1, 0, 0, 0, 1120, 1121, 1, 0, 0, 0, 1121, 1123, 3, 206, 103, 0, 1122, 1119, 1, 0, 0, 0, 1122, 1123, 1, 0, 0, 0, 1123, 163, 1, 0, 0, 0, 1124, 1125, 5, 5, 0, 0, 1125, 1126, 3, 166, 83, 0, 1126, 165, 1, 0, 0, 0, 1127, 1128, 6, 83, -1, 0, 1128, 1133, 3, 168, 84, 0, 1129, 1130, 5, 305, 0, 0, 1130, 1132, 3, 168, 84, 0, 1131, 1129, 1, 0, 0, 0, 1132, 1135, 1, 0, 0, 0, 1133, 1131, 1, 0, 0, 0, 1133, 1134, 1, 0, 0, 0, 1134, 1157, 1, 0, 0, 0, 1135, 1133, 1, 0, 0, 0, 1136, 1137, 10, 1, 0, 0, 1137, 1138, 5, 46, 0, 0, 1138, 1139, 5, 45, 0, 0, 1139, 1156, 3, 166, 83, 2, 1140, 1142, 10, 2, 0, 0, 1141, 1143, 5, 54, 0, 0, 1142, 1141, 1, 0, 0, 0, 1142, 1143, 1, 0, 0, 0, 1143, 1145, 1, 0, 0, 0, 1144, 1146, 7, 21, 0, 0, 1145, 1144, 1, 0, 0, 0, 1145, 1146, 1, 0, 0, 0, 1146, 1148, 1, 0, 0, 0, 1147, 1149, 5, 47, 0, 0, 1148, 1147, 1, 0, 0, 0, 1148, 1149, 1, 0, 0, 0, 1149, 1150, 1, 0, 0, 0, 1150, 1151, 5, 45, 0, 0, 1151, 1153, 3, 166, 83, 0, 1152, 1154, 3, 178, 89, 0, 1153, 1152, 1, 0, 0, 0, 1153, 1154, 1, 0, 0, 0, 1154, 1156, 1, 0, 0, 0, 1155, 1136, 1, 0, 0, 0, 1155, 1140, 1, 0, 0, 0, 1156, 1159, 1, 0, 0, 0, 1157, 1155, 1, 0, 0, 0, 1157, 1158, 1, 0, 0, 0, 1158, 167, 1, 0, 0, 0, 1159, 1157, 1, 0, 0, 0, 1160, 1162, 3, 170, 85, 0, 1161, 1163, 3, 240, 120, 0, 1162, 1161, 1, 0, 0, 0, 1162, 1163, 1, 0, 0, 0, 1163, 169, 1, 0, 0, 0, 1164, 1166, 5, 74, 0, 0, 1165, 1164, 1, 0, 0, 0, 1165, 1166, 1, 0, 0, 0, 1166, 1167, 1, 0, 0, 0, 1167, 1169, 3, 172, 86, 0, 1168, 1170, 3, 174, 87, 0, 1169, 1168, 1, 0, 0, 0, 1169, 1170, 1, 0, 0, 0, 1170, 1175, 1, 0, 0, 0, 1171, 1173, 5, 7, 0, 0, 1172, 1171, 1, 0, 0, 0, 1172, 1173, 1, 0, 0, 0, 1173, 1174, 1, 0, 0, 0, 1174, 1176, 3, 222, 111, 0, 1175, 1172, 1, 0, 0, 0, 1175, 1176, 1, 0, 0, 0, 1176, 1206, 1, 0, 0, 0, 1177, 1178, 5, 57, 0, 0, 1178, 1179, 5, 74, 0, 0, 1179, 1180, 5, 303, 0, 0, 1180, 1181, 3, 218, 109, 0, 1181, 1182, 5, 303, 0, 0, 1182, 1187, 3, 206, 103, 0, 1183, 1184, 5, 305, 0, 0, 1184, 1186, 3, 206, 103, 0, 1185, 1183, 1, 0, 0, 0, 1186, 1189, 1, 0, 0, 0, 1187, 1185, 1, 0, 0, 0, 1187, 1188, 1, 0, 0, 0, 1188, 1190, 1, 0, 0, 0, 1189, 1187, 1, 0, 0, 0, 1190, 1191, 5, 304, 0, 0, 1191, 1192, 5, 304, 0, 0, 1192, 1206, 1, 0, 0, 0, 1193, 1195, 5, 57, 0, 0, 1194, 1193, 1, 0, 0, 0, 1194, 1195, 1, 0, 0, 0, 1195, 1196, 1, 0, 0, 0, 1196, 1197, 5, 303, 0, 0, 1197, 1198, 3, 150, 75, 0, 1198, 1199, 5, 304, 0, 0, 1199, 1206, 1, 0, 0, 0, 1200, 1201, 5, 227, 0, 0, 1201, 1202, 5, 303, 0, 0, 1202, 1203, 3, 206, 103, 0, 1203, 1204, 5, 304, 0, 0, 1204, 1206, 1, 0, 0, 0, 1205, 1165, 1, 0, 0, 0, 1205, 1177, 1, 0, 0, 0, 1205, 1194, 1, 0, 0, 0, 1205, 1200, 1, 0, 0, 0, 1206, 171, 1, 0, 0, 0, 1207, 1208, 3, 262, 131, 0, 1208, 173, 1, 0, 0, 0, 1209, 1210, 5, 37, 0, 0, 1210, 1211, 5, 259, 0, 0, 1211, 1212, 5, 7, 0, 0, 1212, 1213, 5, 136, 0, 0, 1213, 1214, 3, 176, 88, 0, 1214, 175, 1, 0, 0, 0, 1215, 1216, 3, 206, 103, 0, 1216, 177, 1, 0, 0, 0, 1217, 1218, 5, 55, 0, 0, 1218, 1232, 3, 208, 104, 0, 1219, 1220, 5, 143, 0, 0, 1220, 1221, 5, 303, 0, 0, 1221, 1226, 3, 262, 131, 0, 1222, 1223, 5, 305, 0, 0, 1223, 1225, 3, 262, 131, 0, 1224, 1222, 1, 0, 0, 0, 1225, 1228, 1, 0, 0, 0, 1226, 1224, 1, 0, 0, 0, 1226, 1227, 1, 0, 0, 0, 1227, 1229, 1, 0, 0, 0, 1228, 1226, 1, 0, 0, 0, 1229, 1230, 5, 304, 0, 0, 1230, 1232, 1, 0, 0, 0, 1231, 1217, 1, 0, 0, 0, 1231, 1219, 1, 0, 0, 0, 1232, 179, 1, 0, 0, 0, 1233, 1234, 5, 11, 0, 0, 1234, 1235, 3, 208, 104, 0, 1235, 181, 1, 0, 0, 0, 1236, 1237, 5, 12, 0, 0, 1237, 1238, 5, 13, 0, 0, 1238, 1243, 3, 184, 92, 0, 1239, 1240, 5, 305, 0, 0, 1240, 1242, 3, 184, 92, 0, 1241, 1239, 1, 0, 0, 0, 1242, 1245, 1, 0, 0, 0, 1243, 1241, 1, 0, 0, 0, 1243, 1244, 1, 0, 0, 0, 1244, 183, 1, 0, 0, 0, 1245, 1243, 1, 0, 0, 0, 1246, 1298, 3, 206, 103, 0, 1247, 1248, 5, 303, 0, 0, 1248, 1298, 5, 304, 0, 0, 1249, 1250, 5, 303, 0, 0, 1250, 1255, 3, 206, 103, 0, 1251, 1252, 5, 305, 0, 0, 1252, 1254, 3, 206, 103, 0, 1253, 1251, 1, 0, 0, 0, 1254, 1257, 1, 0, 0, 0, 1255, 1253, 1, 0, 0, 0, 1255, 1256, 1, 0, 0, 0, 1256, 1258, 1, 0, 0, 0, 1257, 1255, 1, 0, 0, 0, 1258, 1259, 5, 304, 0, 0, 1259, 1298, 1, 0, 0, 0, 1260, 1261, 5, 16, 0, 0, 1261, 1262, 5, 303, 0, 0, 1262, 1267, 3, 206, 103, 0, 1263, 1264, 5, 305, 0, 0, 1264, 1266, 3, 206, 103, 0, 1265, 1263, 1, 0, 0, 0, 1266, 1269, 1, 0, 0, 0, 1267, 1265, 1, 0, 0, 0, 1267, 1268, 1, 0, 0, 0, 1268, 1270, 1, 0, 0, 0, 1269, 1267, 1, 0, 0, 0, 1270, 1271, 5, 304, 0, 0, 1271, 1298, 1, 0, 0, 0, 1272, 1273, 5, 17, 0, 0, 1273, 1274, 5, 303, 0, 0, 1274, 1279, 3, 206, 103, 0, 1275, 1276, 5, 305, 0, 0, 1276, 1278, 3, 206, 103, 0, 1277, 1275, 1, 0, 0, 0, 1278, 1281, 1, 0, 0, 0, 1279, 1277, 1, 0, 0, 0, 1279, 1280, 1, 0, 0, 0, 1280, 1282, 1, 0, 0, 0, 1281, 1279, 1, 0, 0, 0, 1282, 1283, 5, 304, 0, 0, 1283, 1298, 1, 0, 0, 0, 1284, 1285, 5, 14, 0, 0, 1285, 1286, 5, 15, 0, 0, 1286, 1287, 5, 303, 0, 0, 1287, 1292, 3, 184, 92, 0, 1288, 1289, 5, 305, 0, 0, 1289, 1291, 3, 184, 92, 0, 1290, 1288, 1, 0, 0, 0, 1291, 1294, 1, 0, 0, 0, 1292, 1290, 1, 0, 0, 0, 1292, 1293, 1, 0, 0, 0, 1293, 1295, 1, 0, 0, 0, 1294, 1292, 1, 0, 0, 0, 1295, 1296, 5, 304, 0, 0, 1296, 1298, 1, 0, 0, 0, 1297, 1246, 1, 0, 0, 0, 1297, 1247, 1, 0, 0, 0, 1297, 1249, 1, 0, 0, 0, 1297, 1260, 1, 0, 0, 0, 1297, 1272, 1, 0, 0, 0, 1297, 1284, 1, 0, 0, 0, 1298, 185, 1, 0, 0, 0, 1299, 1300, 5, 19, 0, 0, 1300, 1301, 3, 208, 104, 0, 1301, 187, 1, 0, 0, 0, 1302, 1303, 5, 18, 0, 0, 1303, 1304, 5, 13, 0, 0, 1304, 1309, 3, 190, 95, 0, 1305, 1306, 5, 305, 0, 0, 1306, 1308, 3, 190, 95, 0, 1307, 1305, 1, 0, 0, 0, 1308, 1311, 1, 0, 0, 0, 1309, 1307, 1, 0, 0, 0, 1309, 1310, 1, 0, 0, 0, 1310, 189, 1, 0, 0, 0, 1311, 1309, 1, 0, 0, 0, 1312, 1314, 3, 206, 103, 0, 1313, 1315, 7, 22, 0, 0, 1314, 1313, 1, 0, 0, 0, 1314, 1315, 1, 0, 0, 0, 1315, 191, 1, 0, 0, 0, 1316, 1319, 5, 20, 0, 0, 1317, 1320, 5, 8, 0, 0, 1318, 1320, 3, 206, 103, 0, 1319, 1317, 1, 0, 0, 0, 1319, 1318, 1, 0, 0, 0, 1320, 193, 1, 0, 0, 0, 1321, 1322, 5, 58, 0, 0, 1322, 1327, 3, 196, 98, 0, 1323, 1324, 5, 305, 0, 0, 1324, 1326, 3, 196, 98, 0, 1325, 1323, 1, 0, 0, 0, 1326, 1329, 1, 0, 0, 0, 1327, 1325, 1, 0, 0, 0, 1327, 1328, 1, 0, 0, 0, 1328, 195, 1, 0, 0, 0, 1329, 1327, 1, 0, 0, 0, 1330, 1331, 3, 242, 121, 0, 1331, 1332, 5, 7, 0, 0, 1332, 1333, 3, 198, 99, 0, 1333, 197, 1, 0, 0, 0, 1334, 1336, 3, 242, 121, 0, 1335, 1334, 1, 0, 0, 0, 1335, 1336, 1, 0, 0, 0, 1336, 1337, 1, 0, 0, 0, 1337, 1348, 5, 303, 0, 0, 1338, 1339, 5, 18, 0, 0, 1339, 1340, 5, 13, 0, 0, 1340, 1345, 3, 200, 100, 0, 1341, 1342, 5, 305, 0, 0, 1342, 1344, 3, 200, 100, 0, 1343, 1341, 1, 0, 0, 0, 1344, 1347, 1, 0, 0, 0, 1345, 1343, 1, 0, 0, 0, 1345, 1346, 1, 0, 0, 0, 1346, 1349, 1, 0, 0, 0, 1347, 1345, 1, 0, 0, 0, 1348, 1338, 1, 0, 0, 0, 1348, 1349, 1, 0, 0, 0, 1349, 1360, 1, 0, 0, 0, 1350, 1351, 5, 60, 0, 0, 1351, 1352, 5, 13, 0, 0, 1352, 1357, 3, 206, 103, 0, 1353, 1354, 5, 305, 0, 0, 1354, 1356, 3, 206, 103, 0, 1355, 1353, 1, 0, 0, 0, 1356, 1359, 1, 0, 0, 0, 1357, 1355, 1, 0, 0, 0, 1357, 1358, 1, 0, 0, 0, 1358, 1361, 1, 0, 0, 0, 1359, 1357, 1, 0, 0, 0, 1360, 1350, 1, 0, 0, 0, 1360, 1361, 1, 0, 0, 0, 1361, 1363, 1, 0, 0, 0, 1362, 1364, 3, 202, 101, 0, 1363, 1362, 1, 0, 0, 0, 1363, 1364, 1, 0, 0, 0, 1364, 1365, 1, 0, 0, 0, 1365, 1366, 5, 304, 0, 0, 1366, 199, 1, 0, 0, 0, 1367, 1369, 3, 206, 103, 0, 1368, 1370, 7, 22, 0, 0, 1369, 1368, 1, 0, 0, 0, 1369, 1370, 1, 0, 0, 0, 1370, 1373, 1, 0, 0, 0, 1371, 1372, 5, 34, 0, 0, 1372, 1374, 7, 23, 0, 0, 1373, 1371, 1, 0, 0, 0, 1373, 1374, 1, 0, 0, 0, 1374, 201, 1, 0, 0, 0, 1375, 1376, 5, 61, 0, 0, 1376, 1380, 3, 204, 102, 0, 1377, 1378, 5, 62, 0, 0, 1378, 1380, 3, 204, 102, 0, 1379, 1375, 1, 0, 0, 0, 1379, 1377, 1, 0, 0, 0, 1380, 203, 1, 0, 0, 0, 1381, 1382, 3, 206, 103, 0, 1382, 1383, 5, 64, 0, 0, 1383, 205, 1, 0, 0, 0, 1384, 1385, 3, 208, 104, 0, 1385, 207, 1, 0, 0, 0, 1386, 1387, 6, 104, -1, 0, 1387, 1388, 5, 25, 0, 0, 1388, 1399, 3, 208, 104, 5, 1389, 1390, 5, 27, 0, 0, 1390, 1391, 5, 303, 0, 0, 1391, 1392, 3, 150, 75, 0, 1392, 1393, 5, 304, 0, 0, 1393, 1399, 1, 0, 0, 0, 1394, 1396, 3, 214, 107, 0, 1395, 1397, 3, 210, 105, 0, 1396, 1395, 1, 0, 0, 0, 1396, 1397, 1, 0, 0, 0, 1397, 1399, 1, 0, 0, 0, 1398, 1386, 1, 0, 0, 0, 1398, 1389, 1, 0, 0, 0, 1398, 1394, 1, 0, 0, 0, 1399, 1408, 1, 0, 0, 0, 1400, 1401, 10, 2, 0, 0, 1401, 1402, 5, 23, 0, 0, 1402, 1407, 3, 208, 104, 3, 1403, 1404, 10, 1, 0, 0, 1404, 1405, 5, 22, 0, 0, 1405, 1407, 3, 208, 104, 2, 1406, 1400, 1, 0, 0, 0, 1406, 1403, 1, 0, 0, 0, 1407, 1410, 1, 0, 0, 0, 1408, 1406, 1, 0, 0, 0, 1408, 1409, 1, 0, 0, 0, 1409, 209, 1, 0, 0, 0, 1410, 1408, 1, 0, 0, 0, 1411, 1413, 5, 25, 0, 0, 1412, 1411, 1, 0, 0, 0, 1412, 1413, 1, 0, 0, 0, 1413, 1414, 1, 0, 0, 0, 1414, 1415, 5, 28, 0, 0, 1415, 1416, 3, 214, 107, 0, 1416, 1417, 5, 23, 0, 0, 1417, 1418, 3, 214, 107, 0, 1418, 1495, 1, 0, 0, 0, 1419, 1421, 5, 25, 0, 0, 1420, 1419, 1, 0, 0, 0, 1420, 1421, 1, 0, 0, 0, 1421, 1422, 1, 0, 0, 0, 1422, 1423, 5, 24, 0, 0, 1423, 1424, 5, 303, 0, 0, 1424, 1429, 3, 206, 103, 0, 1425, 1426, 5, 305, 0, 0, 1426, 1428, 3, 206, 103, 0, 1427, 1425, 1, 0, 0, 0, 1428, 1431, 1, 0, 0, 0, 1429, 1427, 1, 0, 0, 0, 1429, 1430, 1, 0, 0, 0, 1430, 1432, 1, 0, 0, 0, 1431, 1429, 1, 0, 0, 0, 1432, 1433, 5, 304, 0, 0, 1433, 1495, 1, 0, 0, 0, 1434, 1436, 5, 25, 0, 0, 1435, 1434, 1, 0, 0, 0, 1435, 1436, 1, 0, 0, 0, 1436, 1437, 1, 0, 0, 0, 1437, 1438, 5, 24, 0, 0, 1438, 1439, 5, 303, 0, 0, 1439, 1440, 3, 150, 75, 0, 1440, 1441, 5, 304, 0, 0, 1441, 1495, 1, 0, 0, 0, 1442, 1443, 5, 27, 0, 0, 1443, 1444, 5, 303, 0, 0, 1444, 1445, 3, 150, 75, 0, 1445, 1446, 5, 304, 0, 0, 1446, 1495, 1, 0, 0, 0, 1447, 1449, 5, 25, 0, 0, 1448, 1447, 1, 0, 0, 0, 1448, 1449, 1, 0, 0, 0, 1449, 1450, 1, 0, 0, 0, 1450, 1451, 5, 30, 0, 0, 1451, 1495, 3, 214, 107, 0, 1452, 1454, 5, 25, 0, 0, 1453, 1452, 1, 0, 0, 0, 1453, 1454, 1, 0, 0, 0, 1454, 1455, 1, 0, 0, 0, 1455, 1456, 5, 29, 0, 0, 1456, 1470, 7, 24, 0, 0, 1457, 1458, 5, 303, 0, 0, 1458, 1471, 5, 304, 0, 0, 1459, 1460, 5, 303, 0, 0, 1460, 1465, 3, 206, 103, 0, 1461, 1462, 5, 305, 0, 0, 1462, 1464, 3, 206, 103, 0, 1463, 1461, 1, 0, 0, 0, 1464, 1467, 1, 0, 0, 0, 1465, 1463, 1, 0, 0, 0, 1465, 1466, 1, 0, 0, 0, 1466, 1468, 1, 0, 0, 0, 1467, 1465, 1, 0, 0, 0, 1468, 1469, 5, 304, 0, 0, 1469, 1471, 1, 0, 0, 0, 1470, 1457, 1, 0, 0, 0, 1470, 1459, 1, 0, 0, 0, 1471, 1495, 1, 0, 0, 0, 1472, 1474, 5, 25, 0, 0, 1473, 1472, 1, 0, 0, 0, 1473, 1474, 1, 0, 0, 0, 1474, 1475, 1, 0, 0, 0, 1475, 1476, 5, 29, 0, 0, 1476, 1495, 3, 214, 107, 0, 1477, 1479, 5, 31, 0, 0, 1478, 1480, 5, 25, 0, 0, 1479, 1478, 1, 0, 0, 0, 1479, 1480, 1, 0, 0, 0, 1480, 1481, 1, 0, 0, 0, 1481, 1495, 5, 290, 0, 0, 1482, 1484, 5, 31, 0, 0, 1483, 1485, 5, 25, 0, 0, 1484, 1483, 1, 0, 0, 0, 1484, 1485, 1, 0, 0, 0, 1485, 1486, 1, 0, 0, 0, 1486, 1495, 7, 25, 0, 0, 1487, 1489, 5, 31, 0, 0, 1488, 1490, 5, 25, 0, 0, 1489, 1488, 1, 0, 0, 0, 1489, 1490, 1, 0, 0, 0, 1490, 1491, 1, 0, 0, 0, 1491, 1492, 5, 10, 0, 0, 1492, 1493, 5, 5, 0, 0, 1493, 1495, 3, 214, 107, 0, 1494, 1412, 1, 0, 0, 0, 1494, 1420, 1, 0, 0, 0, 1494, 1435, 1, 0, 0, 0, 1494, 1442, 1, 0, 0, 0, 1494, 1448, 1, 0, 0, 0, 1494, 1453, 1, 0, 0, 0, 1494, 1473, 1, 0, 0, 0, 1494, 1477, 1, 0, 0, 0, 1494, 1482, 1, 0, 0, 0, 1494, 1487, 1, 0, 0, 0, 1495, 211, 1, 0, 0, 0, 1496, 1498, 5, 25, 0, 0, 1497, 1496, 1, 0, 0, 0, 1497, 1498, 1, 0, 0, 0, 1498, 1499, 1, 0, 0, 0, 1499, 1500, 5, 29, 0, 0, 1500, 1514, 7, 24, 0, 0, 1501, 1502, 5, 303, 0, 0, 1502, 1515, 5, 304, 0, 0, 1503, 1504, 5, 303, 0, 0, 1504, 1509, 3, 206, 103, 0, 1505, 1506, 5, 305, 0, 0, 1506, 1508, 3, 206, 103, 0, 1507, 1505, 1, 0, 0, 0, 1508, 1511, 1, 0, 0, 0, 1509, 1507, 1, 0, 0, 0, 1509, 1510, 1, 0, 0, 0, 1510, 1512, 1, 0, 0, 0, 1511, 1509, 1, 0, 0, 0, 1512, 1513, 5, 304, 0, 0, 1513, 1515, 1, 0, 0, 0, 1514, 1501, 1, 0, 0, 0, 1514, 1503, 1, 0, 0, 0, 1515, 1522, 1, 0, 0, 0, 1516, 1518, 5, 25, 0, 0, 1517, 1516, 1, 0, 0, 0, 1517, 1518, 1, 0, 0, 0, 1518, 1519, 1, 0, 0, 0, 1519, 1520, 5, 29, 0, 0, 1520, 1522, 3, 214, 107, 0, 1521, 1497, 1, 0, 0, 0, 1521, 1517, 1, 0, 0, 0, 1522, 213, 1, 0, 0, 0, 1523, 1524, 6, 107, -1, 0, 1524, 1528, 3, 216, 108, 0, 1525, 1526, 7, 26, 0, 0, 1526, 1528, 3, 214, 107, 7, 1527, 1523, 1, 0, 0, 0, 1527, 1525, 1, 0, 0, 0, 1528, 1550, 1, 0, 0, 0, 1529, 1530, 10, 6, 0, 0, 1530, 1531, 7, 27, 0, 0, 1531, 1549, 3, 214, 107, 7, 1532, 1533, 10, 5, 0, 0, 1533, 1534, 7, 28, 0, 0, 1534, 1549, 3, 214, 107, 6, 1535, 1536, 10, 4, 0, 0, 1536, 1537, 5, 298, 0, 0, 1537, 1549, 3, 214, 107, 5, 1538, 1539, 10, 3, 0, 0, 1539, 1540, 5, 299, 0, 0, 1540, 1549, 3, 214, 107, 4, 1541, 1542, 10, 2, 0, 0, 1542, 1543, 5, 297, 0, 0, 1543, 1549, 3, 214, 107, 3, 1544, 1545, 10, 1, 0, 0, 1545, 1546, 3, 282, 141, 0, 1546, 1547, 3, 214, 107, 2, 1547, 1549, 1, 0, 0, 0, 1548, 1529, 1, 0, 0, 0, 1548, 1532, 1, 0, 0, 0, 1548, 1535, 1, 0, 0, 0, 1548, 1538, 1, 0, 0, 0, 1548, 1541, 1, 0, 0, 0, 1548, 1544, 1, 0, 0, 0, 1549, 1552, 1, 0, 0, 0, 1550, 1548, 1, 0, 0, 0, 1550, 1551, 1, 0, 0, 0, 1551, 215, 1, 0, 0, 0, 1552, 1550, 1, 0, 0, 0, 1553, 1554, 6, 108, -1, 0, 1554, 1556, 5, 39, 0, 0, 1555, 1557, 3, 258, 129, 0, 1556, 1555, 1, 0, 0, 0, 1557, 1558, 1, 0, 0, 0, 1558, 1556, 1, 0, 0, 0, 1558, 1559, 1, 0, 0, 0, 1559, 1562, 1, 0, 0, 0, 1560, 1561, 5, 42, 0, 0, 1561, 1563, 3, 206, 103, 0, 1562, 1560, 1, 0, 0, 0, 1562, 1563, 1, 0, 0, 0, 1563, 1564, 1, 0, 0, 0, 1564, 1565, 5, 44, 0, 0, 1565, 1645, 1, 0, 0, 0, 1566, 1567, 5, 39, 0, 0, 1567, 1569, 3, 206, 103, 0, 1568, 1570, 3, 258, 129, 0, 1569, 1568, 1, 0, 0, 0, 1570, 1571, 1, 0, 0, 0, 1571, 1569, 1, 0, 0, 0, 1571, 1572, 1, 0, 0, 0, 1572, 1575, 1, 0, 0, 0, 1573, 1574, 5, 42, 0, 0, 1574, 1576, 3, 206, 103, 0, 1575, 1573, 1, 0, 0, 0, 1575, 1576, 1, 0, 0, 0, 1576, 1577, 1, 0, 0, 0, 1577, 1578, 5, 44, 0, 0, 1578, 1645, 1, 0, 0, 0, 1579, 1580, 5, 94, 0, 0, 1580, 1581, 5, 303, 0, 0, 1581, 1582, 3, 206, 103, 0, 1582, 1583, 5, 7, 0, 0, 1583, 1584, 3, 54, 27, 0, 1584, 1585, 5, 304, 0, 0, 1585, 1645, 1, 0, 0, 0, 1586, 1587, 5, 67, 0, 0, 1587, 1588, 5, 303, 0, 0, 1588, 1591, 3, 206, 103, 0, 1589, 1590, 5, 124, 0, 0, 1590, 1592, 5, 34, 0, 0, 1591, 1589, 1, 0, 0, 0, 1591, 1592, 1, 0, 0, 0, 1592, 1593, 1, 0, 0, 0, 1593, 1594, 5, 304, 0, 0, 1594, 1645, 1, 0, 0, 0, 1595, 1596, 5, 69, 0, 0, 1596, 1597, 5, 303, 0, 0, 1597, 1600, 3, 206, 103, 0, 1598, 1599, 5, 124, 0, 0, 1599, 1601, 5, 34, 0, 0, 1600, 1598, 1, 0, 0, 0, 1600, 1601, 1, 0, 0, 0, 1601, 1602, 1, 0, 0, 0, 1602, 1603, 5, 304, 0, 0, 1603, 1645, 1, 0, 0, 0, 1604, 1605, 5, 129, 0, 0, 1605, 1606, 5, 303, 0, 0, 1606, 1607, 3, 214, 107, 0, 1607, 1608, 5, 24, 0, 0, 1608, 1609, 3, 214, 107, 0, 1609, 1610, 5, 304, 0, 0, 1610, 1645, 1, 0, 0, 0, 1611, 1645, 3, 292, 146, 0, 1612, 1645, 5, 312, 0, 0, 1613, 1614, 3, 262, 131, 0, 1614, 1615, 5, 300, 0, 0, 1615, 1616, 5, 312, 0, 0, 1616, 1645, 1, 0, 0, 0, 1617, 1618, 5, 303, 0, 0, 1618, 1619, 3, 150, 75, 0, 1619, 1620, 5, 304, 0, 0, 1620, 1645, 1, 0, 0, 0, 1621, 1622, 3, 218, 109, 0, 1622, 1634, 5, 303, 0, 0, 1623, 1625, 3, 300, 150, 0, 1624, 1623, 1, 0, 0, 0, 1624, 1625, 1, 0, 0, 0, 1625, 1626, 1, 0, 0, 0, 1626, 1631, 3, 206, 103, 0, 1627, 1628, 5, 305, 0, 0, 1628, 1630, 3, 206, 103, 0, 1629, 1627, 1, 0, 0, 0, 1630, 1633, 1, 0, 0, 0, 1631, 1629, 1, 0, 0, 0, 1631, 1632, 1, 0, 0, 0, 1632, 1635, 1, 0, 0, 0, 1633, 1631, 1, 0, 0, 0, 1634, 1624, 1, 0, 0, 0, 1634, 1635, 1, 0, 0, 0, 1635, 1636, 1, 0, 0, 0, 1636, 1637, 5, 304, 0, 0, 1637, 1645, 1, 0, 0, 0, 1638, 1645, 3, 250, 125, 0, 1639, 1645, 3, 220, 110, 0, 1640, 1641, 5, 303, 0, 0, 1641, 1642, 3, 206, 103, 0, 1642, 1643, 5, 304, 0, 0, 1643, 1645, 1, 0, 0, 0, 1644, 1553, 1, 0, 0, 0, 1644, 1566, 1, 0, 0, 0, 1644, 1579, 1, 0, 0, 0, 1644, 1586, 1, 0, 0, 0, 1644, 1595, 1, 0, 0, 0, 1644, 1604, 1, 0, 0, 0, 1644, 1611, 1, 0, 0, 0, 1644, 1612, 1, 0, 0, 0, 1644, 1613, 1, 0, 0, 0, 1644, 1617, 1, 0, 0, 0, 1644, 1621, 1, 0, 0, 0, 1644, 1638, 1, 0, 0, 0, 1644, 1639, 1, 0, 0, 0, 1644, 1640, 1, 0, 0, 0, 1645, 1653, 1, 0, 0, 0, 1646, 1647, 10, 4, 0, 0, 1647, 1648, 5, 301, 0, 0, 1648, 1649, 3, 214, 107, 0, 1649, 1650, 5, 302, 0, 0, 1650, 1652, 1, 0, 0, 0, 1651, 1646, 1, 0, 0, 0, 1652, 1655, 1, 0, 0, 0, 1653, 1651, 1, 0, 0, 0, 1653, 1654, 1, 0, 0, 0, 1654, 217, 1, 0, 0, 0, 1655, 1653, 1, 0, 0, 0, 1656, 1657, 3, 262, 131, 0, 1657, 219, 1, 0, 0, 0, 1658, 1659, 3, 262, 131, 0, 1659, 221, 1, 0, 0, 0, 1660, 1661, 3, 250, 125, 0, 1661, 223, 1, 0, 0, 0, 1662, 1665, 3, 250, 125, 0, 1663, 1665, 3, 220, 110, 0, 1664, 1662, 1, 0, 0, 0, 1664, 1663, 1, 0, 0, 0, 1665, 225, 1, 0, 0, 0, 1666, 1669, 5, 38, 0, 0, 1667, 1670, 3, 228, 114, 0, 1668, 1670, 3, 232, 116, 0, 1669, 1667, 1, 0, 0, 0, 1669, 1668, 1, 0, 0, 0, 1669, 1670, 1, 0, 0, 0, 1670, 227, 1, 0, 0, 0, 1671, 1673, 3, 230, 115, 0, 1672, 1674, 3, 234, 117, 0, 1673, 1672, 1, 0, 0, 0, 1673, 1674, 1, 0, 0, 0, 1674, 229, 1, 0, 0, 0, 1675, 1676, 3, 236, 118, 0, 1676, 1677, 3, 250, 125, 0, 1677, 1679, 1, 0, 0, 0, 1678, 1675, 1, 0, 0, 0, 1679, 1680, 1, 0, 0, 0, 1680, 1678, 1, 0, 0, 0, 1680, 1681, 1, 0, 0, 0, 1681, 231, 1, 0, 0, 0, 1682, 1685, 3, 234, 117, 0, 1683, 1686, 3, 230, 115, 0, 1684, 1686, 3, 234, 117, 0, 1685, 1683, 1, 0, 0, 0, 1685, 1684, 1, 0, 0, 0, 1685, 1686, 1, 0, 0, 0, 1686, 233, 1, 0, 0, 0, 1687, 1688, 3, 236, 118, 0, 1688, 1689, 3, 250, 125, 0, 1689, 1690, 5, 109, 0, 0, 1690, 1691, 3, 250, 125, 0, 1691, 235, 1, 0, 0, 0, 1692, 1694, 7, 29, 0, 0, 1693, 1692, 1, 0, 0, 0, 1693, 1694, 1, 0, 0, 0, 1694, 1695, 1, 0, 0, 0, 1695, 1698, 7, 30, 0, 0, 1696, 1698, 5, 322, 0, 0, 1697, 1693, 1, 0, 0, 0, 1697, 1696, 1, 0, 0, 0, 1698, 237, 1, 0, 0, 0, 1699, 1701, 5, 7, 0, 0, 1700, 1699, 1, 0, 0, 0, 1700, 1701, 1, 0, 0, 0, 1701, 1702, 1, 0, 0, 0, 1702, 1704, 3, 252, 126, 0, 1703, 1705, 3, 246, 123, 0, 1704, 1703, 1, 0, 0, 0, 1704, 1705, 1, 0, 0, 0, 1705, 239, 1, 0, 0, 0, 1706, 1708, 5, 7, 0, 0, 1707, 1706, 1, 0, 0, 0, 1707, 1708, 1, 0, 0, 0, 1708, 1709, 1, 0, 0, 0, 1709, 1711, 3, 252, 126, 0, 1710, 1712, 3, 246, 123, 0, 1711, 1710, 1, 0, 0, 0, 1711, 1712, 1, 0, 0, 0, 1712, 241, 1, 0, 0, 0, 1713, 1714, 3, 250, 125, 0, 1714, 1715, 3, 244, 122, 0, 1715, 243, 1, 0, 0, 0, 1716, 1717, 5, 131, 0, 0, 1717, 1719, 3, 250, 125, 0, 1718, 1716, 1, 0, 0, 0, 1719, 1720, 1, 0, 0, 0, 1720, 1718, 1, 0, 0, 0, 1720, 1721, 1, 0, 0, 0, 1721, 1724, 1, 0, 0, 0, 1722, 1724, 1, 0, 0, 0, 1723, 1718, 1, 0, 0, 0, 1723, 1722, 1, 0, 0, 0, 1724, 245, 1, 0, 0, 0, 1725, 1726, 5, 303, 0, 0, 1726, 1727, 3, 248, 124, 0, 1727, 1728, 5, 304, 0, 0, 1728, 247, 1, 0, 0, 0, 1729, 1734, 3, 250, 125, 0, 1730, 1731, 5, 305, 0, 0, 1731, 1733, 3, 250, 125, 0, 1732, 1730, 1, 0, 0, 0, 1733, 1736, 1, 0, 0, 0, 1734, 1732, 1, 0, 0, 0, 1734, 1735, 1, 0, 0, 0, 1735, 249, 1, 0, 0, 0, 1736, 1734, 1, 0, 0, 0, 1737, 1740, 3, 252, 126, 0, 1738, 1740, 3, 304, 152, 0, 1739, 1737, 1, 0, 0, 0, 1739, 1738, 1, 0, 0, 0, 1740, 251, 1, 0, 0, 0, 1741, 1746, 3, 254, 127, 0, 1742, 1746, 3, 256, 128, 0, 1743, 1746, 3, 302, 151, 0, 1744, 1746, 3, 306, 153, 0, 1745, 1741, 1, 0, 0, 0, 1745, 1742, 1, 0, 0, 0, 1745, 1743, 1, 0, 0, 0, 1745, 1744, 1, 0, 0, 0, 1746, 253, 1, 0, 0, 0, 1747, 1748, 7, 31, 0, 0, 1748, 255, 1, 0, 0, 0, 1749, 1750, 5, 322, 0, 0, 1750, 257, 1, 0, 0, 0, 1751, 1752, 5, 40, 0, 0, 1752, 1753, 3, 206, 103, 0, 1753, 1754, 5, 41, 0, 0, 1754, 1755, 3, 206, 103, 0, 1755, 259, 1, 0, 0, 0, 1756, 1761, 3, 262, 131, 0, 1757, 1758, 5, 305, 0, 0, 1758, 1760, 3, 262, 131, 0, 1759, 1757, 1, 0, 0, 0, 1760, 1763, 1, 0, 0, 0, 1761, 1759, 1, 0, 0, 0, 1761, 1762, 1, 0, 0, 0, 1762, 261, 1, 0, 0, 0, 1763, 1761, 1, 0, 0, 0, 1764, 1768, 5, 326, 0, 0, 1765, 1767, 5, 320, 0, 0, 1766, 1765, 1, 0, 0, 0, 1767, 1770, 1, 0, 0, 0, 1768, 1769, 1, 0, 0, 0, 1768, 1766, 1, 0, 0, 0, 1769, 263, 1, 0, 0, 0, 1770, 1768, 1, 0, 0, 0, 1771, 1775, 7, 32, 0, 0, 1772, 1774, 7, 33, 0, 0, 1773, 1772, 1, 0, 0, 0, 1774, 1777, 1, 0, 0, 0, 1775, 1776, 1, 0, 0, 0, 1775, 1773, 1, 0, 0, 0, 1776, 265, 1, 0, 0, 0, 1777, 1775, 1, 0, 0, 0, 1778, 1779, 5, 70, 0, 0, 1779, 1780, 3, 272, 136, 0, 1780, 267, 1, 0, 0, 0, 1781, 1782, 5, 128, 0, 0, 1782, 1783, 5, 25, 0, 0, 1783, 1784, 5, 27, 0, 0, 1784, 269, 1, 0, 0, 0, 1785, 1786, 5, 128, 0, 0, 1786, 1787, 5, 27, 0, 0, 1787, 271, 1, 0, 0, 0, 1788, 1789, 5, 303, 0, 0, 1789, 1794, 3, 274, 137, 0, 1790, 1791, 5, 305, 0, 0, 1791, 1793, 3, 274, 137, 0, 1792, 1790, 1, 0, 0, 0, 1793, 1796, 1, 0, 0, 0, 1794, 1792, 1, 0, 0, 0, 1794, 1795, 1, 0, 0, 0, 1795, 1797, 1, 0, 0, 0, 1796, 1794, 1, 0, 0, 0, 1797, 1798, 5, 304, 0, 0, 1798, 273, 1, 0, 0, 0, 1799, 1804, 3, 276, 138, 0, 1800, 1802, 5, 292, 0, 0, 1801, 1800, 1, 0, 0, 0, 1801, 1802, 1, 0, 0, 0, 1802, 1803, 1, 0, 0, 0, 1803, 1805, 3, 278, 139, 0, 1804, 1801, 1, 0, 0, 0, 1804, 1805, 1, 0, 0, 0, 1805, 275, 1, 0, 0, 0, 1806, 1810, 3, 250, 125, 0, 1807, 1810, 3, 220, 110, 0, 1808, 1810, 5, 322, 0, 0, 1809, 1806, 1, 0, 0, 0, 1809, 1807, 1, 0, 0, 0, 1809, 1808, 1, 0, 0, 0, 1810, 277, 1, 0, 0, 0, 1811, 1816, 5, 323, 0, 0, 1812, 1816, 5, 324, 0, 0, 1813, 1816, 3, 298, 149, 0, 1814, 1816, 5, 322, 0, 0, 1815, 1811, 1, 0, 0, 0, 1815, 1812, 1, 0, 0, 0, 1815, 1813, 1, 0, 0, 0, 1815, 1814, 1, 0, 0, 0, 1816, 279, 1, 0, 0, 0, 1817, 1824, 5, 23, 0, 0, 1818, 1819, 5, 298, 0, 0, 1819, 1824, 5, 298, 0, 0, 1820, 1824, 5, 22, 0, 0, 1821, 1822, 5, 297, 0, 0, 1822, 1824, 5, 297, 0, 0, 1823, 1817, 1, 0, 0, 0, 1823, 1818, 1, 0, 0, 0, 1823, 1820, 1, 0, 0, 0, 1823, 1821, 1, 0, 0, 0, 1824, 281, 1, 0, 0, 0, 1825, 1840, 5, 292, 0, 0, 1826, 1840, 5, 293, 0, 0, 1827, 1840, 5, 294, 0, 0, 1828, 1829, 5, 294, 0, 0, 1829, 1840, 5, 292, 0, 0, 1830, 1831, 5, 293, 0, 0, 1831, 1840, 5, 292, 0, 0, 1832, 1833, 5, 294, 0, 0, 1833, 1840, 5, 293, 0, 0, 1834, 1835, 5, 295, 0, 0, 1835, 1840, 5, 292, 0, 0, 1836, 1837, 5, 294, 0, 0, 1837, 1838, 5, 292, 0, 0, 1838, 1840, 5, 293, 0, 0, 1839, 1825, 1, 0, 0, 0, 1839, 1826, 1, 0, 0, 0, 1839, 1827, 1, 0, 0, 0, 1839, 1828, 1, 0, 0, 0, 1839, 1830, 1, 0, 0, 0, 1839, 1832, 1, 0, 0, 0, 1839, 1834, 1, 0, 0, 0, 1839, 1836, 1, 0, 0, 0, 1840, 283, 1, 0, 0, 0, 1841, 1842, 5, 294, 0, 0, 1842, 1849, 5, 294, 0, 0, 1843, 1844, 5, 293, 0, 0, 1844, 1849, 5, 293, 0, 0, 1845, 1849, 5, 298, 0, 0, 1846, 1849, 5, 299, 0, 0, 1847, 1849, 5, 297, 0, 0, 1848, 1841, 1, 0, 0, 0, 1848, 1843, 1, 0, 0, 0, 1848, 1845, 1, 0, 0, 0, 1848, 1846, 1, 0, 0, 0, 1848, 1847, 1, 0, 0, 0, 1849, 285, 1, 0, 0, 0, 1850, 1851, 7, 34, 0, 0, 1851, 287, 1, 0, 0, 0, 1852, 1853, 7, 35, 0, 0, 1853, 289, 1, 0, 0, 0, 1854, 1855, 3, 262, 131, 0, 1855, 291, 1, 0, 0, 0, 1856, 1869, 3, 294, 147, 0, 1857, 1869, 3, 296, 148, 0, 1858, 1869, 3, 226, 113, 0, 1859, 1860, 5, 314, 0, 0, 1860, 1869, 3, 296, 148, 0, 1861, 1869, 3, 298, 149, 0, 1862, 1869, 5, 324, 0, 0, 1863, 1869, 5, 325, 0, 0, 1864, 1866, 5, 25, 0, 0, 1865, 1864, 1, 0, 0, 0, 1865, 1866, 1, 0, 0, 0, 1866, 1867, 1, 0, 0, 0, 1867, 1869, 5, 290, 0, 0, 1868, 1856, 1, 0, 0, 0, 1868, 1857, 1, 0, 0, 0, 1868, 1858, 1, 0, 0, 0, 1868, 1859, 1, 0, 0, 0, 1868, 1861, 1, 0, 0, 0, 1868, 1862, 1, 0, 0, 0, 1868, 1863, 1, 0, 0, 0, 1868, 1865, 1, 0, 0, 0, 1869, 293, 1, 0, 0, 0, 1870, 1871, 5, 322, 0, 0, 1871, 295, 1, 0, 0, 0, 1872, 1873, 5, 323, 0, 0, 1873, 297, 1, 0, 0, 0, 1874, 1875, 7, 25, 0, 0, 1875, 299, 1, 0, 0, 0, 1876, 1877, 7, 36, 0, 0, 1877, 301, 1, 0, 0, 0, 1878, 1879, 7, 37, 0, 0, 1879, 303, 1, 0, 0, 0, 1880, 1881, 7, 38, 0, 0, 1881, 305, 1, 0, 0, 0, 1882, 1883, 7, 39, 0, 0, 1883, 307, 1, 0, 0, 0, 224, 316, 319, 321, 336, 354, 358, 367, 372, 379, 386, 390, 399, 411, 414, 421, 429, 434, 437, 444, 452, 456, 468, 476, 480, 501, 505, 509, 513, 522, 527, 531, 535, 539, 542, 546, 551, 557, 562, 567, 570, 574, 582, 590, 594, 598, 602, 606, 610, 614, 618, 622, 624, 634, 642, 666, 673, 688, 691, 699, 711, 735, 748, 753, 757, 765, 769, 777, 787, 791, 797, 801, 805, 808, 817, 821, 828, 831, 841, 851, 866, 877, 881, 888, 893, 899, 903, 910, 914, 918, 922, 930, 934, 939, 945, 951, 954, 958, 969, 978, 992, 1004, 1016, 1027, 1030, 1034, 1037, 1039, 1044, 1048, 1051, 1055, 1064, 1074, 1079, 1091, 1094, 1097, 1100, 1104, 1112, 1115, 1119, 1122, 1133, 1142, 1145, 1148, 1153, 1155, 1157, 1162, 1165, 1169, 1172, 1175, 1187, 1194, 1205, 1226, 1231, 1243, 1255, 1267, 1279, 1292, 1297, 1309, 1314, 1319, 1327, 1335, 1345, 1348, 1357, 1360, 1363, 1369, 1373, 1379, 1396, 1398, 1406, 1408, 1412, 1420, 1429, 1435, 1448, 1453, 1465, 1470, 1473, 1479, 1484, 1489, 1494, 1497, 1509, 1514, 1517, 1521, 1527, 1548, 1550, 1558, 1562, 1571, 1575, 1591, 1600, 1624, 1631, 1634, 1644, 1653, 1664, 1669, 1673, 1680, 1685, 1693, 1697, 1700, 1704, 1707, 1711, 1720, 1723, 1734, 1739, 1745, 1761, 1768, 1775, 1794, 1801, 1804, 1809, 1815, 1823, 1839, 1848, 1865, 1868] \ No newline at end of file +[4, 1, 328, 1869, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 2, 59, 7, 59, 2, 60, 7, 60, 2, 61, 7, 61, 2, 62, 7, 62, 2, 63, 7, 63, 2, 64, 7, 64, 2, 65, 7, 65, 2, 66, 7, 66, 2, 67, 7, 67, 2, 68, 7, 68, 2, 69, 7, 69, 2, 70, 7, 70, 2, 71, 7, 71, 2, 72, 7, 72, 2, 73, 7, 73, 2, 74, 7, 74, 2, 75, 7, 75, 2, 76, 7, 76, 2, 77, 7, 77, 2, 78, 7, 78, 2, 79, 7, 79, 2, 80, 7, 80, 2, 81, 7, 81, 2, 82, 7, 82, 2, 83, 7, 83, 2, 84, 7, 84, 2, 85, 7, 85, 2, 86, 7, 86, 2, 87, 7, 87, 2, 88, 7, 88, 2, 89, 7, 89, 2, 90, 7, 90, 2, 91, 7, 91, 2, 92, 7, 92, 2, 93, 7, 93, 2, 94, 7, 94, 2, 95, 7, 95, 2, 96, 7, 96, 2, 97, 7, 97, 2, 98, 7, 98, 2, 99, 7, 99, 2, 100, 7, 100, 2, 101, 7, 101, 2, 102, 7, 102, 2, 103, 7, 103, 2, 104, 7, 104, 2, 105, 7, 105, 2, 106, 7, 106, 2, 107, 7, 107, 2, 108, 7, 108, 2, 109, 7, 109, 2, 110, 7, 110, 2, 111, 7, 111, 2, 112, 7, 112, 2, 113, 7, 113, 2, 114, 7, 114, 2, 115, 7, 115, 2, 116, 7, 116, 2, 117, 7, 117, 2, 118, 7, 118, 2, 119, 7, 119, 2, 120, 7, 120, 2, 121, 7, 121, 2, 122, 7, 122, 2, 123, 7, 123, 2, 124, 7, 124, 2, 125, 7, 125, 2, 126, 7, 126, 2, 127, 7, 127, 2, 128, 7, 128, 2, 129, 7, 129, 2, 130, 7, 130, 2, 131, 7, 131, 2, 132, 7, 132, 2, 133, 7, 133, 2, 134, 7, 134, 2, 135, 7, 135, 2, 136, 7, 136, 2, 137, 7, 137, 2, 138, 7, 138, 2, 139, 7, 139, 2, 140, 7, 140, 2, 141, 7, 141, 2, 142, 7, 142, 2, 143, 7, 143, 2, 144, 7, 144, 2, 145, 7, 145, 2, 146, 7, 146, 2, 147, 7, 147, 2, 148, 7, 148, 2, 149, 7, 149, 2, 150, 7, 150, 2, 151, 7, 151, 2, 152, 7, 152, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 3, 2, 315, 8, 2, 1, 2, 5, 2, 318, 8, 2, 10, 2, 12, 2, 321, 9, 2, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 3, 3, 335, 8, 3, 1, 4, 1, 4, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 3, 5, 353, 8, 5, 1, 6, 1, 6, 3, 6, 357, 8, 6, 1, 7, 1, 7, 1, 7, 1, 8, 1, 8, 1, 8, 1, 8, 3, 8, 366, 8, 8, 1, 8, 1, 8, 1, 8, 3, 8, 371, 8, 8, 1, 9, 1, 9, 1, 9, 5, 9, 376, 8, 9, 10, 9, 12, 9, 379, 9, 9, 1, 10, 1, 10, 1, 11, 1, 11, 3, 11, 385, 8, 11, 1, 11, 1, 11, 3, 11, 389, 8, 11, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 5, 12, 396, 8, 12, 10, 12, 12, 12, 399, 9, 12, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 410, 8, 13, 1, 13, 3, 13, 413, 8, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 420, 8, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 3, 13, 428, 8, 13, 1, 13, 1, 13, 1, 13, 3, 13, 433, 8, 13, 1, 13, 3, 13, 436, 8, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 3, 14, 443, 8, 14, 1, 15, 1, 15, 1, 15, 1, 15, 1, 16, 1, 16, 3, 16, 451, 8, 16, 1, 17, 1, 17, 3, 17, 455, 8, 17, 1, 18, 1, 18, 1, 18, 1, 18, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 3, 19, 467, 8, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 3, 19, 475, 8, 19, 1, 19, 1, 19, 3, 19, 479, 8, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 3, 19, 500, 8, 19, 1, 20, 1, 20, 3, 20, 504, 8, 20, 1, 21, 1, 21, 3, 21, 508, 8, 21, 1, 21, 1, 21, 3, 21, 512, 8, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 5, 21, 519, 8, 21, 10, 21, 12, 21, 522, 9, 21, 1, 21, 1, 21, 3, 21, 526, 8, 21, 1, 21, 1, 21, 3, 21, 530, 8, 21, 1, 21, 1, 21, 3, 21, 534, 8, 21, 1, 21, 1, 21, 3, 21, 538, 8, 21, 1, 21, 3, 21, 541, 8, 21, 1, 21, 1, 21, 3, 21, 545, 8, 21, 1, 22, 1, 22, 1, 22, 3, 22, 550, 8, 22, 1, 22, 1, 22, 1, 22, 1, 22, 3, 22, 556, 8, 22, 1, 23, 1, 23, 1, 23, 3, 23, 561, 8, 23, 1, 24, 1, 24, 1, 24, 3, 24, 566, 8, 24, 1, 24, 3, 24, 569, 8, 24, 1, 25, 1, 25, 3, 25, 573, 8, 25, 1, 26, 1, 26, 1, 26, 1, 26, 5, 26, 579, 8, 26, 10, 26, 12, 26, 582, 9, 26, 1, 26, 1, 26, 1, 27, 1, 27, 1, 27, 3, 27, 589, 8, 27, 1, 27, 1, 27, 3, 27, 593, 8, 27, 1, 27, 1, 27, 3, 27, 597, 8, 27, 1, 27, 1, 27, 3, 27, 601, 8, 27, 1, 27, 1, 27, 3, 27, 605, 8, 27, 1, 27, 1, 27, 3, 27, 609, 8, 27, 1, 27, 1, 27, 3, 27, 613, 8, 27, 1, 27, 1, 27, 3, 27, 617, 8, 27, 1, 27, 1, 27, 3, 27, 621, 8, 27, 3, 27, 623, 8, 27, 1, 28, 1, 28, 1, 28, 1, 28, 1, 29, 1, 29, 1, 29, 1, 29, 3, 29, 633, 8, 29, 1, 29, 1, 29, 1, 30, 1, 30, 1, 30, 1, 30, 3, 30, 641, 8, 30, 1, 30, 1, 30, 1, 31, 1, 31, 1, 31, 1, 31, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 1, 33, 5, 33, 663, 8, 33, 10, 33, 12, 33, 666, 9, 33, 1, 33, 1, 33, 1, 34, 1, 34, 3, 34, 672, 8, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 34, 1, 35, 1, 35, 1, 35, 1, 36, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 687, 8, 36, 1, 36, 3, 36, 690, 8, 36, 1, 37, 1, 37, 1, 38, 1, 38, 1, 38, 1, 38, 3, 38, 698, 8, 38, 1, 39, 1, 39, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 40, 1, 41, 1, 41, 3, 41, 710, 8, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 1, 43, 1, 43, 1, 43, 1, 43, 1, 44, 1, 44, 1, 44, 1, 44, 1, 45, 1, 45, 1, 45, 1, 45, 5, 45, 732, 8, 45, 10, 45, 12, 45, 735, 9, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 5, 46, 745, 8, 46, 10, 46, 12, 46, 748, 9, 46, 1, 46, 1, 46, 3, 46, 752, 8, 46, 1, 47, 1, 47, 3, 47, 756, 8, 47, 1, 48, 1, 48, 1, 48, 1, 48, 5, 48, 762, 8, 48, 10, 48, 12, 48, 765, 9, 48, 1, 48, 3, 48, 768, 8, 48, 1, 49, 1, 49, 1, 50, 1, 50, 1, 50, 1, 50, 3, 50, 776, 8, 50, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 3, 52, 786, 8, 52, 1, 52, 1, 52, 3, 52, 790, 8, 52, 1, 52, 1, 52, 1, 53, 1, 53, 3, 53, 796, 8, 53, 1, 53, 1, 53, 3, 53, 800, 8, 53, 1, 53, 1, 53, 3, 53, 804, 8, 53, 1, 53, 3, 53, 807, 8, 53, 1, 53, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 816, 8, 54, 1, 54, 1, 54, 3, 54, 820, 8, 54, 1, 54, 1, 54, 1, 54, 1, 54, 1, 54, 3, 54, 827, 8, 54, 1, 54, 3, 54, 830, 8, 54, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 1, 55, 5, 55, 838, 8, 55, 10, 55, 12, 55, 841, 9, 55, 1, 56, 1, 56, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 850, 8, 57, 1, 58, 1, 58, 1, 58, 1, 58, 1, 59, 1, 59, 1, 59, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 865, 8, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 62, 1, 62, 1, 62, 1, 62, 3, 62, 876, 8, 62, 1, 62, 1, 62, 3, 62, 880, 8, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 3, 62, 887, 8, 62, 1, 63, 1, 63, 1, 63, 3, 63, 892, 8, 63, 1, 63, 1, 63, 1, 64, 1, 64, 3, 64, 898, 8, 64, 1, 64, 1, 64, 3, 64, 902, 8, 64, 1, 64, 1, 64, 1, 65, 1, 65, 1, 65, 3, 65, 909, 8, 65, 1, 65, 1, 65, 3, 65, 913, 8, 65, 1, 66, 1, 66, 3, 66, 917, 8, 66, 1, 66, 1, 66, 3, 66, 921, 8, 66, 1, 66, 1, 66, 1, 67, 1, 67, 1, 67, 1, 67, 3, 67, 929, 8, 67, 1, 67, 1, 67, 3, 67, 933, 8, 67, 1, 67, 1, 67, 1, 68, 3, 68, 938, 8, 68, 1, 68, 1, 68, 1, 68, 3, 68, 943, 8, 68, 1, 69, 1, 69, 1, 69, 1, 69, 3, 69, 949, 8, 69, 1, 69, 3, 69, 952, 8, 69, 1, 69, 1, 69, 3, 69, 956, 8, 69, 1, 70, 1, 70, 1, 70, 1, 71, 1, 71, 1, 71, 1, 71, 5, 71, 965, 8, 71, 10, 71, 12, 71, 968, 9, 71, 1, 72, 1, 72, 1, 72, 1, 72, 5, 72, 974, 8, 72, 10, 72, 12, 72, 977, 9, 72, 1, 72, 1, 72, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 4, 73, 987, 8, 73, 11, 73, 12, 73, 988, 1, 73, 1, 73, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 5, 74, 999, 8, 74, 10, 74, 12, 74, 1002, 9, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 3, 74, 1012, 8, 74, 1, 74, 3, 74, 1015, 8, 74, 1, 74, 1, 74, 3, 74, 1019, 8, 74, 1, 74, 3, 74, 1022, 8, 74, 3, 74, 1024, 8, 74, 1, 74, 1, 74, 1, 74, 3, 74, 1029, 8, 74, 1, 74, 1, 74, 3, 74, 1033, 8, 74, 1, 74, 3, 74, 1036, 8, 74, 5, 74, 1038, 8, 74, 10, 74, 12, 74, 1041, 9, 74, 1, 75, 1, 75, 1, 75, 1, 75, 5, 75, 1047, 8, 75, 10, 75, 12, 75, 1050, 9, 75, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 5, 76, 1057, 8, 76, 10, 76, 12, 76, 1060, 9, 76, 1, 76, 1, 76, 3, 76, 1064, 8, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 76, 1, 77, 1, 77, 1, 78, 1, 78, 1, 78, 3, 78, 1076, 8, 78, 1, 78, 3, 78, 1079, 8, 78, 1, 78, 3, 78, 1082, 8, 78, 1, 78, 3, 78, 1085, 8, 78, 1, 79, 1, 79, 3, 79, 1089, 8, 79, 1, 79, 1, 79, 1, 79, 1, 79, 5, 79, 1095, 8, 79, 10, 79, 12, 79, 1098, 9, 79, 3, 79, 1100, 8, 79, 1, 80, 1, 80, 3, 80, 1104, 8, 80, 1, 80, 3, 80, 1107, 8, 80, 1, 81, 1, 81, 1, 81, 1, 82, 1, 82, 1, 82, 1, 82, 5, 82, 1116, 8, 82, 10, 82, 12, 82, 1119, 9, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 1, 82, 3, 82, 1127, 8, 82, 1, 82, 3, 82, 1130, 8, 82, 1, 82, 3, 82, 1133, 8, 82, 1, 82, 1, 82, 1, 82, 3, 82, 1138, 8, 82, 5, 82, 1140, 8, 82, 10, 82, 12, 82, 1143, 9, 82, 1, 83, 1, 83, 3, 83, 1147, 8, 83, 1, 84, 3, 84, 1150, 8, 84, 1, 84, 1, 84, 3, 84, 1154, 8, 84, 1, 84, 3, 84, 1157, 8, 84, 1, 84, 3, 84, 1160, 8, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 5, 84, 1170, 8, 84, 10, 84, 12, 84, 1173, 9, 84, 1, 84, 1, 84, 1, 84, 1, 84, 3, 84, 1179, 8, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 1, 84, 3, 84, 1190, 8, 84, 1, 85, 1, 85, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 86, 1, 87, 1, 87, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 5, 88, 1209, 8, 88, 10, 88, 12, 88, 1212, 9, 88, 1, 88, 1, 88, 3, 88, 1216, 8, 88, 1, 89, 1, 89, 1, 89, 1, 90, 1, 90, 1, 90, 1, 90, 1, 90, 5, 90, 1226, 8, 90, 10, 90, 12, 90, 1229, 9, 90, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 5, 91, 1238, 8, 91, 10, 91, 12, 91, 1241, 9, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 5, 91, 1250, 8, 91, 10, 91, 12, 91, 1253, 9, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 5, 91, 1262, 8, 91, 10, 91, 12, 91, 1265, 9, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 1, 91, 5, 91, 1275, 8, 91, 10, 91, 12, 91, 1278, 9, 91, 1, 91, 1, 91, 3, 91, 1282, 8, 91, 1, 92, 1, 92, 1, 92, 1, 93, 1, 93, 1, 93, 1, 93, 1, 93, 5, 93, 1292, 8, 93, 10, 93, 12, 93, 1295, 9, 93, 1, 94, 1, 94, 3, 94, 1299, 8, 94, 1, 95, 1, 95, 1, 95, 3, 95, 1304, 8, 95, 1, 96, 1, 96, 1, 96, 1, 96, 5, 96, 1310, 8, 96, 10, 96, 12, 96, 1313, 9, 96, 1, 97, 1, 97, 1, 97, 1, 97, 1, 98, 3, 98, 1320, 8, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 5, 98, 1328, 8, 98, 10, 98, 12, 98, 1331, 9, 98, 3, 98, 1333, 8, 98, 1, 98, 1, 98, 1, 98, 1, 98, 1, 98, 5, 98, 1340, 8, 98, 10, 98, 12, 98, 1343, 9, 98, 3, 98, 1345, 8, 98, 1, 98, 3, 98, 1348, 8, 98, 1, 98, 1, 98, 1, 99, 1, 99, 3, 99, 1354, 8, 99, 1, 99, 1, 99, 3, 99, 1358, 8, 99, 1, 100, 1, 100, 1, 100, 1, 100, 3, 100, 1364, 8, 100, 1, 101, 1, 101, 1, 101, 1, 102, 1, 102, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 3, 103, 1381, 8, 103, 3, 103, 1383, 8, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 5, 103, 1391, 8, 103, 10, 103, 12, 103, 1394, 9, 103, 1, 104, 3, 104, 1397, 8, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 3, 104, 1405, 8, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 5, 104, 1412, 8, 104, 10, 104, 12, 104, 1415, 9, 104, 1, 104, 1, 104, 1, 104, 3, 104, 1420, 8, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 3, 104, 1433, 8, 104, 1, 104, 1, 104, 1, 104, 3, 104, 1438, 8, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 5, 104, 1448, 8, 104, 10, 104, 12, 104, 1451, 9, 104, 1, 104, 1, 104, 3, 104, 1455, 8, 104, 1, 104, 3, 104, 1458, 8, 104, 1, 104, 1, 104, 1, 104, 1, 104, 3, 104, 1464, 8, 104, 1, 104, 1, 104, 1, 104, 3, 104, 1469, 8, 104, 1, 104, 1, 104, 1, 104, 3, 104, 1474, 8, 104, 1, 104, 1, 104, 1, 104, 3, 104, 1479, 8, 104, 1, 105, 3, 105, 1482, 8, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 5, 105, 1492, 8, 105, 10, 105, 12, 105, 1495, 9, 105, 1, 105, 1, 105, 3, 105, 1499, 8, 105, 1, 105, 3, 105, 1502, 8, 105, 1, 105, 1, 105, 3, 105, 1506, 8, 105, 1, 106, 1, 106, 1, 106, 1, 106, 3, 106, 1512, 8, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 5, 106, 1533, 8, 106, 10, 106, 12, 106, 1536, 9, 106, 1, 107, 1, 107, 1, 107, 4, 107, 1541, 8, 107, 11, 107, 12, 107, 1542, 1, 107, 1, 107, 3, 107, 1547, 8, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 4, 107, 1554, 8, 107, 11, 107, 12, 107, 1555, 1, 107, 1, 107, 3, 107, 1560, 8, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 3, 107, 1576, 8, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 3, 107, 1585, 8, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 3, 107, 1609, 8, 107, 1, 107, 1, 107, 1, 107, 5, 107, 1614, 8, 107, 10, 107, 12, 107, 1617, 9, 107, 3, 107, 1619, 8, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 3, 107, 1629, 8, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 5, 107, 1636, 8, 107, 10, 107, 12, 107, 1639, 9, 107, 1, 108, 1, 108, 1, 109, 1, 109, 1, 110, 1, 110, 1, 111, 1, 111, 3, 111, 1649, 8, 111, 1, 112, 1, 112, 1, 112, 3, 112, 1654, 8, 112, 1, 113, 1, 113, 3, 113, 1658, 8, 113, 1, 114, 1, 114, 1, 114, 4, 114, 1663, 8, 114, 11, 114, 12, 114, 1664, 1, 115, 1, 115, 1, 115, 3, 115, 1670, 8, 115, 1, 116, 1, 116, 1, 116, 1, 116, 1, 116, 1, 117, 3, 117, 1678, 8, 117, 1, 117, 1, 117, 3, 117, 1682, 8, 117, 1, 118, 3, 118, 1685, 8, 118, 1, 118, 1, 118, 3, 118, 1689, 8, 118, 1, 119, 3, 119, 1692, 8, 119, 1, 119, 1, 119, 3, 119, 1696, 8, 119, 1, 120, 1, 120, 1, 120, 1, 121, 1, 121, 4, 121, 1703, 8, 121, 11, 121, 12, 121, 1704, 1, 121, 3, 121, 1708, 8, 121, 1, 122, 1, 122, 1, 122, 1, 122, 1, 123, 1, 123, 1, 123, 5, 123, 1717, 8, 123, 10, 123, 12, 123, 1720, 9, 123, 1, 124, 1, 124, 3, 124, 1724, 8, 124, 1, 125, 1, 125, 1, 125, 1, 125, 3, 125, 1730, 8, 125, 1, 126, 1, 126, 1, 127, 1, 127, 1, 128, 1, 128, 1, 128, 1, 128, 1, 128, 1, 129, 1, 129, 1, 129, 5, 129, 1744, 8, 129, 10, 129, 12, 129, 1747, 9, 129, 1, 130, 1, 130, 5, 130, 1751, 8, 130, 10, 130, 12, 130, 1754, 9, 130, 1, 131, 1, 131, 5, 131, 1758, 8, 131, 10, 131, 12, 131, 1761, 9, 131, 1, 132, 1, 132, 1, 132, 1, 133, 1, 133, 1, 133, 1, 133, 1, 134, 1, 134, 1, 134, 1, 135, 1, 135, 1, 135, 1, 135, 5, 135, 1777, 8, 135, 10, 135, 12, 135, 1780, 9, 135, 1, 135, 1, 135, 1, 136, 1, 136, 3, 136, 1786, 8, 136, 1, 136, 3, 136, 1789, 8, 136, 1, 137, 1, 137, 1, 137, 3, 137, 1794, 8, 137, 1, 138, 1, 138, 1, 138, 1, 138, 3, 138, 1800, 8, 138, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 1, 139, 3, 139, 1808, 8, 139, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 3, 140, 1824, 8, 140, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 1, 141, 3, 141, 1833, 8, 141, 1, 142, 1, 142, 1, 143, 1, 143, 1, 144, 1, 144, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 1, 145, 3, 145, 1850, 8, 145, 1, 145, 3, 145, 1853, 8, 145, 1, 146, 1, 146, 1, 147, 1, 147, 1, 148, 1, 148, 1, 149, 1, 149, 1, 150, 1, 150, 1, 151, 1, 151, 1, 152, 1, 152, 1, 152, 2, 1752, 1759, 5, 148, 164, 206, 212, 214, 153, 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242, 244, 246, 248, 250, 252, 254, 256, 258, 260, 262, 264, 266, 268, 270, 272, 274, 276, 278, 280, 282, 284, 286, 288, 290, 292, 294, 296, 298, 300, 302, 304, 0, 40, 2, 0, 36, 36, 84, 84, 1, 0, 87, 89, 2, 0, 193, 193, 253, 255, 2, 0, 192, 192, 239, 239, 2, 0, 5, 5, 24, 24, 2, 0, 74, 74, 76, 76, 2, 0, 6, 6, 82, 82, 1, 0, 246, 250, 3, 0, 282, 282, 287, 287, 290, 290, 6, 0, 264, 264, 267, 271, 275, 279, 283, 283, 285, 285, 291, 291, 1, 0, 70, 71, 2, 0, 272, 274, 280, 281, 2, 0, 265, 265, 286, 286, 1, 0, 233, 234, 3, 0, 8, 8, 102, 102, 236, 236, 1, 0, 233, 235, 2, 0, 167, 167, 237, 238, 1, 0, 241, 243, 2, 0, 184, 184, 186, 186, 2, 0, 83, 83, 140, 140, 2, 0, 105, 106, 108, 108, 2, 0, 48, 49, 51, 52, 1, 0, 35, 36, 2, 0, 67, 67, 69, 69, 1, 0, 8, 9, 1, 0, 32, 33, 2, 0, 296, 296, 314, 315, 4, 0, 132, 132, 312, 312, 316, 316, 319, 319, 2, 0, 314, 315, 317, 317, 1, 0, 314, 315, 1, 0, 323, 324, 2, 0, 323, 323, 326, 326, 1, 0, 326, 327, 1, 0, 320, 321, 4, 0, 132, 132, 312, 312, 314, 316, 318, 319, 3, 0, 25, 25, 295, 296, 314, 315, 2, 0, 8, 8, 10, 10, 32, 0, 6, 6, 13, 17, 20, 21, 26, 30, 32, 32, 34, 36, 38, 38, 50, 50, 56, 69, 72, 72, 75, 77, 80, 81, 84, 85, 90, 93, 95, 97, 99, 99, 102, 104, 107, 107, 110, 124, 128, 142, 144, 184, 186, 203, 205, 212, 214, 234, 236, 237, 239, 240, 253, 254, 257, 259, 264, 272, 275, 277, 279, 284, 286, 291, 6, 0, 45, 46, 48, 52, 54, 55, 105, 108, 143, 143, 223, 223, 23, 0, 4, 42, 44, 44, 47, 47, 53, 53, 56, 70, 72, 77, 80, 81, 83, 85, 90, 99, 102, 104, 109, 142, 144, 176, 178, 212, 214, 222, 224, 234, 236, 237, 239, 240, 253, 254, 256, 259, 264, 272, 275, 277, 279, 284, 286, 291, 2038, 0, 306, 1, 0, 0, 0, 2, 309, 1, 0, 0, 0, 4, 319, 1, 0, 0, 0, 6, 334, 1, 0, 0, 0, 8, 336, 1, 0, 0, 0, 10, 352, 1, 0, 0, 0, 12, 356, 1, 0, 0, 0, 14, 358, 1, 0, 0, 0, 16, 361, 1, 0, 0, 0, 18, 372, 1, 0, 0, 0, 20, 380, 1, 0, 0, 0, 22, 388, 1, 0, 0, 0, 24, 390, 1, 0, 0, 0, 26, 435, 1, 0, 0, 0, 28, 437, 1, 0, 0, 0, 30, 444, 1, 0, 0, 0, 32, 448, 1, 0, 0, 0, 34, 452, 1, 0, 0, 0, 36, 456, 1, 0, 0, 0, 38, 499, 1, 0, 0, 0, 40, 503, 1, 0, 0, 0, 42, 505, 1, 0, 0, 0, 44, 546, 1, 0, 0, 0, 46, 560, 1, 0, 0, 0, 48, 562, 1, 0, 0, 0, 50, 572, 1, 0, 0, 0, 52, 574, 1, 0, 0, 0, 54, 622, 1, 0, 0, 0, 56, 624, 1, 0, 0, 0, 58, 628, 1, 0, 0, 0, 60, 636, 1, 0, 0, 0, 62, 644, 1, 0, 0, 0, 64, 648, 1, 0, 0, 0, 66, 655, 1, 0, 0, 0, 68, 671, 1, 0, 0, 0, 70, 678, 1, 0, 0, 0, 72, 681, 1, 0, 0, 0, 74, 691, 1, 0, 0, 0, 76, 693, 1, 0, 0, 0, 78, 699, 1, 0, 0, 0, 80, 701, 1, 0, 0, 0, 82, 709, 1, 0, 0, 0, 84, 717, 1, 0, 0, 0, 86, 719, 1, 0, 0, 0, 88, 723, 1, 0, 0, 0, 90, 727, 1, 0, 0, 0, 92, 751, 1, 0, 0, 0, 94, 755, 1, 0, 0, 0, 96, 757, 1, 0, 0, 0, 98, 769, 1, 0, 0, 0, 100, 775, 1, 0, 0, 0, 102, 777, 1, 0, 0, 0, 104, 782, 1, 0, 0, 0, 106, 793, 1, 0, 0, 0, 108, 811, 1, 0, 0, 0, 110, 831, 1, 0, 0, 0, 112, 842, 1, 0, 0, 0, 114, 844, 1, 0, 0, 0, 116, 851, 1, 0, 0, 0, 118, 855, 1, 0, 0, 0, 120, 858, 1, 0, 0, 0, 122, 866, 1, 0, 0, 0, 124, 871, 1, 0, 0, 0, 126, 888, 1, 0, 0, 0, 128, 895, 1, 0, 0, 0, 130, 905, 1, 0, 0, 0, 132, 914, 1, 0, 0, 0, 134, 924, 1, 0, 0, 0, 136, 942, 1, 0, 0, 0, 138, 944, 1, 0, 0, 0, 140, 957, 1, 0, 0, 0, 142, 960, 1, 0, 0, 0, 144, 969, 1, 0, 0, 0, 146, 980, 1, 0, 0, 0, 148, 1023, 1, 0, 0, 0, 150, 1042, 1, 0, 0, 0, 152, 1051, 1, 0, 0, 0, 154, 1070, 1, 0, 0, 0, 156, 1072, 1, 0, 0, 0, 158, 1086, 1, 0, 0, 0, 160, 1101, 1, 0, 0, 0, 162, 1108, 1, 0, 0, 0, 164, 1111, 1, 0, 0, 0, 166, 1144, 1, 0, 0, 0, 168, 1189, 1, 0, 0, 0, 170, 1191, 1, 0, 0, 0, 172, 1193, 1, 0, 0, 0, 174, 1199, 1, 0, 0, 0, 176, 1215, 1, 0, 0, 0, 178, 1217, 1, 0, 0, 0, 180, 1220, 1, 0, 0, 0, 182, 1281, 1, 0, 0, 0, 184, 1283, 1, 0, 0, 0, 186, 1286, 1, 0, 0, 0, 188, 1296, 1, 0, 0, 0, 190, 1300, 1, 0, 0, 0, 192, 1305, 1, 0, 0, 0, 194, 1314, 1, 0, 0, 0, 196, 1319, 1, 0, 0, 0, 198, 1351, 1, 0, 0, 0, 200, 1363, 1, 0, 0, 0, 202, 1365, 1, 0, 0, 0, 204, 1368, 1, 0, 0, 0, 206, 1382, 1, 0, 0, 0, 208, 1478, 1, 0, 0, 0, 210, 1505, 1, 0, 0, 0, 212, 1511, 1, 0, 0, 0, 214, 1628, 1, 0, 0, 0, 216, 1640, 1, 0, 0, 0, 218, 1642, 1, 0, 0, 0, 220, 1644, 1, 0, 0, 0, 222, 1648, 1, 0, 0, 0, 224, 1650, 1, 0, 0, 0, 226, 1655, 1, 0, 0, 0, 228, 1662, 1, 0, 0, 0, 230, 1666, 1, 0, 0, 0, 232, 1671, 1, 0, 0, 0, 234, 1681, 1, 0, 0, 0, 236, 1684, 1, 0, 0, 0, 238, 1691, 1, 0, 0, 0, 240, 1697, 1, 0, 0, 0, 242, 1707, 1, 0, 0, 0, 244, 1709, 1, 0, 0, 0, 246, 1713, 1, 0, 0, 0, 248, 1723, 1, 0, 0, 0, 250, 1729, 1, 0, 0, 0, 252, 1731, 1, 0, 0, 0, 254, 1733, 1, 0, 0, 0, 256, 1735, 1, 0, 0, 0, 258, 1740, 1, 0, 0, 0, 260, 1748, 1, 0, 0, 0, 262, 1755, 1, 0, 0, 0, 264, 1762, 1, 0, 0, 0, 266, 1765, 1, 0, 0, 0, 268, 1769, 1, 0, 0, 0, 270, 1772, 1, 0, 0, 0, 272, 1783, 1, 0, 0, 0, 274, 1793, 1, 0, 0, 0, 276, 1799, 1, 0, 0, 0, 278, 1807, 1, 0, 0, 0, 280, 1823, 1, 0, 0, 0, 282, 1832, 1, 0, 0, 0, 284, 1834, 1, 0, 0, 0, 286, 1836, 1, 0, 0, 0, 288, 1838, 1, 0, 0, 0, 290, 1852, 1, 0, 0, 0, 292, 1854, 1, 0, 0, 0, 294, 1856, 1, 0, 0, 0, 296, 1858, 1, 0, 0, 0, 298, 1860, 1, 0, 0, 0, 300, 1862, 1, 0, 0, 0, 302, 1864, 1, 0, 0, 0, 304, 1866, 1, 0, 0, 0, 306, 307, 3, 2, 1, 0, 307, 308, 5, 0, 0, 1, 308, 1, 1, 0, 0, 0, 309, 310, 3, 4, 2, 0, 310, 311, 5, 0, 0, 1, 311, 3, 1, 0, 0, 0, 312, 314, 3, 6, 3, 0, 313, 315, 5, 306, 0, 0, 314, 313, 1, 0, 0, 0, 314, 315, 1, 0, 0, 0, 315, 318, 1, 0, 0, 0, 316, 318, 3, 8, 4, 0, 317, 312, 1, 0, 0, 0, 317, 316, 1, 0, 0, 0, 318, 321, 1, 0, 0, 0, 319, 317, 1, 0, 0, 0, 319, 320, 1, 0, 0, 0, 320, 5, 1, 0, 0, 0, 321, 319, 1, 0, 0, 0, 322, 335, 3, 10, 5, 0, 323, 335, 3, 12, 6, 0, 324, 335, 3, 14, 7, 0, 325, 335, 3, 16, 8, 0, 326, 335, 3, 22, 11, 0, 327, 335, 3, 26, 13, 0, 328, 335, 3, 28, 14, 0, 329, 335, 3, 30, 15, 0, 330, 335, 3, 32, 16, 0, 331, 335, 3, 34, 17, 0, 332, 335, 3, 36, 18, 0, 333, 335, 3, 38, 19, 0, 334, 322, 1, 0, 0, 0, 334, 323, 1, 0, 0, 0, 334, 324, 1, 0, 0, 0, 334, 325, 1, 0, 0, 0, 334, 326, 1, 0, 0, 0, 334, 327, 1, 0, 0, 0, 334, 328, 1, 0, 0, 0, 334, 329, 1, 0, 0, 0, 334, 330, 1, 0, 0, 0, 334, 331, 1, 0, 0, 0, 334, 332, 1, 0, 0, 0, 334, 333, 1, 0, 0, 0, 335, 7, 1, 0, 0, 0, 336, 337, 5, 306, 0, 0, 337, 9, 1, 0, 0, 0, 338, 353, 3, 40, 20, 0, 339, 353, 3, 104, 52, 0, 340, 353, 3, 106, 53, 0, 341, 353, 3, 108, 54, 0, 342, 353, 3, 102, 51, 0, 343, 353, 3, 114, 57, 0, 344, 353, 3, 120, 60, 0, 345, 353, 3, 122, 61, 0, 346, 353, 3, 124, 62, 0, 347, 353, 3, 126, 63, 0, 348, 353, 3, 128, 64, 0, 349, 353, 3, 130, 65, 0, 350, 353, 3, 132, 66, 0, 351, 353, 3, 134, 67, 0, 352, 338, 1, 0, 0, 0, 352, 339, 1, 0, 0, 0, 352, 340, 1, 0, 0, 0, 352, 341, 1, 0, 0, 0, 352, 342, 1, 0, 0, 0, 352, 343, 1, 0, 0, 0, 352, 344, 1, 0, 0, 0, 352, 345, 1, 0, 0, 0, 352, 346, 1, 0, 0, 0, 352, 347, 1, 0, 0, 0, 352, 348, 1, 0, 0, 0, 352, 349, 1, 0, 0, 0, 352, 350, 1, 0, 0, 0, 352, 351, 1, 0, 0, 0, 353, 11, 1, 0, 0, 0, 354, 357, 3, 148, 74, 0, 355, 357, 3, 136, 68, 0, 356, 354, 1, 0, 0, 0, 356, 355, 1, 0, 0, 0, 357, 13, 1, 0, 0, 0, 358, 359, 7, 0, 0, 0, 359, 360, 3, 260, 130, 0, 360, 15, 1, 0, 0, 0, 361, 365, 5, 85, 0, 0, 362, 366, 3, 18, 9, 0, 363, 364, 5, 86, 0, 0, 364, 366, 5, 37, 0, 0, 365, 362, 1, 0, 0, 0, 365, 363, 1, 0, 0, 0, 365, 366, 1, 0, 0, 0, 366, 370, 1, 0, 0, 0, 367, 371, 3, 12, 6, 0, 368, 371, 3, 138, 69, 0, 369, 371, 3, 146, 73, 0, 370, 367, 1, 0, 0, 0, 370, 368, 1, 0, 0, 0, 370, 369, 1, 0, 0, 0, 371, 17, 1, 0, 0, 0, 372, 377, 3, 20, 10, 0, 373, 374, 5, 305, 0, 0, 374, 376, 3, 20, 10, 0, 375, 373, 1, 0, 0, 0, 376, 379, 1, 0, 0, 0, 377, 375, 1, 0, 0, 0, 377, 378, 1, 0, 0, 0, 378, 19, 1, 0, 0, 0, 379, 377, 1, 0, 0, 0, 380, 381, 7, 1, 0, 0, 381, 21, 1, 0, 0, 0, 382, 384, 5, 99, 0, 0, 383, 385, 5, 239, 0, 0, 384, 383, 1, 0, 0, 0, 384, 385, 1, 0, 0, 0, 385, 386, 1, 0, 0, 0, 386, 389, 3, 260, 130, 0, 387, 389, 3, 24, 12, 0, 388, 382, 1, 0, 0, 0, 388, 387, 1, 0, 0, 0, 389, 23, 1, 0, 0, 0, 390, 391, 5, 99, 0, 0, 391, 392, 5, 101, 0, 0, 392, 397, 3, 260, 130, 0, 393, 394, 5, 305, 0, 0, 394, 396, 3, 260, 130, 0, 395, 393, 1, 0, 0, 0, 396, 399, 1, 0, 0, 0, 397, 395, 1, 0, 0, 0, 397, 398, 1, 0, 0, 0, 398, 25, 1, 0, 0, 0, 399, 397, 1, 0, 0, 0, 400, 401, 5, 95, 0, 0, 401, 436, 7, 2, 0, 0, 402, 403, 5, 95, 0, 0, 403, 404, 5, 66, 0, 0, 404, 436, 7, 3, 0, 0, 405, 406, 5, 95, 0, 0, 406, 409, 5, 96, 0, 0, 407, 408, 7, 4, 0, 0, 408, 410, 3, 260, 130, 0, 409, 407, 1, 0, 0, 0, 409, 410, 1, 0, 0, 0, 410, 412, 1, 0, 0, 0, 411, 413, 3, 210, 105, 0, 412, 411, 1, 0, 0, 0, 412, 413, 1, 0, 0, 0, 413, 436, 1, 0, 0, 0, 414, 415, 5, 95, 0, 0, 415, 416, 5, 97, 0, 0, 416, 417, 7, 4, 0, 0, 417, 419, 3, 260, 130, 0, 418, 420, 3, 210, 105, 0, 419, 418, 1, 0, 0, 0, 419, 420, 1, 0, 0, 0, 420, 436, 1, 0, 0, 0, 421, 422, 5, 95, 0, 0, 422, 423, 5, 73, 0, 0, 423, 424, 7, 5, 0, 0, 424, 436, 3, 260, 130, 0, 425, 427, 5, 95, 0, 0, 426, 428, 5, 53, 0, 0, 427, 426, 1, 0, 0, 0, 427, 428, 1, 0, 0, 0, 428, 429, 1, 0, 0, 0, 429, 436, 5, 103, 0, 0, 430, 432, 5, 95, 0, 0, 431, 433, 5, 52, 0, 0, 432, 431, 1, 0, 0, 0, 432, 433, 1, 0, 0, 0, 433, 434, 1, 0, 0, 0, 434, 436, 5, 101, 0, 0, 435, 400, 1, 0, 0, 0, 435, 402, 1, 0, 0, 0, 435, 405, 1, 0, 0, 0, 435, 414, 1, 0, 0, 0, 435, 421, 1, 0, 0, 0, 435, 425, 1, 0, 0, 0, 435, 430, 1, 0, 0, 0, 436, 27, 1, 0, 0, 0, 437, 438, 5, 212, 0, 0, 438, 439, 5, 100, 0, 0, 439, 442, 3, 260, 130, 0, 440, 441, 5, 70, 0, 0, 441, 443, 3, 270, 135, 0, 442, 440, 1, 0, 0, 0, 442, 443, 1, 0, 0, 0, 443, 29, 1, 0, 0, 0, 444, 445, 5, 213, 0, 0, 445, 446, 5, 100, 0, 0, 446, 447, 3, 260, 130, 0, 447, 31, 1, 0, 0, 0, 448, 450, 5, 116, 0, 0, 449, 451, 3, 272, 136, 0, 450, 449, 1, 0, 0, 0, 450, 451, 1, 0, 0, 0, 451, 33, 1, 0, 0, 0, 452, 454, 5, 117, 0, 0, 453, 455, 3, 274, 137, 0, 454, 453, 1, 0, 0, 0, 454, 455, 1, 0, 0, 0, 455, 35, 1, 0, 0, 0, 456, 457, 7, 6, 0, 0, 457, 458, 5, 244, 0, 0, 458, 459, 3, 112, 56, 0, 459, 37, 1, 0, 0, 0, 460, 461, 5, 6, 0, 0, 461, 462, 5, 244, 0, 0, 462, 463, 5, 70, 0, 0, 463, 466, 5, 328, 0, 0, 464, 465, 5, 7, 0, 0, 465, 467, 3, 260, 130, 0, 466, 464, 1, 0, 0, 0, 466, 467, 1, 0, 0, 0, 467, 500, 1, 0, 0, 0, 468, 469, 5, 6, 0, 0, 469, 470, 5, 245, 0, 0, 470, 471, 5, 70, 0, 0, 471, 474, 5, 328, 0, 0, 472, 473, 5, 7, 0, 0, 473, 475, 3, 260, 130, 0, 474, 472, 1, 0, 0, 0, 474, 475, 1, 0, 0, 0, 475, 478, 1, 0, 0, 0, 476, 477, 5, 113, 0, 0, 477, 479, 3, 260, 130, 0, 478, 476, 1, 0, 0, 0, 478, 479, 1, 0, 0, 0, 479, 500, 1, 0, 0, 0, 480, 481, 5, 6, 0, 0, 481, 482, 7, 7, 0, 0, 482, 483, 5, 70, 0, 0, 483, 484, 5, 328, 0, 0, 484, 485, 5, 113, 0, 0, 485, 500, 3, 260, 130, 0, 486, 487, 5, 6, 0, 0, 487, 488, 5, 251, 0, 0, 488, 500, 5, 328, 0, 0, 489, 490, 5, 6, 0, 0, 490, 491, 5, 252, 0, 0, 491, 492, 5, 245, 0, 0, 492, 493, 5, 70, 0, 0, 493, 494, 5, 328, 0, 0, 494, 495, 5, 113, 0, 0, 495, 496, 3, 260, 130, 0, 496, 497, 5, 257, 0, 0, 497, 498, 3, 260, 130, 0, 498, 500, 1, 0, 0, 0, 499, 460, 1, 0, 0, 0, 499, 468, 1, 0, 0, 0, 499, 480, 1, 0, 0, 0, 499, 486, 1, 0, 0, 0, 499, 489, 1, 0, 0, 0, 500, 39, 1, 0, 0, 0, 501, 504, 3, 42, 21, 0, 502, 504, 3, 44, 22, 0, 503, 501, 1, 0, 0, 0, 503, 502, 1, 0, 0, 0, 504, 41, 1, 0, 0, 0, 505, 507, 5, 73, 0, 0, 506, 508, 5, 166, 0, 0, 507, 506, 1, 0, 0, 0, 507, 508, 1, 0, 0, 0, 508, 509, 1, 0, 0, 0, 509, 511, 5, 74, 0, 0, 510, 512, 3, 266, 133, 0, 511, 510, 1, 0, 0, 0, 511, 512, 1, 0, 0, 0, 512, 513, 1, 0, 0, 0, 513, 514, 3, 98, 49, 0, 514, 515, 5, 303, 0, 0, 515, 520, 3, 46, 23, 0, 516, 517, 5, 305, 0, 0, 517, 519, 3, 46, 23, 0, 518, 516, 1, 0, 0, 0, 519, 522, 1, 0, 0, 0, 520, 518, 1, 0, 0, 0, 520, 521, 1, 0, 0, 0, 521, 525, 1, 0, 0, 0, 522, 520, 1, 0, 0, 0, 523, 524, 5, 305, 0, 0, 524, 526, 3, 80, 40, 0, 525, 523, 1, 0, 0, 0, 525, 526, 1, 0, 0, 0, 526, 529, 1, 0, 0, 0, 527, 528, 5, 305, 0, 0, 528, 530, 3, 82, 41, 0, 529, 527, 1, 0, 0, 0, 529, 530, 1, 0, 0, 0, 530, 533, 1, 0, 0, 0, 531, 532, 5, 305, 0, 0, 532, 534, 3, 86, 43, 0, 533, 531, 1, 0, 0, 0, 533, 534, 1, 0, 0, 0, 534, 535, 1, 0, 0, 0, 535, 537, 5, 304, 0, 0, 536, 538, 3, 70, 35, 0, 537, 536, 1, 0, 0, 0, 537, 538, 1, 0, 0, 0, 538, 540, 1, 0, 0, 0, 539, 541, 3, 88, 44, 0, 540, 539, 1, 0, 0, 0, 540, 541, 1, 0, 0, 0, 541, 542, 1, 0, 0, 0, 542, 544, 3, 264, 132, 0, 543, 545, 3, 96, 48, 0, 544, 543, 1, 0, 0, 0, 544, 545, 1, 0, 0, 0, 545, 43, 1, 0, 0, 0, 546, 547, 5, 73, 0, 0, 547, 549, 5, 74, 0, 0, 548, 550, 3, 266, 133, 0, 549, 548, 1, 0, 0, 0, 549, 550, 1, 0, 0, 0, 550, 551, 1, 0, 0, 0, 551, 552, 3, 98, 49, 0, 552, 555, 3, 264, 132, 0, 553, 554, 5, 7, 0, 0, 554, 556, 3, 148, 74, 0, 555, 553, 1, 0, 0, 0, 555, 556, 1, 0, 0, 0, 556, 45, 1, 0, 0, 0, 557, 561, 3, 48, 24, 0, 558, 561, 3, 72, 36, 0, 559, 561, 3, 76, 38, 0, 560, 557, 1, 0, 0, 0, 560, 558, 1, 0, 0, 0, 560, 559, 1, 0, 0, 0, 561, 47, 1, 0, 0, 0, 562, 563, 3, 50, 25, 0, 563, 565, 3, 54, 27, 0, 564, 566, 3, 68, 34, 0, 565, 564, 1, 0, 0, 0, 565, 566, 1, 0, 0, 0, 566, 568, 1, 0, 0, 0, 567, 569, 3, 70, 35, 0, 568, 567, 1, 0, 0, 0, 568, 569, 1, 0, 0, 0, 569, 49, 1, 0, 0, 0, 570, 573, 3, 262, 131, 0, 571, 573, 3, 204, 102, 0, 572, 570, 1, 0, 0, 0, 572, 571, 1, 0, 0, 0, 573, 51, 1, 0, 0, 0, 574, 575, 5, 303, 0, 0, 575, 580, 3, 50, 25, 0, 576, 577, 5, 305, 0, 0, 577, 579, 3, 50, 25, 0, 578, 576, 1, 0, 0, 0, 579, 582, 1, 0, 0, 0, 580, 578, 1, 0, 0, 0, 580, 581, 1, 0, 0, 0, 581, 583, 1, 0, 0, 0, 582, 580, 1, 0, 0, 0, 583, 584, 5, 304, 0, 0, 584, 53, 1, 0, 0, 0, 585, 623, 7, 8, 0, 0, 586, 588, 7, 9, 0, 0, 587, 589, 3, 56, 28, 0, 588, 587, 1, 0, 0, 0, 588, 589, 1, 0, 0, 0, 589, 623, 1, 0, 0, 0, 590, 592, 5, 284, 0, 0, 591, 593, 3, 56, 28, 0, 592, 591, 1, 0, 0, 0, 592, 593, 1, 0, 0, 0, 593, 600, 1, 0, 0, 0, 594, 596, 7, 10, 0, 0, 595, 597, 5, 224, 0, 0, 596, 595, 1, 0, 0, 0, 596, 597, 1, 0, 0, 0, 597, 598, 1, 0, 0, 0, 598, 599, 5, 283, 0, 0, 599, 601, 5, 263, 0, 0, 600, 594, 1, 0, 0, 0, 600, 601, 1, 0, 0, 0, 601, 623, 1, 0, 0, 0, 602, 604, 7, 11, 0, 0, 603, 605, 3, 58, 29, 0, 604, 603, 1, 0, 0, 0, 604, 605, 1, 0, 0, 0, 605, 623, 1, 0, 0, 0, 606, 608, 7, 12, 0, 0, 607, 609, 3, 62, 31, 0, 608, 607, 1, 0, 0, 0, 608, 609, 1, 0, 0, 0, 609, 623, 1, 0, 0, 0, 610, 612, 5, 266, 0, 0, 611, 613, 3, 64, 32, 0, 612, 611, 1, 0, 0, 0, 612, 613, 1, 0, 0, 0, 613, 623, 1, 0, 0, 0, 614, 616, 5, 289, 0, 0, 615, 617, 3, 66, 33, 0, 616, 615, 1, 0, 0, 0, 616, 617, 1, 0, 0, 0, 617, 623, 1, 0, 0, 0, 618, 620, 5, 288, 0, 0, 619, 621, 3, 60, 30, 0, 620, 619, 1, 0, 0, 0, 620, 621, 1, 0, 0, 0, 621, 623, 1, 0, 0, 0, 622, 585, 1, 0, 0, 0, 622, 586, 1, 0, 0, 0, 622, 590, 1, 0, 0, 0, 622, 602, 1, 0, 0, 0, 622, 606, 1, 0, 0, 0, 622, 610, 1, 0, 0, 0, 622, 614, 1, 0, 0, 0, 622, 618, 1, 0, 0, 0, 623, 55, 1, 0, 0, 0, 624, 625, 5, 303, 0, 0, 625, 626, 3, 294, 147, 0, 626, 627, 5, 304, 0, 0, 627, 57, 1, 0, 0, 0, 628, 629, 5, 303, 0, 0, 629, 632, 3, 294, 147, 0, 630, 631, 5, 305, 0, 0, 631, 633, 3, 294, 147, 0, 632, 630, 1, 0, 0, 0, 632, 633, 1, 0, 0, 0, 633, 634, 1, 0, 0, 0, 634, 635, 5, 304, 0, 0, 635, 59, 1, 0, 0, 0, 636, 637, 5, 303, 0, 0, 637, 640, 3, 292, 146, 0, 638, 639, 5, 305, 0, 0, 639, 641, 3, 292, 146, 0, 640, 638, 1, 0, 0, 0, 640, 641, 1, 0, 0, 0, 641, 642, 1, 0, 0, 0, 642, 643, 5, 304, 0, 0, 643, 61, 1, 0, 0, 0, 644, 645, 5, 294, 0, 0, 645, 646, 3, 54, 27, 0, 646, 647, 5, 293, 0, 0, 647, 63, 1, 0, 0, 0, 648, 649, 5, 294, 0, 0, 649, 650, 3, 54, 27, 0, 650, 651, 5, 305, 0, 0, 651, 652, 3, 54, 27, 0, 652, 653, 1, 0, 0, 0, 653, 654, 5, 293, 0, 0, 654, 65, 1, 0, 0, 0, 655, 656, 5, 294, 0, 0, 656, 657, 3, 50, 25, 0, 657, 664, 3, 54, 27, 0, 658, 659, 5, 305, 0, 0, 659, 660, 3, 50, 25, 0, 660, 661, 3, 54, 27, 0, 661, 663, 1, 0, 0, 0, 662, 658, 1, 0, 0, 0, 663, 666, 1, 0, 0, 0, 664, 662, 1, 0, 0, 0, 664, 665, 1, 0, 0, 0, 665, 667, 1, 0, 0, 0, 666, 664, 1, 0, 0, 0, 667, 668, 5, 293, 0, 0, 668, 67, 1, 0, 0, 0, 669, 670, 5, 185, 0, 0, 670, 672, 3, 84, 42, 0, 671, 669, 1, 0, 0, 0, 671, 672, 1, 0, 0, 0, 672, 673, 1, 0, 0, 0, 673, 674, 5, 256, 0, 0, 674, 675, 5, 257, 0, 0, 675, 676, 5, 25, 0, 0, 676, 677, 5, 260, 0, 0, 677, 69, 1, 0, 0, 0, 678, 679, 5, 115, 0, 0, 679, 680, 5, 322, 0, 0, 680, 71, 1, 0, 0, 0, 681, 682, 3, 50, 25, 0, 682, 683, 3, 54, 27, 0, 683, 686, 5, 261, 0, 0, 684, 685, 5, 5, 0, 0, 685, 687, 3, 74, 37, 0, 686, 684, 1, 0, 0, 0, 686, 687, 1, 0, 0, 0, 687, 689, 1, 0, 0, 0, 688, 690, 5, 262, 0, 0, 689, 688, 1, 0, 0, 0, 689, 690, 1, 0, 0, 0, 690, 73, 1, 0, 0, 0, 691, 692, 5, 322, 0, 0, 692, 75, 1, 0, 0, 0, 693, 694, 3, 50, 25, 0, 694, 695, 5, 7, 0, 0, 695, 697, 3, 78, 39, 0, 696, 698, 3, 70, 35, 0, 697, 696, 1, 0, 0, 0, 697, 698, 1, 0, 0, 0, 698, 77, 1, 0, 0, 0, 699, 700, 3, 204, 102, 0, 700, 79, 1, 0, 0, 0, 701, 702, 5, 226, 0, 0, 702, 703, 5, 37, 0, 0, 703, 704, 3, 204, 102, 0, 704, 705, 5, 7, 0, 0, 705, 706, 3, 204, 102, 0, 706, 81, 1, 0, 0, 0, 707, 708, 5, 185, 0, 0, 708, 710, 3, 84, 42, 0, 709, 707, 1, 0, 0, 0, 709, 710, 1, 0, 0, 0, 710, 711, 1, 0, 0, 0, 711, 712, 5, 256, 0, 0, 712, 713, 5, 257, 0, 0, 713, 714, 3, 52, 26, 0, 714, 715, 5, 25, 0, 0, 715, 716, 5, 260, 0, 0, 716, 83, 1, 0, 0, 0, 717, 718, 3, 248, 124, 0, 718, 85, 1, 0, 0, 0, 719, 720, 5, 258, 0, 0, 720, 721, 5, 37, 0, 0, 721, 722, 5, 259, 0, 0, 722, 87, 1, 0, 0, 0, 723, 724, 5, 200, 0, 0, 724, 725, 5, 13, 0, 0, 725, 726, 3, 90, 45, 0, 726, 89, 1, 0, 0, 0, 727, 728, 5, 303, 0, 0, 728, 733, 3, 92, 46, 0, 729, 730, 5, 305, 0, 0, 730, 732, 3, 92, 46, 0, 731, 729, 1, 0, 0, 0, 732, 735, 1, 0, 0, 0, 733, 731, 1, 0, 0, 0, 733, 734, 1, 0, 0, 0, 734, 736, 1, 0, 0, 0, 735, 733, 1, 0, 0, 0, 736, 737, 5, 304, 0, 0, 737, 91, 1, 0, 0, 0, 738, 752, 3, 222, 111, 0, 739, 740, 3, 248, 124, 0, 740, 741, 5, 303, 0, 0, 741, 746, 3, 94, 47, 0, 742, 743, 5, 305, 0, 0, 743, 745, 3, 94, 47, 0, 744, 742, 1, 0, 0, 0, 745, 748, 1, 0, 0, 0, 746, 744, 1, 0, 0, 0, 746, 747, 1, 0, 0, 0, 747, 749, 1, 0, 0, 0, 748, 746, 1, 0, 0, 0, 749, 750, 5, 304, 0, 0, 750, 752, 1, 0, 0, 0, 751, 738, 1, 0, 0, 0, 751, 739, 1, 0, 0, 0, 752, 93, 1, 0, 0, 0, 753, 756, 3, 222, 111, 0, 754, 756, 3, 290, 145, 0, 755, 753, 1, 0, 0, 0, 755, 754, 1, 0, 0, 0, 756, 95, 1, 0, 0, 0, 757, 758, 5, 29, 0, 0, 758, 767, 3, 98, 49, 0, 759, 763, 5, 303, 0, 0, 760, 762, 3, 100, 50, 0, 761, 760, 1, 0, 0, 0, 762, 765, 1, 0, 0, 0, 763, 761, 1, 0, 0, 0, 763, 764, 1, 0, 0, 0, 764, 766, 1, 0, 0, 0, 765, 763, 1, 0, 0, 0, 766, 768, 5, 304, 0, 0, 767, 759, 1, 0, 0, 0, 767, 768, 1, 0, 0, 0, 768, 97, 1, 0, 0, 0, 769, 770, 3, 260, 130, 0, 770, 99, 1, 0, 0, 0, 771, 772, 7, 13, 0, 0, 772, 776, 7, 14, 0, 0, 773, 774, 7, 15, 0, 0, 774, 776, 7, 16, 0, 0, 775, 771, 1, 0, 0, 0, 775, 773, 1, 0, 0, 0, 776, 101, 1, 0, 0, 0, 777, 778, 5, 73, 0, 0, 778, 779, 5, 239, 0, 0, 779, 780, 3, 260, 130, 0, 780, 781, 3, 264, 132, 0, 781, 103, 1, 0, 0, 0, 782, 783, 5, 73, 0, 0, 783, 785, 5, 192, 0, 0, 784, 786, 3, 266, 133, 0, 785, 784, 1, 0, 0, 0, 785, 786, 1, 0, 0, 0, 786, 787, 1, 0, 0, 0, 787, 789, 3, 260, 130, 0, 788, 790, 3, 70, 35, 0, 789, 788, 1, 0, 0, 0, 789, 790, 1, 0, 0, 0, 790, 791, 1, 0, 0, 0, 791, 792, 3, 264, 132, 0, 792, 105, 1, 0, 0, 0, 793, 795, 5, 73, 0, 0, 794, 796, 5, 166, 0, 0, 795, 794, 1, 0, 0, 0, 795, 796, 1, 0, 0, 0, 796, 797, 1, 0, 0, 0, 797, 799, 5, 76, 0, 0, 798, 800, 3, 266, 133, 0, 799, 798, 1, 0, 0, 0, 799, 800, 1, 0, 0, 0, 800, 801, 1, 0, 0, 0, 801, 803, 3, 260, 130, 0, 802, 804, 3, 52, 26, 0, 803, 802, 1, 0, 0, 0, 803, 804, 1, 0, 0, 0, 804, 806, 1, 0, 0, 0, 805, 807, 3, 70, 35, 0, 806, 805, 1, 0, 0, 0, 806, 807, 1, 0, 0, 0, 807, 808, 1, 0, 0, 0, 808, 809, 5, 7, 0, 0, 809, 810, 3, 148, 74, 0, 810, 107, 1, 0, 0, 0, 811, 815, 5, 73, 0, 0, 812, 816, 5, 166, 0, 0, 813, 814, 5, 166, 0, 0, 814, 816, 5, 232, 0, 0, 815, 812, 1, 0, 0, 0, 815, 813, 1, 0, 0, 0, 815, 816, 1, 0, 0, 0, 816, 817, 1, 0, 0, 0, 817, 819, 5, 157, 0, 0, 818, 820, 3, 266, 133, 0, 819, 818, 1, 0, 0, 0, 819, 820, 1, 0, 0, 0, 820, 821, 1, 0, 0, 0, 821, 822, 3, 260, 130, 0, 822, 823, 5, 7, 0, 0, 823, 826, 3, 248, 124, 0, 824, 825, 5, 240, 0, 0, 825, 827, 7, 17, 0, 0, 826, 824, 1, 0, 0, 0, 826, 827, 1, 0, 0, 0, 827, 829, 1, 0, 0, 0, 828, 830, 3, 110, 55, 0, 829, 828, 1, 0, 0, 0, 829, 830, 1, 0, 0, 0, 830, 109, 1, 0, 0, 0, 831, 832, 5, 143, 0, 0, 832, 833, 5, 244, 0, 0, 833, 839, 3, 112, 56, 0, 834, 835, 5, 305, 0, 0, 835, 836, 5, 244, 0, 0, 836, 838, 3, 112, 56, 0, 837, 834, 1, 0, 0, 0, 838, 841, 1, 0, 0, 0, 839, 837, 1, 0, 0, 0, 839, 840, 1, 0, 0, 0, 840, 111, 1, 0, 0, 0, 841, 839, 1, 0, 0, 0, 842, 843, 5, 322, 0, 0, 843, 113, 1, 0, 0, 0, 844, 845, 5, 112, 0, 0, 845, 846, 5, 74, 0, 0, 846, 849, 3, 260, 130, 0, 847, 850, 3, 116, 58, 0, 848, 850, 3, 118, 59, 0, 849, 847, 1, 0, 0, 0, 849, 848, 1, 0, 0, 0, 850, 115, 1, 0, 0, 0, 851, 852, 5, 113, 0, 0, 852, 853, 5, 109, 0, 0, 853, 854, 3, 260, 130, 0, 854, 117, 1, 0, 0, 0, 855, 856, 5, 116, 0, 0, 856, 857, 3, 270, 135, 0, 857, 119, 1, 0, 0, 0, 858, 859, 5, 112, 0, 0, 859, 860, 5, 76, 0, 0, 860, 864, 3, 260, 130, 0, 861, 865, 3, 116, 58, 0, 862, 863, 5, 7, 0, 0, 863, 865, 3, 148, 74, 0, 864, 861, 1, 0, 0, 0, 864, 862, 1, 0, 0, 0, 865, 121, 1, 0, 0, 0, 866, 867, 5, 112, 0, 0, 867, 868, 5, 192, 0, 0, 868, 869, 3, 260, 130, 0, 869, 870, 3, 118, 59, 0, 870, 123, 1, 0, 0, 0, 871, 875, 5, 112, 0, 0, 872, 876, 5, 166, 0, 0, 873, 874, 5, 166, 0, 0, 874, 876, 5, 232, 0, 0, 875, 872, 1, 0, 0, 0, 875, 873, 1, 0, 0, 0, 875, 876, 1, 0, 0, 0, 876, 877, 1, 0, 0, 0, 877, 879, 5, 157, 0, 0, 878, 880, 3, 268, 134, 0, 879, 878, 1, 0, 0, 0, 879, 880, 1, 0, 0, 0, 880, 881, 1, 0, 0, 0, 881, 882, 3, 260, 130, 0, 882, 883, 5, 7, 0, 0, 883, 886, 3, 248, 124, 0, 884, 885, 5, 240, 0, 0, 885, 887, 7, 17, 0, 0, 886, 884, 1, 0, 0, 0, 886, 887, 1, 0, 0, 0, 887, 125, 1, 0, 0, 0, 888, 889, 5, 104, 0, 0, 889, 891, 5, 239, 0, 0, 890, 892, 3, 268, 134, 0, 891, 890, 1, 0, 0, 0, 891, 892, 1, 0, 0, 0, 892, 893, 1, 0, 0, 0, 893, 894, 3, 260, 130, 0, 894, 127, 1, 0, 0, 0, 895, 897, 5, 104, 0, 0, 896, 898, 5, 166, 0, 0, 897, 896, 1, 0, 0, 0, 897, 898, 1, 0, 0, 0, 898, 899, 1, 0, 0, 0, 899, 901, 5, 74, 0, 0, 900, 902, 3, 268, 134, 0, 901, 900, 1, 0, 0, 0, 901, 902, 1, 0, 0, 0, 902, 903, 1, 0, 0, 0, 903, 904, 3, 260, 130, 0, 904, 129, 1, 0, 0, 0, 905, 906, 5, 104, 0, 0, 906, 908, 5, 192, 0, 0, 907, 909, 3, 268, 134, 0, 908, 907, 1, 0, 0, 0, 908, 909, 1, 0, 0, 0, 909, 910, 1, 0, 0, 0, 910, 912, 3, 260, 130, 0, 911, 913, 7, 18, 0, 0, 912, 911, 1, 0, 0, 0, 912, 913, 1, 0, 0, 0, 913, 131, 1, 0, 0, 0, 914, 916, 5, 104, 0, 0, 915, 917, 5, 166, 0, 0, 916, 915, 1, 0, 0, 0, 916, 917, 1, 0, 0, 0, 917, 918, 1, 0, 0, 0, 918, 920, 5, 76, 0, 0, 919, 921, 3, 268, 134, 0, 920, 919, 1, 0, 0, 0, 920, 921, 1, 0, 0, 0, 921, 922, 1, 0, 0, 0, 922, 923, 3, 260, 130, 0, 923, 133, 1, 0, 0, 0, 924, 928, 5, 104, 0, 0, 925, 929, 5, 166, 0, 0, 926, 927, 5, 166, 0, 0, 927, 929, 5, 232, 0, 0, 928, 925, 1, 0, 0, 0, 928, 926, 1, 0, 0, 0, 928, 929, 1, 0, 0, 0, 929, 930, 1, 0, 0, 0, 930, 932, 5, 157, 0, 0, 931, 933, 3, 268, 134, 0, 932, 931, 1, 0, 0, 0, 932, 933, 1, 0, 0, 0, 933, 934, 1, 0, 0, 0, 934, 935, 3, 260, 130, 0, 935, 135, 1, 0, 0, 0, 936, 938, 5, 78, 0, 0, 937, 936, 1, 0, 0, 0, 937, 938, 1, 0, 0, 0, 938, 939, 1, 0, 0, 0, 939, 943, 3, 138, 69, 0, 940, 941, 5, 78, 0, 0, 941, 943, 3, 146, 73, 0, 942, 937, 1, 0, 0, 0, 942, 940, 1, 0, 0, 0, 943, 137, 1, 0, 0, 0, 944, 945, 5, 80, 0, 0, 945, 946, 7, 19, 0, 0, 946, 955, 3, 260, 130, 0, 947, 949, 3, 140, 70, 0, 948, 947, 1, 0, 0, 0, 948, 949, 1, 0, 0, 0, 949, 951, 1, 0, 0, 0, 950, 952, 3, 52, 26, 0, 951, 950, 1, 0, 0, 0, 951, 952, 1, 0, 0, 0, 952, 953, 1, 0, 0, 0, 953, 956, 3, 148, 74, 0, 954, 956, 3, 142, 71, 0, 955, 948, 1, 0, 0, 0, 955, 954, 1, 0, 0, 0, 956, 139, 1, 0, 0, 0, 957, 958, 5, 60, 0, 0, 958, 959, 3, 270, 135, 0, 959, 141, 1, 0, 0, 0, 960, 961, 5, 72, 0, 0, 961, 966, 3, 144, 72, 0, 962, 963, 5, 305, 0, 0, 963, 965, 3, 144, 72, 0, 964, 962, 1, 0, 0, 0, 965, 968, 1, 0, 0, 0, 966, 964, 1, 0, 0, 0, 966, 967, 1, 0, 0, 0, 967, 143, 1, 0, 0, 0, 968, 966, 1, 0, 0, 0, 969, 970, 5, 303, 0, 0, 970, 975, 3, 290, 145, 0, 971, 972, 5, 305, 0, 0, 972, 974, 3, 290, 145, 0, 973, 971, 1, 0, 0, 0, 974, 977, 1, 0, 0, 0, 975, 973, 1, 0, 0, 0, 975, 976, 1, 0, 0, 0, 976, 978, 1, 0, 0, 0, 977, 975, 1, 0, 0, 0, 978, 979, 5, 304, 0, 0, 979, 145, 1, 0, 0, 0, 980, 981, 5, 79, 0, 0, 981, 982, 5, 116, 0, 0, 982, 986, 5, 43, 0, 0, 983, 984, 3, 138, 69, 0, 984, 985, 5, 306, 0, 0, 985, 987, 1, 0, 0, 0, 986, 983, 1, 0, 0, 0, 987, 988, 1, 0, 0, 0, 988, 986, 1, 0, 0, 0, 988, 989, 1, 0, 0, 0, 989, 990, 1, 0, 0, 0, 990, 991, 5, 44, 0, 0, 991, 147, 1, 0, 0, 0, 992, 993, 6, 74, -1, 0, 993, 1024, 3, 150, 75, 0, 994, 995, 5, 70, 0, 0, 995, 1000, 3, 152, 76, 0, 996, 997, 5, 305, 0, 0, 997, 999, 3, 152, 76, 0, 998, 996, 1, 0, 0, 0, 999, 1002, 1, 0, 0, 0, 1000, 998, 1, 0, 0, 0, 1000, 1001, 1, 0, 0, 0, 1001, 1003, 1, 0, 0, 0, 1002, 1000, 1, 0, 0, 0, 1003, 1004, 3, 148, 74, 5, 1004, 1024, 1, 0, 0, 0, 1005, 1006, 5, 303, 0, 0, 1006, 1007, 3, 148, 74, 0, 1007, 1008, 5, 304, 0, 0, 1008, 1024, 1, 0, 0, 0, 1009, 1011, 3, 158, 79, 0, 1010, 1012, 3, 186, 93, 0, 1011, 1010, 1, 0, 0, 0, 1011, 1012, 1, 0, 0, 0, 1012, 1014, 1, 0, 0, 0, 1013, 1015, 3, 190, 95, 0, 1014, 1013, 1, 0, 0, 0, 1014, 1015, 1, 0, 0, 0, 1015, 1024, 1, 0, 0, 0, 1016, 1018, 3, 156, 78, 0, 1017, 1019, 3, 186, 93, 0, 1018, 1017, 1, 0, 0, 0, 1018, 1019, 1, 0, 0, 0, 1019, 1021, 1, 0, 0, 0, 1020, 1022, 3, 190, 95, 0, 1021, 1020, 1, 0, 0, 0, 1021, 1022, 1, 0, 0, 0, 1022, 1024, 1, 0, 0, 0, 1023, 992, 1, 0, 0, 0, 1023, 994, 1, 0, 0, 0, 1023, 1005, 1, 0, 0, 0, 1023, 1009, 1, 0, 0, 0, 1023, 1016, 1, 0, 0, 0, 1024, 1039, 1, 0, 0, 0, 1025, 1026, 10, 3, 0, 0, 1026, 1028, 7, 20, 0, 0, 1027, 1029, 5, 8, 0, 0, 1028, 1027, 1, 0, 0, 0, 1028, 1029, 1, 0, 0, 0, 1029, 1030, 1, 0, 0, 0, 1030, 1032, 3, 148, 74, 0, 1031, 1033, 3, 186, 93, 0, 1032, 1031, 1, 0, 0, 0, 1032, 1033, 1, 0, 0, 0, 1033, 1035, 1, 0, 0, 0, 1034, 1036, 3, 190, 95, 0, 1035, 1034, 1, 0, 0, 0, 1035, 1036, 1, 0, 0, 0, 1036, 1038, 1, 0, 0, 0, 1037, 1025, 1, 0, 0, 0, 1038, 1041, 1, 0, 0, 0, 1039, 1037, 1, 0, 0, 0, 1039, 1040, 1, 0, 0, 0, 1040, 149, 1, 0, 0, 0, 1041, 1039, 1, 0, 0, 0, 1042, 1043, 5, 72, 0, 0, 1043, 1048, 3, 204, 102, 0, 1044, 1045, 5, 305, 0, 0, 1045, 1047, 3, 204, 102, 0, 1046, 1044, 1, 0, 0, 0, 1047, 1050, 1, 0, 0, 0, 1048, 1046, 1, 0, 0, 0, 1048, 1049, 1, 0, 0, 0, 1049, 151, 1, 0, 0, 0, 1050, 1048, 1, 0, 0, 0, 1051, 1063, 3, 154, 77, 0, 1052, 1053, 5, 303, 0, 0, 1053, 1058, 3, 50, 25, 0, 1054, 1055, 5, 305, 0, 0, 1055, 1057, 3, 50, 25, 0, 1056, 1054, 1, 0, 0, 0, 1057, 1060, 1, 0, 0, 0, 1058, 1056, 1, 0, 0, 0, 1058, 1059, 1, 0, 0, 0, 1059, 1061, 1, 0, 0, 0, 1060, 1058, 1, 0, 0, 0, 1061, 1062, 5, 304, 0, 0, 1062, 1064, 1, 0, 0, 0, 1063, 1052, 1, 0, 0, 0, 1063, 1064, 1, 0, 0, 0, 1064, 1065, 1, 0, 0, 0, 1065, 1066, 5, 7, 0, 0, 1066, 1067, 5, 303, 0, 0, 1067, 1068, 3, 148, 74, 0, 1068, 1069, 5, 304, 0, 0, 1069, 153, 1, 0, 0, 0, 1070, 1071, 3, 248, 124, 0, 1071, 155, 1, 0, 0, 0, 1072, 1073, 3, 158, 79, 0, 1073, 1075, 3, 162, 81, 0, 1074, 1076, 3, 178, 89, 0, 1075, 1074, 1, 0, 0, 0, 1075, 1076, 1, 0, 0, 0, 1076, 1078, 1, 0, 0, 0, 1077, 1079, 3, 180, 90, 0, 1078, 1077, 1, 0, 0, 0, 1078, 1079, 1, 0, 0, 0, 1079, 1081, 1, 0, 0, 0, 1080, 1082, 3, 184, 92, 0, 1081, 1080, 1, 0, 0, 0, 1081, 1082, 1, 0, 0, 0, 1082, 1084, 1, 0, 0, 0, 1083, 1085, 3, 192, 96, 0, 1084, 1083, 1, 0, 0, 0, 1084, 1085, 1, 0, 0, 0, 1085, 157, 1, 0, 0, 0, 1086, 1088, 5, 4, 0, 0, 1087, 1089, 3, 298, 149, 0, 1088, 1087, 1, 0, 0, 0, 1088, 1089, 1, 0, 0, 0, 1089, 1099, 1, 0, 0, 0, 1090, 1100, 5, 312, 0, 0, 1091, 1096, 3, 160, 80, 0, 1092, 1093, 5, 305, 0, 0, 1093, 1095, 3, 160, 80, 0, 1094, 1092, 1, 0, 0, 0, 1095, 1098, 1, 0, 0, 0, 1096, 1094, 1, 0, 0, 0, 1096, 1097, 1, 0, 0, 0, 1097, 1100, 1, 0, 0, 0, 1098, 1096, 1, 0, 0, 0, 1099, 1090, 1, 0, 0, 0, 1099, 1091, 1, 0, 0, 0, 1100, 159, 1, 0, 0, 0, 1101, 1106, 3, 204, 102, 0, 1102, 1104, 5, 7, 0, 0, 1103, 1102, 1, 0, 0, 0, 1103, 1104, 1, 0, 0, 0, 1104, 1105, 1, 0, 0, 0, 1105, 1107, 3, 204, 102, 0, 1106, 1103, 1, 0, 0, 0, 1106, 1107, 1, 0, 0, 0, 1107, 161, 1, 0, 0, 0, 1108, 1109, 5, 5, 0, 0, 1109, 1110, 3, 164, 82, 0, 1110, 163, 1, 0, 0, 0, 1111, 1112, 6, 82, -1, 0, 1112, 1117, 3, 166, 83, 0, 1113, 1114, 5, 305, 0, 0, 1114, 1116, 3, 166, 83, 0, 1115, 1113, 1, 0, 0, 0, 1116, 1119, 1, 0, 0, 0, 1117, 1115, 1, 0, 0, 0, 1117, 1118, 1, 0, 0, 0, 1118, 1141, 1, 0, 0, 0, 1119, 1117, 1, 0, 0, 0, 1120, 1121, 10, 1, 0, 0, 1121, 1122, 5, 46, 0, 0, 1122, 1123, 5, 45, 0, 0, 1123, 1140, 3, 164, 82, 2, 1124, 1126, 10, 2, 0, 0, 1125, 1127, 5, 54, 0, 0, 1126, 1125, 1, 0, 0, 0, 1126, 1127, 1, 0, 0, 0, 1127, 1129, 1, 0, 0, 0, 1128, 1130, 7, 21, 0, 0, 1129, 1128, 1, 0, 0, 0, 1129, 1130, 1, 0, 0, 0, 1130, 1132, 1, 0, 0, 0, 1131, 1133, 5, 47, 0, 0, 1132, 1131, 1, 0, 0, 0, 1132, 1133, 1, 0, 0, 0, 1133, 1134, 1, 0, 0, 0, 1134, 1135, 5, 45, 0, 0, 1135, 1137, 3, 164, 82, 0, 1136, 1138, 3, 176, 88, 0, 1137, 1136, 1, 0, 0, 0, 1137, 1138, 1, 0, 0, 0, 1138, 1140, 1, 0, 0, 0, 1139, 1120, 1, 0, 0, 0, 1139, 1124, 1, 0, 0, 0, 1140, 1143, 1, 0, 0, 0, 1141, 1139, 1, 0, 0, 0, 1141, 1142, 1, 0, 0, 0, 1142, 165, 1, 0, 0, 0, 1143, 1141, 1, 0, 0, 0, 1144, 1146, 3, 168, 84, 0, 1145, 1147, 3, 238, 119, 0, 1146, 1145, 1, 0, 0, 0, 1146, 1147, 1, 0, 0, 0, 1147, 167, 1, 0, 0, 0, 1148, 1150, 5, 74, 0, 0, 1149, 1148, 1, 0, 0, 0, 1149, 1150, 1, 0, 0, 0, 1150, 1151, 1, 0, 0, 0, 1151, 1153, 3, 170, 85, 0, 1152, 1154, 3, 172, 86, 0, 1153, 1152, 1, 0, 0, 0, 1153, 1154, 1, 0, 0, 0, 1154, 1159, 1, 0, 0, 0, 1155, 1157, 5, 7, 0, 0, 1156, 1155, 1, 0, 0, 0, 1156, 1157, 1, 0, 0, 0, 1157, 1158, 1, 0, 0, 0, 1158, 1160, 3, 220, 110, 0, 1159, 1156, 1, 0, 0, 0, 1159, 1160, 1, 0, 0, 0, 1160, 1190, 1, 0, 0, 0, 1161, 1162, 5, 57, 0, 0, 1162, 1163, 5, 74, 0, 0, 1163, 1164, 5, 303, 0, 0, 1164, 1165, 3, 216, 108, 0, 1165, 1166, 5, 303, 0, 0, 1166, 1171, 3, 204, 102, 0, 1167, 1168, 5, 305, 0, 0, 1168, 1170, 3, 204, 102, 0, 1169, 1167, 1, 0, 0, 0, 1170, 1173, 1, 0, 0, 0, 1171, 1169, 1, 0, 0, 0, 1171, 1172, 1, 0, 0, 0, 1172, 1174, 1, 0, 0, 0, 1173, 1171, 1, 0, 0, 0, 1174, 1175, 5, 304, 0, 0, 1175, 1176, 5, 304, 0, 0, 1176, 1190, 1, 0, 0, 0, 1177, 1179, 5, 57, 0, 0, 1178, 1177, 1, 0, 0, 0, 1178, 1179, 1, 0, 0, 0, 1179, 1180, 1, 0, 0, 0, 1180, 1181, 5, 303, 0, 0, 1181, 1182, 3, 148, 74, 0, 1182, 1183, 5, 304, 0, 0, 1183, 1190, 1, 0, 0, 0, 1184, 1185, 5, 227, 0, 0, 1185, 1186, 5, 303, 0, 0, 1186, 1187, 3, 204, 102, 0, 1187, 1188, 5, 304, 0, 0, 1188, 1190, 1, 0, 0, 0, 1189, 1149, 1, 0, 0, 0, 1189, 1161, 1, 0, 0, 0, 1189, 1178, 1, 0, 0, 0, 1189, 1184, 1, 0, 0, 0, 1190, 169, 1, 0, 0, 0, 1191, 1192, 3, 260, 130, 0, 1192, 171, 1, 0, 0, 0, 1193, 1194, 5, 37, 0, 0, 1194, 1195, 5, 259, 0, 0, 1195, 1196, 5, 7, 0, 0, 1196, 1197, 5, 136, 0, 0, 1197, 1198, 3, 174, 87, 0, 1198, 173, 1, 0, 0, 0, 1199, 1200, 3, 204, 102, 0, 1200, 175, 1, 0, 0, 0, 1201, 1202, 5, 55, 0, 0, 1202, 1216, 3, 206, 103, 0, 1203, 1204, 5, 143, 0, 0, 1204, 1205, 5, 303, 0, 0, 1205, 1210, 3, 260, 130, 0, 1206, 1207, 5, 305, 0, 0, 1207, 1209, 3, 260, 130, 0, 1208, 1206, 1, 0, 0, 0, 1209, 1212, 1, 0, 0, 0, 1210, 1208, 1, 0, 0, 0, 1210, 1211, 1, 0, 0, 0, 1211, 1213, 1, 0, 0, 0, 1212, 1210, 1, 0, 0, 0, 1213, 1214, 5, 304, 0, 0, 1214, 1216, 1, 0, 0, 0, 1215, 1201, 1, 0, 0, 0, 1215, 1203, 1, 0, 0, 0, 1216, 177, 1, 0, 0, 0, 1217, 1218, 5, 11, 0, 0, 1218, 1219, 3, 206, 103, 0, 1219, 179, 1, 0, 0, 0, 1220, 1221, 5, 12, 0, 0, 1221, 1222, 5, 13, 0, 0, 1222, 1227, 3, 182, 91, 0, 1223, 1224, 5, 305, 0, 0, 1224, 1226, 3, 182, 91, 0, 1225, 1223, 1, 0, 0, 0, 1226, 1229, 1, 0, 0, 0, 1227, 1225, 1, 0, 0, 0, 1227, 1228, 1, 0, 0, 0, 1228, 181, 1, 0, 0, 0, 1229, 1227, 1, 0, 0, 0, 1230, 1282, 3, 204, 102, 0, 1231, 1232, 5, 303, 0, 0, 1232, 1282, 5, 304, 0, 0, 1233, 1234, 5, 303, 0, 0, 1234, 1239, 3, 204, 102, 0, 1235, 1236, 5, 305, 0, 0, 1236, 1238, 3, 204, 102, 0, 1237, 1235, 1, 0, 0, 0, 1238, 1241, 1, 0, 0, 0, 1239, 1237, 1, 0, 0, 0, 1239, 1240, 1, 0, 0, 0, 1240, 1242, 1, 0, 0, 0, 1241, 1239, 1, 0, 0, 0, 1242, 1243, 5, 304, 0, 0, 1243, 1282, 1, 0, 0, 0, 1244, 1245, 5, 16, 0, 0, 1245, 1246, 5, 303, 0, 0, 1246, 1251, 3, 204, 102, 0, 1247, 1248, 5, 305, 0, 0, 1248, 1250, 3, 204, 102, 0, 1249, 1247, 1, 0, 0, 0, 1250, 1253, 1, 0, 0, 0, 1251, 1249, 1, 0, 0, 0, 1251, 1252, 1, 0, 0, 0, 1252, 1254, 1, 0, 0, 0, 1253, 1251, 1, 0, 0, 0, 1254, 1255, 5, 304, 0, 0, 1255, 1282, 1, 0, 0, 0, 1256, 1257, 5, 17, 0, 0, 1257, 1258, 5, 303, 0, 0, 1258, 1263, 3, 204, 102, 0, 1259, 1260, 5, 305, 0, 0, 1260, 1262, 3, 204, 102, 0, 1261, 1259, 1, 0, 0, 0, 1262, 1265, 1, 0, 0, 0, 1263, 1261, 1, 0, 0, 0, 1263, 1264, 1, 0, 0, 0, 1264, 1266, 1, 0, 0, 0, 1265, 1263, 1, 0, 0, 0, 1266, 1267, 5, 304, 0, 0, 1267, 1282, 1, 0, 0, 0, 1268, 1269, 5, 14, 0, 0, 1269, 1270, 5, 15, 0, 0, 1270, 1271, 5, 303, 0, 0, 1271, 1276, 3, 182, 91, 0, 1272, 1273, 5, 305, 0, 0, 1273, 1275, 3, 182, 91, 0, 1274, 1272, 1, 0, 0, 0, 1275, 1278, 1, 0, 0, 0, 1276, 1274, 1, 0, 0, 0, 1276, 1277, 1, 0, 0, 0, 1277, 1279, 1, 0, 0, 0, 1278, 1276, 1, 0, 0, 0, 1279, 1280, 5, 304, 0, 0, 1280, 1282, 1, 0, 0, 0, 1281, 1230, 1, 0, 0, 0, 1281, 1231, 1, 0, 0, 0, 1281, 1233, 1, 0, 0, 0, 1281, 1244, 1, 0, 0, 0, 1281, 1256, 1, 0, 0, 0, 1281, 1268, 1, 0, 0, 0, 1282, 183, 1, 0, 0, 0, 1283, 1284, 5, 19, 0, 0, 1284, 1285, 3, 206, 103, 0, 1285, 185, 1, 0, 0, 0, 1286, 1287, 5, 18, 0, 0, 1287, 1288, 5, 13, 0, 0, 1288, 1293, 3, 188, 94, 0, 1289, 1290, 5, 305, 0, 0, 1290, 1292, 3, 188, 94, 0, 1291, 1289, 1, 0, 0, 0, 1292, 1295, 1, 0, 0, 0, 1293, 1291, 1, 0, 0, 0, 1293, 1294, 1, 0, 0, 0, 1294, 187, 1, 0, 0, 0, 1295, 1293, 1, 0, 0, 0, 1296, 1298, 3, 204, 102, 0, 1297, 1299, 7, 22, 0, 0, 1298, 1297, 1, 0, 0, 0, 1298, 1299, 1, 0, 0, 0, 1299, 189, 1, 0, 0, 0, 1300, 1303, 5, 20, 0, 0, 1301, 1304, 5, 8, 0, 0, 1302, 1304, 3, 204, 102, 0, 1303, 1301, 1, 0, 0, 0, 1303, 1302, 1, 0, 0, 0, 1304, 191, 1, 0, 0, 0, 1305, 1306, 5, 58, 0, 0, 1306, 1311, 3, 194, 97, 0, 1307, 1308, 5, 305, 0, 0, 1308, 1310, 3, 194, 97, 0, 1309, 1307, 1, 0, 0, 0, 1310, 1313, 1, 0, 0, 0, 1311, 1309, 1, 0, 0, 0, 1311, 1312, 1, 0, 0, 0, 1312, 193, 1, 0, 0, 0, 1313, 1311, 1, 0, 0, 0, 1314, 1315, 3, 240, 120, 0, 1315, 1316, 5, 7, 0, 0, 1316, 1317, 3, 196, 98, 0, 1317, 195, 1, 0, 0, 0, 1318, 1320, 3, 240, 120, 0, 1319, 1318, 1, 0, 0, 0, 1319, 1320, 1, 0, 0, 0, 1320, 1321, 1, 0, 0, 0, 1321, 1332, 5, 303, 0, 0, 1322, 1323, 5, 18, 0, 0, 1323, 1324, 5, 13, 0, 0, 1324, 1329, 3, 198, 99, 0, 1325, 1326, 5, 305, 0, 0, 1326, 1328, 3, 198, 99, 0, 1327, 1325, 1, 0, 0, 0, 1328, 1331, 1, 0, 0, 0, 1329, 1327, 1, 0, 0, 0, 1329, 1330, 1, 0, 0, 0, 1330, 1333, 1, 0, 0, 0, 1331, 1329, 1, 0, 0, 0, 1332, 1322, 1, 0, 0, 0, 1332, 1333, 1, 0, 0, 0, 1333, 1344, 1, 0, 0, 0, 1334, 1335, 5, 60, 0, 0, 1335, 1336, 5, 13, 0, 0, 1336, 1341, 3, 204, 102, 0, 1337, 1338, 5, 305, 0, 0, 1338, 1340, 3, 204, 102, 0, 1339, 1337, 1, 0, 0, 0, 1340, 1343, 1, 0, 0, 0, 1341, 1339, 1, 0, 0, 0, 1341, 1342, 1, 0, 0, 0, 1342, 1345, 1, 0, 0, 0, 1343, 1341, 1, 0, 0, 0, 1344, 1334, 1, 0, 0, 0, 1344, 1345, 1, 0, 0, 0, 1345, 1347, 1, 0, 0, 0, 1346, 1348, 3, 200, 100, 0, 1347, 1346, 1, 0, 0, 0, 1347, 1348, 1, 0, 0, 0, 1348, 1349, 1, 0, 0, 0, 1349, 1350, 5, 304, 0, 0, 1350, 197, 1, 0, 0, 0, 1351, 1353, 3, 204, 102, 0, 1352, 1354, 7, 22, 0, 0, 1353, 1352, 1, 0, 0, 0, 1353, 1354, 1, 0, 0, 0, 1354, 1357, 1, 0, 0, 0, 1355, 1356, 5, 34, 0, 0, 1356, 1358, 7, 23, 0, 0, 1357, 1355, 1, 0, 0, 0, 1357, 1358, 1, 0, 0, 0, 1358, 199, 1, 0, 0, 0, 1359, 1360, 5, 61, 0, 0, 1360, 1364, 3, 202, 101, 0, 1361, 1362, 5, 62, 0, 0, 1362, 1364, 3, 202, 101, 0, 1363, 1359, 1, 0, 0, 0, 1363, 1361, 1, 0, 0, 0, 1364, 201, 1, 0, 0, 0, 1365, 1366, 3, 204, 102, 0, 1366, 1367, 5, 64, 0, 0, 1367, 203, 1, 0, 0, 0, 1368, 1369, 3, 206, 103, 0, 1369, 205, 1, 0, 0, 0, 1370, 1371, 6, 103, -1, 0, 1371, 1372, 5, 25, 0, 0, 1372, 1383, 3, 206, 103, 5, 1373, 1374, 5, 27, 0, 0, 1374, 1375, 5, 303, 0, 0, 1375, 1376, 3, 148, 74, 0, 1376, 1377, 5, 304, 0, 0, 1377, 1383, 1, 0, 0, 0, 1378, 1380, 3, 212, 106, 0, 1379, 1381, 3, 208, 104, 0, 1380, 1379, 1, 0, 0, 0, 1380, 1381, 1, 0, 0, 0, 1381, 1383, 1, 0, 0, 0, 1382, 1370, 1, 0, 0, 0, 1382, 1373, 1, 0, 0, 0, 1382, 1378, 1, 0, 0, 0, 1383, 1392, 1, 0, 0, 0, 1384, 1385, 10, 2, 0, 0, 1385, 1386, 5, 23, 0, 0, 1386, 1391, 3, 206, 103, 3, 1387, 1388, 10, 1, 0, 0, 1388, 1389, 5, 22, 0, 0, 1389, 1391, 3, 206, 103, 2, 1390, 1384, 1, 0, 0, 0, 1390, 1387, 1, 0, 0, 0, 1391, 1394, 1, 0, 0, 0, 1392, 1390, 1, 0, 0, 0, 1392, 1393, 1, 0, 0, 0, 1393, 207, 1, 0, 0, 0, 1394, 1392, 1, 0, 0, 0, 1395, 1397, 5, 25, 0, 0, 1396, 1395, 1, 0, 0, 0, 1396, 1397, 1, 0, 0, 0, 1397, 1398, 1, 0, 0, 0, 1398, 1399, 5, 28, 0, 0, 1399, 1400, 3, 212, 106, 0, 1400, 1401, 5, 23, 0, 0, 1401, 1402, 3, 212, 106, 0, 1402, 1479, 1, 0, 0, 0, 1403, 1405, 5, 25, 0, 0, 1404, 1403, 1, 0, 0, 0, 1404, 1405, 1, 0, 0, 0, 1405, 1406, 1, 0, 0, 0, 1406, 1407, 5, 24, 0, 0, 1407, 1408, 5, 303, 0, 0, 1408, 1413, 3, 204, 102, 0, 1409, 1410, 5, 305, 0, 0, 1410, 1412, 3, 204, 102, 0, 1411, 1409, 1, 0, 0, 0, 1412, 1415, 1, 0, 0, 0, 1413, 1411, 1, 0, 0, 0, 1413, 1414, 1, 0, 0, 0, 1414, 1416, 1, 0, 0, 0, 1415, 1413, 1, 0, 0, 0, 1416, 1417, 5, 304, 0, 0, 1417, 1479, 1, 0, 0, 0, 1418, 1420, 5, 25, 0, 0, 1419, 1418, 1, 0, 0, 0, 1419, 1420, 1, 0, 0, 0, 1420, 1421, 1, 0, 0, 0, 1421, 1422, 5, 24, 0, 0, 1422, 1423, 5, 303, 0, 0, 1423, 1424, 3, 148, 74, 0, 1424, 1425, 5, 304, 0, 0, 1425, 1479, 1, 0, 0, 0, 1426, 1427, 5, 27, 0, 0, 1427, 1428, 5, 303, 0, 0, 1428, 1429, 3, 148, 74, 0, 1429, 1430, 5, 304, 0, 0, 1430, 1479, 1, 0, 0, 0, 1431, 1433, 5, 25, 0, 0, 1432, 1431, 1, 0, 0, 0, 1432, 1433, 1, 0, 0, 0, 1433, 1434, 1, 0, 0, 0, 1434, 1435, 5, 30, 0, 0, 1435, 1479, 3, 212, 106, 0, 1436, 1438, 5, 25, 0, 0, 1437, 1436, 1, 0, 0, 0, 1437, 1438, 1, 0, 0, 0, 1438, 1439, 1, 0, 0, 0, 1439, 1440, 5, 29, 0, 0, 1440, 1454, 7, 24, 0, 0, 1441, 1442, 5, 303, 0, 0, 1442, 1455, 5, 304, 0, 0, 1443, 1444, 5, 303, 0, 0, 1444, 1449, 3, 204, 102, 0, 1445, 1446, 5, 305, 0, 0, 1446, 1448, 3, 204, 102, 0, 1447, 1445, 1, 0, 0, 0, 1448, 1451, 1, 0, 0, 0, 1449, 1447, 1, 0, 0, 0, 1449, 1450, 1, 0, 0, 0, 1450, 1452, 1, 0, 0, 0, 1451, 1449, 1, 0, 0, 0, 1452, 1453, 5, 304, 0, 0, 1453, 1455, 1, 0, 0, 0, 1454, 1441, 1, 0, 0, 0, 1454, 1443, 1, 0, 0, 0, 1455, 1479, 1, 0, 0, 0, 1456, 1458, 5, 25, 0, 0, 1457, 1456, 1, 0, 0, 0, 1457, 1458, 1, 0, 0, 0, 1458, 1459, 1, 0, 0, 0, 1459, 1460, 5, 29, 0, 0, 1460, 1479, 3, 212, 106, 0, 1461, 1463, 5, 31, 0, 0, 1462, 1464, 5, 25, 0, 0, 1463, 1462, 1, 0, 0, 0, 1463, 1464, 1, 0, 0, 0, 1464, 1465, 1, 0, 0, 0, 1465, 1479, 5, 290, 0, 0, 1466, 1468, 5, 31, 0, 0, 1467, 1469, 5, 25, 0, 0, 1468, 1467, 1, 0, 0, 0, 1468, 1469, 1, 0, 0, 0, 1469, 1470, 1, 0, 0, 0, 1470, 1479, 7, 25, 0, 0, 1471, 1473, 5, 31, 0, 0, 1472, 1474, 5, 25, 0, 0, 1473, 1472, 1, 0, 0, 0, 1473, 1474, 1, 0, 0, 0, 1474, 1475, 1, 0, 0, 0, 1475, 1476, 5, 10, 0, 0, 1476, 1477, 5, 5, 0, 0, 1477, 1479, 3, 212, 106, 0, 1478, 1396, 1, 0, 0, 0, 1478, 1404, 1, 0, 0, 0, 1478, 1419, 1, 0, 0, 0, 1478, 1426, 1, 0, 0, 0, 1478, 1432, 1, 0, 0, 0, 1478, 1437, 1, 0, 0, 0, 1478, 1457, 1, 0, 0, 0, 1478, 1461, 1, 0, 0, 0, 1478, 1466, 1, 0, 0, 0, 1478, 1471, 1, 0, 0, 0, 1479, 209, 1, 0, 0, 0, 1480, 1482, 5, 25, 0, 0, 1481, 1480, 1, 0, 0, 0, 1481, 1482, 1, 0, 0, 0, 1482, 1483, 1, 0, 0, 0, 1483, 1484, 5, 29, 0, 0, 1484, 1498, 7, 24, 0, 0, 1485, 1486, 5, 303, 0, 0, 1486, 1499, 5, 304, 0, 0, 1487, 1488, 5, 303, 0, 0, 1488, 1493, 3, 204, 102, 0, 1489, 1490, 5, 305, 0, 0, 1490, 1492, 3, 204, 102, 0, 1491, 1489, 1, 0, 0, 0, 1492, 1495, 1, 0, 0, 0, 1493, 1491, 1, 0, 0, 0, 1493, 1494, 1, 0, 0, 0, 1494, 1496, 1, 0, 0, 0, 1495, 1493, 1, 0, 0, 0, 1496, 1497, 5, 304, 0, 0, 1497, 1499, 1, 0, 0, 0, 1498, 1485, 1, 0, 0, 0, 1498, 1487, 1, 0, 0, 0, 1499, 1506, 1, 0, 0, 0, 1500, 1502, 5, 25, 0, 0, 1501, 1500, 1, 0, 0, 0, 1501, 1502, 1, 0, 0, 0, 1502, 1503, 1, 0, 0, 0, 1503, 1504, 5, 29, 0, 0, 1504, 1506, 3, 212, 106, 0, 1505, 1481, 1, 0, 0, 0, 1505, 1501, 1, 0, 0, 0, 1506, 211, 1, 0, 0, 0, 1507, 1508, 6, 106, -1, 0, 1508, 1512, 3, 214, 107, 0, 1509, 1510, 7, 26, 0, 0, 1510, 1512, 3, 212, 106, 7, 1511, 1507, 1, 0, 0, 0, 1511, 1509, 1, 0, 0, 0, 1512, 1534, 1, 0, 0, 0, 1513, 1514, 10, 6, 0, 0, 1514, 1515, 7, 27, 0, 0, 1515, 1533, 3, 212, 106, 7, 1516, 1517, 10, 5, 0, 0, 1517, 1518, 7, 28, 0, 0, 1518, 1533, 3, 212, 106, 6, 1519, 1520, 10, 4, 0, 0, 1520, 1521, 5, 298, 0, 0, 1521, 1533, 3, 212, 106, 5, 1522, 1523, 10, 3, 0, 0, 1523, 1524, 5, 299, 0, 0, 1524, 1533, 3, 212, 106, 4, 1525, 1526, 10, 2, 0, 0, 1526, 1527, 5, 297, 0, 0, 1527, 1533, 3, 212, 106, 3, 1528, 1529, 10, 1, 0, 0, 1529, 1530, 3, 280, 140, 0, 1530, 1531, 3, 212, 106, 2, 1531, 1533, 1, 0, 0, 0, 1532, 1513, 1, 0, 0, 0, 1532, 1516, 1, 0, 0, 0, 1532, 1519, 1, 0, 0, 0, 1532, 1522, 1, 0, 0, 0, 1532, 1525, 1, 0, 0, 0, 1532, 1528, 1, 0, 0, 0, 1533, 1536, 1, 0, 0, 0, 1534, 1532, 1, 0, 0, 0, 1534, 1535, 1, 0, 0, 0, 1535, 213, 1, 0, 0, 0, 1536, 1534, 1, 0, 0, 0, 1537, 1538, 6, 107, -1, 0, 1538, 1540, 5, 39, 0, 0, 1539, 1541, 3, 256, 128, 0, 1540, 1539, 1, 0, 0, 0, 1541, 1542, 1, 0, 0, 0, 1542, 1540, 1, 0, 0, 0, 1542, 1543, 1, 0, 0, 0, 1543, 1546, 1, 0, 0, 0, 1544, 1545, 5, 42, 0, 0, 1545, 1547, 3, 204, 102, 0, 1546, 1544, 1, 0, 0, 0, 1546, 1547, 1, 0, 0, 0, 1547, 1548, 1, 0, 0, 0, 1548, 1549, 5, 44, 0, 0, 1549, 1629, 1, 0, 0, 0, 1550, 1551, 5, 39, 0, 0, 1551, 1553, 3, 204, 102, 0, 1552, 1554, 3, 256, 128, 0, 1553, 1552, 1, 0, 0, 0, 1554, 1555, 1, 0, 0, 0, 1555, 1553, 1, 0, 0, 0, 1555, 1556, 1, 0, 0, 0, 1556, 1559, 1, 0, 0, 0, 1557, 1558, 5, 42, 0, 0, 1558, 1560, 3, 204, 102, 0, 1559, 1557, 1, 0, 0, 0, 1559, 1560, 1, 0, 0, 0, 1560, 1561, 1, 0, 0, 0, 1561, 1562, 5, 44, 0, 0, 1562, 1629, 1, 0, 0, 0, 1563, 1564, 5, 94, 0, 0, 1564, 1565, 5, 303, 0, 0, 1565, 1566, 3, 204, 102, 0, 1566, 1567, 5, 7, 0, 0, 1567, 1568, 3, 54, 27, 0, 1568, 1569, 5, 304, 0, 0, 1569, 1629, 1, 0, 0, 0, 1570, 1571, 5, 67, 0, 0, 1571, 1572, 5, 303, 0, 0, 1572, 1575, 3, 204, 102, 0, 1573, 1574, 5, 124, 0, 0, 1574, 1576, 5, 34, 0, 0, 1575, 1573, 1, 0, 0, 0, 1575, 1576, 1, 0, 0, 0, 1576, 1577, 1, 0, 0, 0, 1577, 1578, 5, 304, 0, 0, 1578, 1629, 1, 0, 0, 0, 1579, 1580, 5, 69, 0, 0, 1580, 1581, 5, 303, 0, 0, 1581, 1584, 3, 204, 102, 0, 1582, 1583, 5, 124, 0, 0, 1583, 1585, 5, 34, 0, 0, 1584, 1582, 1, 0, 0, 0, 1584, 1585, 1, 0, 0, 0, 1585, 1586, 1, 0, 0, 0, 1586, 1587, 5, 304, 0, 0, 1587, 1629, 1, 0, 0, 0, 1588, 1589, 5, 129, 0, 0, 1589, 1590, 5, 303, 0, 0, 1590, 1591, 3, 212, 106, 0, 1591, 1592, 5, 24, 0, 0, 1592, 1593, 3, 212, 106, 0, 1593, 1594, 5, 304, 0, 0, 1594, 1629, 1, 0, 0, 0, 1595, 1629, 3, 290, 145, 0, 1596, 1629, 5, 312, 0, 0, 1597, 1598, 3, 260, 130, 0, 1598, 1599, 5, 300, 0, 0, 1599, 1600, 5, 312, 0, 0, 1600, 1629, 1, 0, 0, 0, 1601, 1602, 5, 303, 0, 0, 1602, 1603, 3, 148, 74, 0, 1603, 1604, 5, 304, 0, 0, 1604, 1629, 1, 0, 0, 0, 1605, 1606, 3, 216, 108, 0, 1606, 1618, 5, 303, 0, 0, 1607, 1609, 3, 298, 149, 0, 1608, 1607, 1, 0, 0, 0, 1608, 1609, 1, 0, 0, 0, 1609, 1610, 1, 0, 0, 0, 1610, 1615, 3, 204, 102, 0, 1611, 1612, 5, 305, 0, 0, 1612, 1614, 3, 204, 102, 0, 1613, 1611, 1, 0, 0, 0, 1614, 1617, 1, 0, 0, 0, 1615, 1613, 1, 0, 0, 0, 1615, 1616, 1, 0, 0, 0, 1616, 1619, 1, 0, 0, 0, 1617, 1615, 1, 0, 0, 0, 1618, 1608, 1, 0, 0, 0, 1618, 1619, 1, 0, 0, 0, 1619, 1620, 1, 0, 0, 0, 1620, 1621, 5, 304, 0, 0, 1621, 1629, 1, 0, 0, 0, 1622, 1629, 3, 248, 124, 0, 1623, 1629, 3, 218, 109, 0, 1624, 1625, 5, 303, 0, 0, 1625, 1626, 3, 204, 102, 0, 1626, 1627, 5, 304, 0, 0, 1627, 1629, 1, 0, 0, 0, 1628, 1537, 1, 0, 0, 0, 1628, 1550, 1, 0, 0, 0, 1628, 1563, 1, 0, 0, 0, 1628, 1570, 1, 0, 0, 0, 1628, 1579, 1, 0, 0, 0, 1628, 1588, 1, 0, 0, 0, 1628, 1595, 1, 0, 0, 0, 1628, 1596, 1, 0, 0, 0, 1628, 1597, 1, 0, 0, 0, 1628, 1601, 1, 0, 0, 0, 1628, 1605, 1, 0, 0, 0, 1628, 1622, 1, 0, 0, 0, 1628, 1623, 1, 0, 0, 0, 1628, 1624, 1, 0, 0, 0, 1629, 1637, 1, 0, 0, 0, 1630, 1631, 10, 4, 0, 0, 1631, 1632, 5, 301, 0, 0, 1632, 1633, 3, 212, 106, 0, 1633, 1634, 5, 302, 0, 0, 1634, 1636, 1, 0, 0, 0, 1635, 1630, 1, 0, 0, 0, 1636, 1639, 1, 0, 0, 0, 1637, 1635, 1, 0, 0, 0, 1637, 1638, 1, 0, 0, 0, 1638, 215, 1, 0, 0, 0, 1639, 1637, 1, 0, 0, 0, 1640, 1641, 3, 260, 130, 0, 1641, 217, 1, 0, 0, 0, 1642, 1643, 3, 260, 130, 0, 1643, 219, 1, 0, 0, 0, 1644, 1645, 3, 248, 124, 0, 1645, 221, 1, 0, 0, 0, 1646, 1649, 3, 248, 124, 0, 1647, 1649, 3, 218, 109, 0, 1648, 1646, 1, 0, 0, 0, 1648, 1647, 1, 0, 0, 0, 1649, 223, 1, 0, 0, 0, 1650, 1653, 5, 38, 0, 0, 1651, 1654, 3, 226, 113, 0, 1652, 1654, 3, 230, 115, 0, 1653, 1651, 1, 0, 0, 0, 1653, 1652, 1, 0, 0, 0, 1653, 1654, 1, 0, 0, 0, 1654, 225, 1, 0, 0, 0, 1655, 1657, 3, 228, 114, 0, 1656, 1658, 3, 232, 116, 0, 1657, 1656, 1, 0, 0, 0, 1657, 1658, 1, 0, 0, 0, 1658, 227, 1, 0, 0, 0, 1659, 1660, 3, 234, 117, 0, 1660, 1661, 3, 248, 124, 0, 1661, 1663, 1, 0, 0, 0, 1662, 1659, 1, 0, 0, 0, 1663, 1664, 1, 0, 0, 0, 1664, 1662, 1, 0, 0, 0, 1664, 1665, 1, 0, 0, 0, 1665, 229, 1, 0, 0, 0, 1666, 1669, 3, 232, 116, 0, 1667, 1670, 3, 228, 114, 0, 1668, 1670, 3, 232, 116, 0, 1669, 1667, 1, 0, 0, 0, 1669, 1668, 1, 0, 0, 0, 1669, 1670, 1, 0, 0, 0, 1670, 231, 1, 0, 0, 0, 1671, 1672, 3, 234, 117, 0, 1672, 1673, 3, 248, 124, 0, 1673, 1674, 5, 109, 0, 0, 1674, 1675, 3, 248, 124, 0, 1675, 233, 1, 0, 0, 0, 1676, 1678, 7, 29, 0, 0, 1677, 1676, 1, 0, 0, 0, 1677, 1678, 1, 0, 0, 0, 1678, 1679, 1, 0, 0, 0, 1679, 1682, 7, 30, 0, 0, 1680, 1682, 5, 322, 0, 0, 1681, 1677, 1, 0, 0, 0, 1681, 1680, 1, 0, 0, 0, 1682, 235, 1, 0, 0, 0, 1683, 1685, 5, 7, 0, 0, 1684, 1683, 1, 0, 0, 0, 1684, 1685, 1, 0, 0, 0, 1685, 1686, 1, 0, 0, 0, 1686, 1688, 3, 250, 125, 0, 1687, 1689, 3, 244, 122, 0, 1688, 1687, 1, 0, 0, 0, 1688, 1689, 1, 0, 0, 0, 1689, 237, 1, 0, 0, 0, 1690, 1692, 5, 7, 0, 0, 1691, 1690, 1, 0, 0, 0, 1691, 1692, 1, 0, 0, 0, 1692, 1693, 1, 0, 0, 0, 1693, 1695, 3, 250, 125, 0, 1694, 1696, 3, 244, 122, 0, 1695, 1694, 1, 0, 0, 0, 1695, 1696, 1, 0, 0, 0, 1696, 239, 1, 0, 0, 0, 1697, 1698, 3, 248, 124, 0, 1698, 1699, 3, 242, 121, 0, 1699, 241, 1, 0, 0, 0, 1700, 1701, 5, 131, 0, 0, 1701, 1703, 3, 248, 124, 0, 1702, 1700, 1, 0, 0, 0, 1703, 1704, 1, 0, 0, 0, 1704, 1702, 1, 0, 0, 0, 1704, 1705, 1, 0, 0, 0, 1705, 1708, 1, 0, 0, 0, 1706, 1708, 1, 0, 0, 0, 1707, 1702, 1, 0, 0, 0, 1707, 1706, 1, 0, 0, 0, 1708, 243, 1, 0, 0, 0, 1709, 1710, 5, 303, 0, 0, 1710, 1711, 3, 246, 123, 0, 1711, 1712, 5, 304, 0, 0, 1712, 245, 1, 0, 0, 0, 1713, 1718, 3, 248, 124, 0, 1714, 1715, 5, 305, 0, 0, 1715, 1717, 3, 248, 124, 0, 1716, 1714, 1, 0, 0, 0, 1717, 1720, 1, 0, 0, 0, 1718, 1716, 1, 0, 0, 0, 1718, 1719, 1, 0, 0, 0, 1719, 247, 1, 0, 0, 0, 1720, 1718, 1, 0, 0, 0, 1721, 1724, 3, 250, 125, 0, 1722, 1724, 3, 302, 151, 0, 1723, 1721, 1, 0, 0, 0, 1723, 1722, 1, 0, 0, 0, 1724, 249, 1, 0, 0, 0, 1725, 1730, 3, 252, 126, 0, 1726, 1730, 3, 254, 127, 0, 1727, 1730, 3, 300, 150, 0, 1728, 1730, 3, 304, 152, 0, 1729, 1725, 1, 0, 0, 0, 1729, 1726, 1, 0, 0, 0, 1729, 1727, 1, 0, 0, 0, 1729, 1728, 1, 0, 0, 0, 1730, 251, 1, 0, 0, 0, 1731, 1732, 7, 31, 0, 0, 1732, 253, 1, 0, 0, 0, 1733, 1734, 5, 322, 0, 0, 1734, 255, 1, 0, 0, 0, 1735, 1736, 5, 40, 0, 0, 1736, 1737, 3, 204, 102, 0, 1737, 1738, 5, 41, 0, 0, 1738, 1739, 3, 204, 102, 0, 1739, 257, 1, 0, 0, 0, 1740, 1745, 3, 260, 130, 0, 1741, 1742, 5, 305, 0, 0, 1742, 1744, 3, 260, 130, 0, 1743, 1741, 1, 0, 0, 0, 1744, 1747, 1, 0, 0, 0, 1745, 1743, 1, 0, 0, 0, 1745, 1746, 1, 0, 0, 0, 1746, 259, 1, 0, 0, 0, 1747, 1745, 1, 0, 0, 0, 1748, 1752, 5, 326, 0, 0, 1749, 1751, 5, 320, 0, 0, 1750, 1749, 1, 0, 0, 0, 1751, 1754, 1, 0, 0, 0, 1752, 1753, 1, 0, 0, 0, 1752, 1750, 1, 0, 0, 0, 1753, 261, 1, 0, 0, 0, 1754, 1752, 1, 0, 0, 0, 1755, 1759, 7, 32, 0, 0, 1756, 1758, 7, 33, 0, 0, 1757, 1756, 1, 0, 0, 0, 1758, 1761, 1, 0, 0, 0, 1759, 1760, 1, 0, 0, 0, 1759, 1757, 1, 0, 0, 0, 1760, 263, 1, 0, 0, 0, 1761, 1759, 1, 0, 0, 0, 1762, 1763, 5, 70, 0, 0, 1763, 1764, 3, 270, 135, 0, 1764, 265, 1, 0, 0, 0, 1765, 1766, 5, 128, 0, 0, 1766, 1767, 5, 25, 0, 0, 1767, 1768, 5, 27, 0, 0, 1768, 267, 1, 0, 0, 0, 1769, 1770, 5, 128, 0, 0, 1770, 1771, 5, 27, 0, 0, 1771, 269, 1, 0, 0, 0, 1772, 1773, 5, 303, 0, 0, 1773, 1778, 3, 272, 136, 0, 1774, 1775, 5, 305, 0, 0, 1775, 1777, 3, 272, 136, 0, 1776, 1774, 1, 0, 0, 0, 1777, 1780, 1, 0, 0, 0, 1778, 1776, 1, 0, 0, 0, 1778, 1779, 1, 0, 0, 0, 1779, 1781, 1, 0, 0, 0, 1780, 1778, 1, 0, 0, 0, 1781, 1782, 5, 304, 0, 0, 1782, 271, 1, 0, 0, 0, 1783, 1788, 3, 274, 137, 0, 1784, 1786, 5, 292, 0, 0, 1785, 1784, 1, 0, 0, 0, 1785, 1786, 1, 0, 0, 0, 1786, 1787, 1, 0, 0, 0, 1787, 1789, 3, 276, 138, 0, 1788, 1785, 1, 0, 0, 0, 1788, 1789, 1, 0, 0, 0, 1789, 273, 1, 0, 0, 0, 1790, 1794, 3, 248, 124, 0, 1791, 1794, 3, 218, 109, 0, 1792, 1794, 5, 322, 0, 0, 1793, 1790, 1, 0, 0, 0, 1793, 1791, 1, 0, 0, 0, 1793, 1792, 1, 0, 0, 0, 1794, 275, 1, 0, 0, 0, 1795, 1800, 5, 323, 0, 0, 1796, 1800, 5, 324, 0, 0, 1797, 1800, 3, 296, 148, 0, 1798, 1800, 5, 322, 0, 0, 1799, 1795, 1, 0, 0, 0, 1799, 1796, 1, 0, 0, 0, 1799, 1797, 1, 0, 0, 0, 1799, 1798, 1, 0, 0, 0, 1800, 277, 1, 0, 0, 0, 1801, 1808, 5, 23, 0, 0, 1802, 1803, 5, 298, 0, 0, 1803, 1808, 5, 298, 0, 0, 1804, 1808, 5, 22, 0, 0, 1805, 1806, 5, 297, 0, 0, 1806, 1808, 5, 297, 0, 0, 1807, 1801, 1, 0, 0, 0, 1807, 1802, 1, 0, 0, 0, 1807, 1804, 1, 0, 0, 0, 1807, 1805, 1, 0, 0, 0, 1808, 279, 1, 0, 0, 0, 1809, 1824, 5, 292, 0, 0, 1810, 1824, 5, 293, 0, 0, 1811, 1824, 5, 294, 0, 0, 1812, 1813, 5, 294, 0, 0, 1813, 1824, 5, 292, 0, 0, 1814, 1815, 5, 293, 0, 0, 1815, 1824, 5, 292, 0, 0, 1816, 1817, 5, 294, 0, 0, 1817, 1824, 5, 293, 0, 0, 1818, 1819, 5, 295, 0, 0, 1819, 1824, 5, 292, 0, 0, 1820, 1821, 5, 294, 0, 0, 1821, 1822, 5, 292, 0, 0, 1822, 1824, 5, 293, 0, 0, 1823, 1809, 1, 0, 0, 0, 1823, 1810, 1, 0, 0, 0, 1823, 1811, 1, 0, 0, 0, 1823, 1812, 1, 0, 0, 0, 1823, 1814, 1, 0, 0, 0, 1823, 1816, 1, 0, 0, 0, 1823, 1818, 1, 0, 0, 0, 1823, 1820, 1, 0, 0, 0, 1824, 281, 1, 0, 0, 0, 1825, 1826, 5, 294, 0, 0, 1826, 1833, 5, 294, 0, 0, 1827, 1828, 5, 293, 0, 0, 1828, 1833, 5, 293, 0, 0, 1829, 1833, 5, 298, 0, 0, 1830, 1833, 5, 299, 0, 0, 1831, 1833, 5, 297, 0, 0, 1832, 1825, 1, 0, 0, 0, 1832, 1827, 1, 0, 0, 0, 1832, 1829, 1, 0, 0, 0, 1832, 1830, 1, 0, 0, 0, 1832, 1831, 1, 0, 0, 0, 1833, 283, 1, 0, 0, 0, 1834, 1835, 7, 34, 0, 0, 1835, 285, 1, 0, 0, 0, 1836, 1837, 7, 35, 0, 0, 1837, 287, 1, 0, 0, 0, 1838, 1839, 3, 260, 130, 0, 1839, 289, 1, 0, 0, 0, 1840, 1853, 3, 292, 146, 0, 1841, 1853, 3, 294, 147, 0, 1842, 1853, 3, 224, 112, 0, 1843, 1844, 5, 314, 0, 0, 1844, 1853, 3, 294, 147, 0, 1845, 1853, 3, 296, 148, 0, 1846, 1853, 5, 324, 0, 0, 1847, 1853, 5, 325, 0, 0, 1848, 1850, 5, 25, 0, 0, 1849, 1848, 1, 0, 0, 0, 1849, 1850, 1, 0, 0, 0, 1850, 1851, 1, 0, 0, 0, 1851, 1853, 5, 290, 0, 0, 1852, 1840, 1, 0, 0, 0, 1852, 1841, 1, 0, 0, 0, 1852, 1842, 1, 0, 0, 0, 1852, 1843, 1, 0, 0, 0, 1852, 1845, 1, 0, 0, 0, 1852, 1846, 1, 0, 0, 0, 1852, 1847, 1, 0, 0, 0, 1852, 1849, 1, 0, 0, 0, 1853, 291, 1, 0, 0, 0, 1854, 1855, 5, 322, 0, 0, 1855, 293, 1, 0, 0, 0, 1856, 1857, 5, 323, 0, 0, 1857, 295, 1, 0, 0, 0, 1858, 1859, 7, 25, 0, 0, 1859, 297, 1, 0, 0, 0, 1860, 1861, 7, 36, 0, 0, 1861, 299, 1, 0, 0, 0, 1862, 1863, 7, 37, 0, 0, 1863, 301, 1, 0, 0, 0, 1864, 1865, 7, 38, 0, 0, 1865, 303, 1, 0, 0, 0, 1866, 1867, 7, 39, 0, 0, 1867, 305, 1, 0, 0, 0, 223, 314, 317, 319, 334, 352, 356, 365, 370, 377, 384, 388, 397, 409, 412, 419, 427, 432, 435, 442, 450, 454, 466, 474, 478, 499, 503, 507, 511, 520, 525, 529, 533, 537, 540, 544, 549, 555, 560, 565, 568, 572, 580, 588, 592, 596, 600, 604, 608, 612, 616, 620, 622, 632, 640, 664, 671, 686, 689, 697, 709, 733, 746, 751, 755, 763, 767, 775, 785, 789, 795, 799, 803, 806, 815, 819, 826, 829, 839, 849, 864, 875, 879, 886, 891, 897, 901, 908, 912, 916, 920, 928, 932, 937, 942, 948, 951, 955, 966, 975, 988, 1000, 1011, 1014, 1018, 1021, 1023, 1028, 1032, 1035, 1039, 1048, 1058, 1063, 1075, 1078, 1081, 1084, 1088, 1096, 1099, 1103, 1106, 1117, 1126, 1129, 1132, 1137, 1139, 1141, 1146, 1149, 1153, 1156, 1159, 1171, 1178, 1189, 1210, 1215, 1227, 1239, 1251, 1263, 1276, 1281, 1293, 1298, 1303, 1311, 1319, 1329, 1332, 1341, 1344, 1347, 1353, 1357, 1363, 1380, 1382, 1390, 1392, 1396, 1404, 1413, 1419, 1432, 1437, 1449, 1454, 1457, 1463, 1468, 1473, 1478, 1481, 1493, 1498, 1501, 1505, 1511, 1532, 1534, 1542, 1546, 1555, 1559, 1575, 1584, 1608, 1615, 1618, 1628, 1637, 1648, 1653, 1657, 1664, 1669, 1677, 1681, 1684, 1688, 1691, 1695, 1704, 1707, 1718, 1723, 1729, 1745, 1752, 1759, 1778, 1785, 1788, 1793, 1799, 1807, 1823, 1832, 1849, 1852] \ No newline at end of file diff --git a/src/lib/flinksql/FlinkSqlParser.ts b/src/lib/flinksql/FlinkSqlParser.ts index 1a6f0e8..9021647 100644 --- a/src/lib/flinksql/FlinkSqlParser.ts +++ b/src/lib/flinksql/FlinkSqlParser.ts @@ -1,4 +1,4 @@ -// Generated from /Users/mortalYoung/Projects/dt-sql-parser/src/grammar/flinksql/FlinkSqlParser.g4 by ANTLR 4.12.0 +// Generated from /Users/zhenglin/Documents/parser/dt-sql-parser/src/grammar/flinksql/FlinkSqlParser.g4 by ANTLR 4.12.0 // noinspection ES6UnusedImports,JSUnusedGlobalSymbols,JSUnusedLocalSymbols import { @@ -421,87 +421,86 @@ export default class FlinkSqlParser extends Parser { public static readonly RULE_insertPartitionDefinition = 70; public static readonly RULE_valuesDefinition = 71; public static readonly RULE_valuesRowDefinition = 72; - public static readonly RULE_insertMulStatementCompatibility = 73; - public static readonly RULE_insertMulStatement = 74; - public static readonly RULE_queryStatement = 75; - public static readonly RULE_valuesCaluse = 76; - public static readonly RULE_withItem = 77; - public static readonly RULE_withItemName = 78; - public static readonly RULE_selectStatement = 79; - public static readonly RULE_selectClause = 80; - public static readonly RULE_projectItemDefinition = 81; - public static readonly RULE_fromClause = 82; - public static readonly RULE_tableExpression = 83; - public static readonly RULE_tableReference = 84; - public static readonly RULE_tablePrimary = 85; - public static readonly RULE_tablePath = 86; - public static readonly RULE_systemTimePeriod = 87; - public static readonly RULE_dateTimeExpression = 88; - public static readonly RULE_joinCondition = 89; - public static readonly RULE_whereClause = 90; - public static readonly RULE_groupByClause = 91; - public static readonly RULE_groupItemDefinition = 92; - public static readonly RULE_havingClause = 93; - public static readonly RULE_orderByCaluse = 94; - public static readonly RULE_orderItemDefition = 95; - public static readonly RULE_limitClause = 96; - public static readonly RULE_windowClause = 97; - public static readonly RULE_namedWindow = 98; - public static readonly RULE_windowSpec = 99; - public static readonly RULE_sortItem = 100; - public static readonly RULE_windowFrame = 101; - public static readonly RULE_frameBound = 102; - public static readonly RULE_expression = 103; - public static readonly RULE_booleanExpression = 104; - public static readonly RULE_predicate = 105; - public static readonly RULE_likePredicate = 106; - public static readonly RULE_valueExpression = 107; - public static readonly RULE_primaryExpression = 108; - public static readonly RULE_functionName = 109; - public static readonly RULE_dereferenceDefinition = 110; - public static readonly RULE_correlationName = 111; - public static readonly RULE_qualifiedName = 112; - public static readonly RULE_interval = 113; - public static readonly RULE_errorCapturingMultiUnitsInterval = 114; - public static readonly RULE_multiUnitsInterval = 115; - public static readonly RULE_errorCapturingUnitToUnitInterval = 116; - public static readonly RULE_unitToUnitInterval = 117; - public static readonly RULE_intervalValue = 118; - public static readonly RULE_columnAlias = 119; - public static readonly RULE_tableAlias = 120; - public static readonly RULE_errorCapturingIdentifier = 121; - public static readonly RULE_errorCapturingIdentifierExtra = 122; - public static readonly RULE_identifierList = 123; - public static readonly RULE_identifierSeq = 124; - public static readonly RULE_identifier = 125; - public static readonly RULE_strictIdentifier = 126; - public static readonly RULE_unquotedIdentifier = 127; - public static readonly RULE_quotedIdentifier = 128; - public static readonly RULE_whenClause = 129; - public static readonly RULE_uidList = 130; - public static readonly RULE_uid = 131; - public static readonly RULE_plusUid = 132; - public static readonly RULE_withOption = 133; - public static readonly RULE_ifNotExists = 134; - public static readonly RULE_ifExists = 135; - public static readonly RULE_tablePropertyList = 136; - public static readonly RULE_tableProperty = 137; - public static readonly RULE_tablePropertyKey = 138; - public static readonly RULE_tablePropertyValue = 139; - public static readonly RULE_logicalOperator = 140; - public static readonly RULE_comparisonOperator = 141; - public static readonly RULE_bitOperator = 142; - public static readonly RULE_mathOperator = 143; - public static readonly RULE_unaryOperator = 144; - public static readonly RULE_fullColumnName = 145; - public static readonly RULE_constant = 146; - public static readonly RULE_stringLiteral = 147; - public static readonly RULE_decimalLiteral = 148; - public static readonly RULE_booleanLiteral = 149; - public static readonly RULE_setQuantifier = 150; - public static readonly RULE_ansiNonReserved = 151; - public static readonly RULE_strictNonReserved = 152; - public static readonly RULE_nonReserved = 153; + public static readonly RULE_insertMulStatement = 73; + public static readonly RULE_queryStatement = 74; + public static readonly RULE_valuesCaluse = 75; + public static readonly RULE_withItem = 76; + public static readonly RULE_withItemName = 77; + public static readonly RULE_selectStatement = 78; + public static readonly RULE_selectClause = 79; + public static readonly RULE_projectItemDefinition = 80; + public static readonly RULE_fromClause = 81; + public static readonly RULE_tableExpression = 82; + public static readonly RULE_tableReference = 83; + public static readonly RULE_tablePrimary = 84; + public static readonly RULE_tablePath = 85; + public static readonly RULE_systemTimePeriod = 86; + public static readonly RULE_dateTimeExpression = 87; + public static readonly RULE_joinCondition = 88; + public static readonly RULE_whereClause = 89; + public static readonly RULE_groupByClause = 90; + public static readonly RULE_groupItemDefinition = 91; + public static readonly RULE_havingClause = 92; + public static readonly RULE_orderByCaluse = 93; + public static readonly RULE_orderItemDefition = 94; + public static readonly RULE_limitClause = 95; + public static readonly RULE_windowClause = 96; + public static readonly RULE_namedWindow = 97; + public static readonly RULE_windowSpec = 98; + public static readonly RULE_sortItem = 99; + public static readonly RULE_windowFrame = 100; + public static readonly RULE_frameBound = 101; + public static readonly RULE_expression = 102; + public static readonly RULE_booleanExpression = 103; + public static readonly RULE_predicate = 104; + public static readonly RULE_likePredicate = 105; + public static readonly RULE_valueExpression = 106; + public static readonly RULE_primaryExpression = 107; + public static readonly RULE_functionName = 108; + public static readonly RULE_dereferenceDefinition = 109; + public static readonly RULE_correlationName = 110; + public static readonly RULE_qualifiedName = 111; + public static readonly RULE_interval = 112; + public static readonly RULE_errorCapturingMultiUnitsInterval = 113; + public static readonly RULE_multiUnitsInterval = 114; + public static readonly RULE_errorCapturingUnitToUnitInterval = 115; + public static readonly RULE_unitToUnitInterval = 116; + public static readonly RULE_intervalValue = 117; + public static readonly RULE_columnAlias = 118; + public static readonly RULE_tableAlias = 119; + public static readonly RULE_errorCapturingIdentifier = 120; + public static readonly RULE_errorCapturingIdentifierExtra = 121; + public static readonly RULE_identifierList = 122; + public static readonly RULE_identifierSeq = 123; + public static readonly RULE_identifier = 124; + public static readonly RULE_strictIdentifier = 125; + public static readonly RULE_unquotedIdentifier = 126; + public static readonly RULE_quotedIdentifier = 127; + public static readonly RULE_whenClause = 128; + public static readonly RULE_uidList = 129; + public static readonly RULE_uid = 130; + public static readonly RULE_plusUid = 131; + public static readonly RULE_withOption = 132; + public static readonly RULE_ifNotExists = 133; + public static readonly RULE_ifExists = 134; + public static readonly RULE_tablePropertyList = 135; + public static readonly RULE_tableProperty = 136; + public static readonly RULE_tablePropertyKey = 137; + public static readonly RULE_tablePropertyValue = 138; + public static readonly RULE_logicalOperator = 139; + public static readonly RULE_comparisonOperator = 140; + public static readonly RULE_bitOperator = 141; + public static readonly RULE_mathOperator = 142; + public static readonly RULE_unaryOperator = 143; + public static readonly RULE_fullColumnName = 144; + public static readonly RULE_constant = 145; + public static readonly RULE_stringLiteral = 146; + public static readonly RULE_decimalLiteral = 147; + public static readonly RULE_booleanLiteral = 148; + public static readonly RULE_setQuantifier = 149; + public static readonly RULE_ansiNonReserved = 150; + public static readonly RULE_strictNonReserved = 151; + public static readonly RULE_nonReserved = 152; public static readonly literalNames: (string | null)[] = [ null, null, null, null, "'SELECT'", @@ -969,26 +968,25 @@ export default class FlinkSqlParser extends Parser { "renameDefinition", "setKeyValueDefinition", "alertView", "alterDatabase", "alterFunction", "dropCatalog", "dropTable", "dropDatabase", "dropView", "dropFunction", "insertStatement", "insertSimpleStatement", "insertPartitionDefinition", - "valuesDefinition", "valuesRowDefinition", "insertMulStatementCompatibility", - "insertMulStatement", "queryStatement", "valuesCaluse", "withItem", "withItemName", - "selectStatement", "selectClause", "projectItemDefinition", "fromClause", - "tableExpression", "tableReference", "tablePrimary", "tablePath", "systemTimePeriod", - "dateTimeExpression", "joinCondition", "whereClause", "groupByClause", - "groupItemDefinition", "havingClause", "orderByCaluse", "orderItemDefition", - "limitClause", "windowClause", "namedWindow", "windowSpec", "sortItem", - "windowFrame", "frameBound", "expression", "booleanExpression", "predicate", - "likePredicate", "valueExpression", "primaryExpression", "functionName", - "dereferenceDefinition", "correlationName", "qualifiedName", "interval", - "errorCapturingMultiUnitsInterval", "multiUnitsInterval", "errorCapturingUnitToUnitInterval", - "unitToUnitInterval", "intervalValue", "columnAlias", "tableAlias", "errorCapturingIdentifier", - "errorCapturingIdentifierExtra", "identifierList", "identifierSeq", "identifier", - "strictIdentifier", "unquotedIdentifier", "quotedIdentifier", "whenClause", - "uidList", "uid", "plusUid", "withOption", "ifNotExists", "ifExists", - "tablePropertyList", "tableProperty", "tablePropertyKey", "tablePropertyValue", - "logicalOperator", "comparisonOperator", "bitOperator", "mathOperator", - "unaryOperator", "fullColumnName", "constant", "stringLiteral", "decimalLiteral", - "booleanLiteral", "setQuantifier", "ansiNonReserved", "strictNonReserved", - "nonReserved", + "valuesDefinition", "valuesRowDefinition", "insertMulStatement", "queryStatement", + "valuesCaluse", "withItem", "withItemName", "selectStatement", "selectClause", + "projectItemDefinition", "fromClause", "tableExpression", "tableReference", + "tablePrimary", "tablePath", "systemTimePeriod", "dateTimeExpression", + "joinCondition", "whereClause", "groupByClause", "groupItemDefinition", + "havingClause", "orderByCaluse", "orderItemDefition", "limitClause", "windowClause", + "namedWindow", "windowSpec", "sortItem", "windowFrame", "frameBound", + "expression", "booleanExpression", "predicate", "likePredicate", "valueExpression", + "primaryExpression", "functionName", "dereferenceDefinition", "correlationName", + "qualifiedName", "interval", "errorCapturingMultiUnitsInterval", "multiUnitsInterval", + "errorCapturingUnitToUnitInterval", "unitToUnitInterval", "intervalValue", + "columnAlias", "tableAlias", "errorCapturingIdentifier", "errorCapturingIdentifierExtra", + "identifierList", "identifierSeq", "identifier", "strictIdentifier", "unquotedIdentifier", + "quotedIdentifier", "whenClause", "uidList", "uid", "plusUid", "withOption", + "ifNotExists", "ifExists", "tablePropertyList", "tableProperty", "tablePropertyKey", + "tablePropertyValue", "logicalOperator", "comparisonOperator", "bitOperator", + "mathOperator", "unaryOperator", "fullColumnName", "constant", "stringLiteral", + "decimalLiteral", "booleanLiteral", "setQuantifier", "ansiNonReserved", + "strictNonReserved", "nonReserved", ]; public get grammarFileName(): string { return "FlinkSqlParser.g4"; } public get literalNames(): (string | null)[] { return FlinkSqlParser.literalNames; } @@ -1011,9 +1009,9 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 308; + this.state = 306; this.statement(); - this.state = 309; + this.state = 307; this.match(FlinkSqlParser.EOF); } } @@ -1038,9 +1036,9 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 311; + this.state = 309; this.sqlStatements(); - this.state = 312; + this.state = 310; this.match(FlinkSqlParser.EOF); } } @@ -1066,18 +1064,17 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 321; + this.state = 319; this._errHandler.sync(this); _la = this._input.LA(1); - while (_la===4 || _la===6 || _la===36 || _la===43 || ((((_la - 70)) & ~0x1F) === 0 && ((1 << (_la - 70)) & 570479885) !== 0) || ((((_la - 104)) & ~0x1F) === 0 && ((1 << (_la - 104)) & 12545) !== 0) || _la===212 || _la===213 || _la===303 || _la===306) { + while (_la===4 || _la===6 || _la===36 || ((((_la - 70)) & ~0x1F) === 0 && ((1 << (_la - 70)) & 570479885) !== 0) || ((((_la - 104)) & ~0x1F) === 0 && ((1 << (_la - 104)) & 12545) !== 0) || _la===212 || _la===213 || _la===303 || _la===306) { { - this.state = 319; + this.state = 317; this._errHandler.sync(this); switch (this._input.LA(1)) { case 4: case 6: case 36: - case 43: case 70: case 72: case 73: @@ -1096,14 +1093,14 @@ export default class FlinkSqlParser extends Parser { case 213: case 303: { - this.state = 314; + this.state = 312; this.sqlStatement(); - this.state = 316; + this.state = 314; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 0, this._ctx) ) { case 1: { - this.state = 315; + this.state = 313; this.match(FlinkSqlParser.SEMICOLON); } break; @@ -1112,7 +1109,7 @@ export default class FlinkSqlParser extends Parser { break; case 306: { - this.state = 318; + this.state = 316; this.emptyStatement(); } break; @@ -1120,7 +1117,7 @@ export default class FlinkSqlParser extends Parser { throw new NoViableAltException(this); } } - this.state = 323; + this.state = 321; this._errHandler.sync(this); _la = this._input.LA(1); } @@ -1145,90 +1142,90 @@ export default class FlinkSqlParser extends Parser { let localctx: SqlStatementContext = new SqlStatementContext(this, this._ctx, this.state); this.enterRule(localctx, 6, FlinkSqlParser.RULE_sqlStatement); try { - this.state = 336; + this.state = 334; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 3, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 324; + this.state = 322; this.ddlStatement(); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 325; + this.state = 323; this.dmlStatement(); } break; case 3: this.enterOuterAlt(localctx, 3); { - this.state = 326; + this.state = 324; this.describeStatement(); } break; case 4: this.enterOuterAlt(localctx, 4); { - this.state = 327; + this.state = 325; this.explainStatement(); } break; case 5: this.enterOuterAlt(localctx, 5); { - this.state = 328; + this.state = 326; this.useStatement(); } break; case 6: this.enterOuterAlt(localctx, 6); { - this.state = 329; + this.state = 327; this.showStatememt(); } break; case 7: this.enterOuterAlt(localctx, 7); { - this.state = 330; + this.state = 328; this.loadStatement(); } break; case 8: this.enterOuterAlt(localctx, 8); { - this.state = 331; + this.state = 329; this.unloadStatememt(); } break; case 9: this.enterOuterAlt(localctx, 9); { - this.state = 332; + this.state = 330; this.setStatememt(); } break; case 10: this.enterOuterAlt(localctx, 10); { - this.state = 333; + this.state = 331; this.resetStatememt(); } break; case 11: this.enterOuterAlt(localctx, 11); { - this.state = 334; + this.state = 332; this.jarStatememt(); } break; case 12: this.enterOuterAlt(localctx, 12); { - this.state = 335; + this.state = 333; this.dtAddStatement(); } break; @@ -1255,7 +1252,7 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 338; + this.state = 336; this.match(FlinkSqlParser.SEMICOLON); } } @@ -1278,104 +1275,104 @@ export default class FlinkSqlParser extends Parser { let localctx: DdlStatementContext = new DdlStatementContext(this, this._ctx, this.state); this.enterRule(localctx, 10, FlinkSqlParser.RULE_ddlStatement); try { - this.state = 354; + this.state = 352; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 4, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 340; + this.state = 338; this.createTable(); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 341; + this.state = 339; this.createDatabase(); } break; case 3: this.enterOuterAlt(localctx, 3); { - this.state = 342; + this.state = 340; this.createView(); } break; case 4: this.enterOuterAlt(localctx, 4); { - this.state = 343; + this.state = 341; this.createFunction(); } break; case 5: this.enterOuterAlt(localctx, 5); { - this.state = 344; + this.state = 342; this.createCatalog(); } break; case 6: this.enterOuterAlt(localctx, 6); { - this.state = 345; + this.state = 343; this.alterTable(); } break; case 7: this.enterOuterAlt(localctx, 7); { - this.state = 346; + this.state = 344; this.alertView(); } break; case 8: this.enterOuterAlt(localctx, 8); { - this.state = 347; + this.state = 345; this.alterDatabase(); } break; case 9: this.enterOuterAlt(localctx, 9); { - this.state = 348; + this.state = 346; this.alterFunction(); } break; case 10: this.enterOuterAlt(localctx, 10); { - this.state = 349; + this.state = 347; this.dropCatalog(); } break; case 11: this.enterOuterAlt(localctx, 11); { - this.state = 350; + this.state = 348; this.dropTable(); } break; case 12: this.enterOuterAlt(localctx, 12); { - this.state = 351; + this.state = 349; this.dropDatabase(); } break; case 13: this.enterOuterAlt(localctx, 13); { - this.state = 352; + this.state = 350; this.dropView(); } break; case 14: this.enterOuterAlt(localctx, 14); { - this.state = 353; + this.state = 351; this.dropFunction(); } break; @@ -1400,7 +1397,7 @@ export default class FlinkSqlParser extends Parser { let localctx: DmlStatementContext = new DmlStatementContext(this, this._ctx, this.state); this.enterRule(localctx, 12, FlinkSqlParser.RULE_dmlStatement); try { - this.state = 358; + this.state = 356; this._errHandler.sync(this); switch (this._input.LA(1)) { case 4: @@ -1409,16 +1406,15 @@ export default class FlinkSqlParser extends Parser { case 303: this.enterOuterAlt(localctx, 1); { - this.state = 356; + this.state = 354; this.queryStatement(0); } break; - case 43: case 78: case 80: this.enterOuterAlt(localctx, 2); { - this.state = 357; + this.state = 355; this.insertStatement(); } break; @@ -1448,7 +1444,7 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 360; + this.state = 358; _la = this._input.LA(1); if(!(_la===36 || _la===84)) { this._errHandler.recoverInline(this); @@ -1457,7 +1453,7 @@ export default class FlinkSqlParser extends Parser { this._errHandler.reportMatch(this); this.consume(); } - this.state = 361; + this.state = 359; this.uid(); } } @@ -1482,29 +1478,28 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 363; + this.state = 361; this.match(FlinkSqlParser.EXPLAIN); - this.state = 367; + this.state = 365; this._errHandler.sync(this); switch (this._input.LA(1)) { case 87: case 88: case 89: { - this.state = 364; + this.state = 362; this.explainDetails(); } break; case 86: { - this.state = 365; + this.state = 363; this.match(FlinkSqlParser.PLAN); - this.state = 366; + this.state = 364; this.match(FlinkSqlParser.FOR); } break; case 4: - case 43: case 70: case 72: case 78: @@ -1515,24 +1510,24 @@ export default class FlinkSqlParser extends Parser { default: break; } - this.state = 372; + this.state = 370; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 7, this._ctx) ) { case 1: { - this.state = 369; + this.state = 367; this.dmlStatement(); } break; case 2: { - this.state = 370; + this.state = 368; this.insertSimpleStatement(); } break; case 3: { - this.state = 371; + this.state = 369; this.insertMulStatement(); } break; @@ -1561,21 +1556,21 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 374; + this.state = 372; this.explainDetail(); - this.state = 379; + this.state = 377; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===305) { { { - this.state = 375; + this.state = 373; this.match(FlinkSqlParser.COMMA); - this.state = 376; + this.state = 374; this.explainDetail(); } } - this.state = 381; + this.state = 379; this._errHandler.sync(this); _la = this._input.LA(1); } @@ -1603,7 +1598,7 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 382; + this.state = 380; _la = this._input.LA(1); if(!(((((_la - 87)) & ~0x1F) === 0 && ((1 << (_la - 87)) & 7) !== 0))) { this._errHandler.recoverInline(this); @@ -1634,32 +1629,32 @@ export default class FlinkSqlParser extends Parser { this.enterRule(localctx, 22, FlinkSqlParser.RULE_useStatement); let _la: number; try { - this.state = 390; + this.state = 388; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 10, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 384; + this.state = 382; this.match(FlinkSqlParser.USE); - this.state = 386; + this.state = 384; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===239) { { - this.state = 385; + this.state = 383; this.match(FlinkSqlParser.CATALOG); } } - this.state = 388; + this.state = 386; this.uid(); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 389; + this.state = 387; this.useModuleStatement(); } break; @@ -1687,25 +1682,25 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 392; + this.state = 390; this.match(FlinkSqlParser.USE); - this.state = 393; + this.state = 391; this.match(FlinkSqlParser.MODULES); - this.state = 394; + this.state = 392; this.uid(); - this.state = 399; + this.state = 397; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===305) { { { - this.state = 395; + this.state = 393; this.match(FlinkSqlParser.COMMA); - this.state = 396; + this.state = 394; this.uid(); } } - this.state = 401; + this.state = 399; this._errHandler.sync(this); _la = this._input.LA(1); } @@ -1731,15 +1726,15 @@ export default class FlinkSqlParser extends Parser { this.enterRule(localctx, 26, FlinkSqlParser.RULE_showStatememt); let _la: number; try { - this.state = 437; + this.state = 435; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 17, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 402; + this.state = 400; this.match(FlinkSqlParser.SHOW); - this.state = 403; + this.state = 401; _la = this._input.LA(1); if(!(_la===193 || ((((_la - 253)) & ~0x1F) === 0 && ((1 << (_la - 253)) & 7) !== 0))) { this._errHandler.recoverInline(this); @@ -1753,11 +1748,11 @@ export default class FlinkSqlParser extends Parser { case 2: this.enterOuterAlt(localctx, 2); { - this.state = 404; + this.state = 402; this.match(FlinkSqlParser.SHOW); - this.state = 405; + this.state = 403; this.match(FlinkSqlParser.CURRENT); - this.state = 406; + this.state = 404; _la = this._input.LA(1); if(!(_la===192 || _la===239)) { this._errHandler.recoverInline(this); @@ -1771,16 +1766,16 @@ export default class FlinkSqlParser extends Parser { case 3: this.enterOuterAlt(localctx, 3); { - this.state = 407; + this.state = 405; this.match(FlinkSqlParser.SHOW); - this.state = 408; + this.state = 406; this.match(FlinkSqlParser.TABLES); - this.state = 411; + this.state = 409; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===5 || _la===24) { { - this.state = 409; + this.state = 407; _la = this._input.LA(1); if(!(_la===5 || _la===24)) { this._errHandler.recoverInline(this); @@ -1789,17 +1784,17 @@ export default class FlinkSqlParser extends Parser { this._errHandler.reportMatch(this); this.consume(); } - this.state = 410; + this.state = 408; this.uid(); } } - this.state = 414; + this.state = 412; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===25 || _la===29) { { - this.state = 413; + this.state = 411; this.likePredicate(); } } @@ -1809,11 +1804,11 @@ export default class FlinkSqlParser extends Parser { case 4: this.enterOuterAlt(localctx, 4); { - this.state = 416; + this.state = 414; this.match(FlinkSqlParser.SHOW); - this.state = 417; + this.state = 415; this.match(FlinkSqlParser.COLUMNS); - this.state = 418; + this.state = 416; _la = this._input.LA(1); if(!(_la===5 || _la===24)) { this._errHandler.recoverInline(this); @@ -1822,14 +1817,14 @@ export default class FlinkSqlParser extends Parser { this._errHandler.reportMatch(this); this.consume(); } - this.state = 419; + this.state = 417; this.uid(); - this.state = 421; + this.state = 419; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===25 || _la===29) { { - this.state = 420; + this.state = 418; this.likePredicate(); } } @@ -1839,11 +1834,11 @@ export default class FlinkSqlParser extends Parser { case 5: this.enterOuterAlt(localctx, 5); { - this.state = 423; + this.state = 421; this.match(FlinkSqlParser.SHOW); - this.state = 424; + this.state = 422; this.match(FlinkSqlParser.CREATE); - this.state = 425; + this.state = 423; _la = this._input.LA(1); if(!(_la===74 || _la===76)) { this._errHandler.recoverInline(this); @@ -1852,45 +1847,45 @@ export default class FlinkSqlParser extends Parser { this._errHandler.reportMatch(this); this.consume(); } - this.state = 426; + this.state = 424; this.uid(); } break; case 6: this.enterOuterAlt(localctx, 6); { - this.state = 427; + this.state = 425; this.match(FlinkSqlParser.SHOW); - this.state = 429; + this.state = 427; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===53) { { - this.state = 428; + this.state = 426; this.match(FlinkSqlParser.USER); } } - this.state = 431; + this.state = 429; this.match(FlinkSqlParser.FUNCTIONS); } break; case 7: this.enterOuterAlt(localctx, 7); { - this.state = 432; + this.state = 430; this.match(FlinkSqlParser.SHOW); - this.state = 434; + this.state = 432; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===52) { { - this.state = 433; + this.state = 431; this.match(FlinkSqlParser.FULL); } } - this.state = 436; + this.state = 434; this.match(FlinkSqlParser.MODULES); } break; @@ -1917,20 +1912,20 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 439; + this.state = 437; this.match(FlinkSqlParser.LOAD); - this.state = 440; + this.state = 438; this.match(FlinkSqlParser.MODULE); - this.state = 441; + this.state = 439; this.uid(); - this.state = 444; + this.state = 442; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 18, this._ctx) ) { case 1: { - this.state = 442; + this.state = 440; this.match(FlinkSqlParser.WITH); - this.state = 443; + this.state = 441; this.tablePropertyList(); } break; @@ -1958,11 +1953,11 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 446; + this.state = 444; this.match(FlinkSqlParser.UNLOAD); - this.state = 447; + this.state = 445; this.match(FlinkSqlParser.MODULE); - this.state = 448; + this.state = 446; this.uid(); } } @@ -1987,14 +1982,14 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 450; + this.state = 448; this.match(FlinkSqlParser.SET); - this.state = 452; + this.state = 450; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 19, this._ctx) ) { case 1: { - this.state = 451; + this.state = 449; this.tableProperty(); } break; @@ -2022,14 +2017,14 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 454; + this.state = 452; this.match(FlinkSqlParser.RESET); - this.state = 456; + this.state = 454; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 20, this._ctx) ) { case 1: { - this.state = 455; + this.state = 453; this.tablePropertyKey(); } break; @@ -2058,7 +2053,7 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 458; + this.state = 456; _la = this._input.LA(1); if(!(_la===6 || _la===82)) { this._errHandler.recoverInline(this); @@ -2067,9 +2062,9 @@ export default class FlinkSqlParser extends Parser { this._errHandler.reportMatch(this); this.consume(); } - this.state = 459; + this.state = 457; this.match(FlinkSqlParser.JAR); - this.state = 460; + this.state = 458; this.jarFileName(); } } @@ -2093,28 +2088,28 @@ export default class FlinkSqlParser extends Parser { this.enterRule(localctx, 38, FlinkSqlParser.RULE_dtAddStatement); let _la: number; try { - this.state = 501; + this.state = 499; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 24, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 462; + this.state = 460; this.match(FlinkSqlParser.ADD); - this.state = 463; + this.state = 461; this.match(FlinkSqlParser.JAR); - this.state = 464; + this.state = 462; this.match(FlinkSqlParser.WITH); - this.state = 465; + this.state = 463; this.match(FlinkSqlParser.FILE_PATH); - this.state = 468; + this.state = 466; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===7) { { - this.state = 466; + this.state = 464; this.match(FlinkSqlParser.AS); - this.state = 467; + this.state = 465; this.uid(); } } @@ -2124,34 +2119,34 @@ export default class FlinkSqlParser extends Parser { case 2: this.enterOuterAlt(localctx, 2); { - this.state = 470; + this.state = 468; this.match(FlinkSqlParser.ADD); - this.state = 471; + this.state = 469; this.match(FlinkSqlParser.FILE); - this.state = 472; + this.state = 470; this.match(FlinkSqlParser.WITH); - this.state = 473; + this.state = 471; this.match(FlinkSqlParser.FILE_PATH); - this.state = 476; + this.state = 474; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===7) { { - this.state = 474; + this.state = 472; this.match(FlinkSqlParser.AS); - this.state = 475; + this.state = 473; this.uid(); } } - this.state = 480; + this.state = 478; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===113) { { - this.state = 478; + this.state = 476; this.match(FlinkSqlParser.RENAME); - this.state = 479; + this.state = 477; this.uid(); } } @@ -2161,9 +2156,9 @@ export default class FlinkSqlParser extends Parser { case 3: this.enterOuterAlt(localctx, 3); { - this.state = 482; + this.state = 480; this.match(FlinkSqlParser.ADD); - this.state = 483; + this.state = 481; _la = this._input.LA(1); if(!(((((_la - 246)) & ~0x1F) === 0 && ((1 << (_la - 246)) & 31) !== 0))) { this._errHandler.recoverInline(this); @@ -2172,47 +2167,47 @@ export default class FlinkSqlParser extends Parser { this._errHandler.reportMatch(this); this.consume(); } - this.state = 484; + this.state = 482; this.match(FlinkSqlParser.WITH); - this.state = 485; + this.state = 483; this.match(FlinkSqlParser.FILE_PATH); - this.state = 486; + this.state = 484; this.match(FlinkSqlParser.RENAME); - this.state = 487; + this.state = 485; this.uid(); } break; case 4: this.enterOuterAlt(localctx, 4); { - this.state = 488; + this.state = 486; this.match(FlinkSqlParser.ADD); - this.state = 489; + this.state = 487; this.match(FlinkSqlParser.PYTHON_PARAMETER); - this.state = 490; + this.state = 488; this.match(FlinkSqlParser.FILE_PATH); } break; case 5: this.enterOuterAlt(localctx, 5); { - this.state = 491; + this.state = 489; this.match(FlinkSqlParser.ADD); - this.state = 492; + this.state = 490; this.match(FlinkSqlParser.ENGINE); - this.state = 493; + this.state = 491; this.match(FlinkSqlParser.FILE); - this.state = 494; + this.state = 492; this.match(FlinkSqlParser.WITH); - this.state = 495; + this.state = 493; this.match(FlinkSqlParser.FILE_PATH); - this.state = 496; + this.state = 494; this.match(FlinkSqlParser.RENAME); - this.state = 497; + this.state = 495; this.uid(); - this.state = 498; + this.state = 496; this.match(FlinkSqlParser.KEY); - this.state = 499; + this.state = 497; this.uid(); } break; @@ -2239,18 +2234,18 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 505; + this.state = 503; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 25, this._ctx) ) { case 1: { - this.state = 503; + this.state = 501; this.simpleCreateTable(); } break; case 2: { - this.state = 504; + this.state = 502; this.createTableAsSelect(); } break; @@ -2280,120 +2275,120 @@ export default class FlinkSqlParser extends Parser { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 507; + this.state = 505; this.match(FlinkSqlParser.CREATE); - this.state = 509; + this.state = 507; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===166) { { - this.state = 508; + this.state = 506; this.match(FlinkSqlParser.TEMPORARY); } } - this.state = 511; + this.state = 509; this.match(FlinkSqlParser.TABLE); - this.state = 513; + this.state = 511; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===128) { { - this.state = 512; + this.state = 510; this.ifNotExists(); } } - this.state = 515; + this.state = 513; this.sourceTable(); - this.state = 516; + this.state = 514; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 517; + this.state = 515; this.columnOptionDefinition(); - this.state = 522; + this.state = 520; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 28, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { - this.state = 518; + this.state = 516; this.match(FlinkSqlParser.COMMA); - this.state = 519; + this.state = 517; this.columnOptionDefinition(); } } } - this.state = 524; + this.state = 522; this._errHandler.sync(this); _alt = this._interp.adaptivePredict(this._input, 28, this._ctx); } - this.state = 527; + this.state = 525; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 29, this._ctx) ) { case 1: { - this.state = 525; + this.state = 523; this.match(FlinkSqlParser.COMMA); - this.state = 526; + this.state = 524; this.watermarkDefinition(); } break; } - this.state = 531; + this.state = 529; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 30, this._ctx) ) { case 1: { - this.state = 529; + this.state = 527; this.match(FlinkSqlParser.COMMA); - this.state = 530; + this.state = 528; this.tableConstraint(); } break; } - this.state = 535; + this.state = 533; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===305) { { - this.state = 533; + this.state = 531; this.match(FlinkSqlParser.COMMA); - this.state = 534; + this.state = 532; this.selfDefinitionClause(); } } - this.state = 537; + this.state = 535; this.match(FlinkSqlParser.RR_BRACKET); - this.state = 539; + this.state = 537; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===115) { { - this.state = 538; + this.state = 536; this.commentSpec(); } } - this.state = 542; + this.state = 540; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===200) { { - this.state = 541; + this.state = 539; this.partitionDefinition(); } } - this.state = 544; + this.state = 542; this.withOption(); - this.state = 546; + this.state = 544; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===29) { { - this.state = 545; + this.state = 543; this.likeDefinition(); } } @@ -2422,32 +2417,32 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 548; + this.state = 546; this.match(FlinkSqlParser.CREATE); - this.state = 549; + this.state = 547; this.match(FlinkSqlParser.TABLE); - this.state = 551; + this.state = 549; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===128) { { - this.state = 550; + this.state = 548; this.ifNotExists(); } } - this.state = 553; + this.state = 551; this.sourceTable(); - this.state = 554; + this.state = 552; this.withOption(); - this.state = 557; + this.state = 555; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===7) { { - this.state = 555; + this.state = 553; this.match(FlinkSqlParser.AS); - this.state = 556; + this.state = 554; this.queryStatement(0); } } @@ -2473,27 +2468,27 @@ export default class FlinkSqlParser extends Parser { let localctx: ColumnOptionDefinitionContext = new ColumnOptionDefinitionContext(this, this._ctx, this.state); this.enterRule(localctx, 46, FlinkSqlParser.RULE_columnOptionDefinition); try { - this.state = 562; + this.state = 560; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 37, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 559; + this.state = 557; this.physicalColumnDefinition(); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 560; + this.state = 558; this.metadataColumnDefinition(); } break; case 3: this.enterOuterAlt(localctx, 3); { - this.state = 561; + this.state = 559; this.computedColumnDefinition(); } break; @@ -2521,26 +2516,26 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 564; + this.state = 562; this.columnName(); - this.state = 565; + this.state = 563; this.columnType(); - this.state = 567; + this.state = 565; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===185 || _la===256) { { - this.state = 566; + this.state = 564; this.columnConstraint(); } } - this.state = 570; + this.state = 568; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===115) { { - this.state = 569; + this.state = 567; this.commentSpec(); } } @@ -2566,20 +2561,20 @@ export default class FlinkSqlParser extends Parser { let localctx: ColumnNameContext = new ColumnNameContext(this, this._ctx, this.state); this.enterRule(localctx, 50, FlinkSqlParser.RULE_columnName); try { - this.state = 574; + this.state = 572; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 40, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 572; + this.state = 570; this.plusUid(); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 573; + this.state = 571; this.expression(); } break; @@ -2607,27 +2602,27 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 576; + this.state = 574; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 577; + this.state = 575; this.columnName(); - this.state = 582; + this.state = 580; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===305) { { { - this.state = 578; + this.state = 576; this.match(FlinkSqlParser.COMMA); - this.state = 579; + this.state = 577; this.columnName(); } } - this.state = 584; + this.state = 582; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 585; + this.state = 583; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -2651,7 +2646,7 @@ export default class FlinkSqlParser extends Parser { this.enterRule(localctx, 54, FlinkSqlParser.RULE_columnType); let _la: number; try { - this.state = 624; + this.state = 622; this._errHandler.sync(this); switch (this._input.LA(1)) { case 282: @@ -2659,7 +2654,7 @@ export default class FlinkSqlParser extends Parser { case 290: this.enterOuterAlt(localctx, 1); { - this.state = 587; + this.state = 585; localctx._typeName = this._input.LT(1); _la = this._input.LA(1); if(!(((((_la - 282)) & ~0x1F) === 0 && ((1 << (_la - 282)) & 289) !== 0))) { @@ -2687,7 +2682,7 @@ export default class FlinkSqlParser extends Parser { case 291: this.enterOuterAlt(localctx, 2); { - this.state = 588; + this.state = 586; localctx._typeName = this._input.LT(1); _la = this._input.LA(1); if(!(((((_la - 264)) & ~0x1F) === 0 && ((1 << (_la - 264)) & 136902905) !== 0))) { @@ -2697,12 +2692,12 @@ export default class FlinkSqlParser extends Parser { this._errHandler.reportMatch(this); this.consume(); } - this.state = 590; + this.state = 588; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===303) { { - this.state = 589; + this.state = 587; this.lengthOneDimension(); } } @@ -2712,24 +2707,24 @@ export default class FlinkSqlParser extends Parser { case 284: this.enterOuterAlt(localctx, 3); { - this.state = 592; + this.state = 590; localctx._typeName = this.match(FlinkSqlParser.TIMESTAMP); - this.state = 594; + this.state = 592; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===303) { { - this.state = 593; + this.state = 591; this.lengthOneDimension(); } } - this.state = 602; + this.state = 600; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===70 || _la===71) { { - this.state = 596; + this.state = 594; _la = this._input.LA(1); if(!(_la===70 || _la===71)) { this._errHandler.recoverInline(this); @@ -2738,19 +2733,19 @@ export default class FlinkSqlParser extends Parser { this._errHandler.reportMatch(this); this.consume(); } - this.state = 598; + this.state = 596; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===224) { { - this.state = 597; + this.state = 595; this.match(FlinkSqlParser.LOCAL); } } - this.state = 600; + this.state = 598; this.match(FlinkSqlParser.TIME); - this.state = 601; + this.state = 599; this.match(FlinkSqlParser.ZONE); } } @@ -2764,7 +2759,7 @@ export default class FlinkSqlParser extends Parser { case 281: this.enterOuterAlt(localctx, 4); { - this.state = 604; + this.state = 602; localctx._typeName = this._input.LT(1); _la = this._input.LA(1); if(!(((((_la - 272)) & ~0x1F) === 0 && ((1 << (_la - 272)) & 775) !== 0))) { @@ -2774,12 +2769,12 @@ export default class FlinkSqlParser extends Parser { this._errHandler.reportMatch(this); this.consume(); } - this.state = 606; + this.state = 604; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===303) { { - this.state = 605; + this.state = 603; this.lengthTwoOptionalDimension(); } } @@ -2790,7 +2785,7 @@ export default class FlinkSqlParser extends Parser { case 286: this.enterOuterAlt(localctx, 5); { - this.state = 608; + this.state = 606; localctx._type_ = this._input.LT(1); _la = this._input.LA(1); if(!(_la===265 || _la===286)) { @@ -2800,12 +2795,12 @@ export default class FlinkSqlParser extends Parser { this._errHandler.reportMatch(this); this.consume(); } - this.state = 610; + this.state = 608; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===294) { { - this.state = 609; + this.state = 607; this.lengthOneTypeDimension(); } } @@ -2815,14 +2810,14 @@ export default class FlinkSqlParser extends Parser { case 266: this.enterOuterAlt(localctx, 6); { - this.state = 612; + this.state = 610; localctx._type_ = this.match(FlinkSqlParser.MAP); - this.state = 614; + this.state = 612; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===294) { { - this.state = 613; + this.state = 611; this.mapTypeDimension(); } } @@ -2832,14 +2827,14 @@ export default class FlinkSqlParser extends Parser { case 289: this.enterOuterAlt(localctx, 7); { - this.state = 616; + this.state = 614; localctx._type_ = this.match(FlinkSqlParser.ROW); - this.state = 618; + this.state = 616; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===294) { { - this.state = 617; + this.state = 615; this.rowTypeDimension(); } } @@ -2849,14 +2844,14 @@ export default class FlinkSqlParser extends Parser { case 288: this.enterOuterAlt(localctx, 8); { - this.state = 620; + this.state = 618; localctx._type_ = this.match(FlinkSqlParser.RAW); - this.state = 622; + this.state = 620; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===303) { { - this.state = 621; + this.state = 619; this.lengthTwoStringDimension(); } } @@ -2888,11 +2883,11 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 626; + this.state = 624; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 627; + this.state = 625; this.decimalLiteral(); - this.state = 628; + this.state = 626; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -2918,23 +2913,23 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 630; + this.state = 628; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 631; + this.state = 629; this.decimalLiteral(); - this.state = 634; + this.state = 632; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===305) { { - this.state = 632; + this.state = 630; this.match(FlinkSqlParser.COMMA); - this.state = 633; + this.state = 631; this.decimalLiteral(); } } - this.state = 636; + this.state = 634; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -2960,23 +2955,23 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 638; + this.state = 636; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 639; + this.state = 637; this.stringLiteral(); - this.state = 642; + this.state = 640; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===305) { { - this.state = 640; + this.state = 638; this.match(FlinkSqlParser.COMMA); - this.state = 641; + this.state = 639; this.stringLiteral(); } } - this.state = 644; + this.state = 642; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -3001,11 +2996,11 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 646; + this.state = 644; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 647; + this.state = 645; this.columnType(); - this.state = 648; + this.state = 646; this.match(FlinkSqlParser.GREATER_SYMBOL); } } @@ -3030,17 +3025,17 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 650; + this.state = 648; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 651; + this.state = 649; this.columnType(); { - this.state = 652; + this.state = 650; this.match(FlinkSqlParser.COMMA); - this.state = 653; + this.state = 651; this.columnType(); } - this.state = 655; + this.state = 653; this.match(FlinkSqlParser.GREATER_SYMBOL); } } @@ -3066,31 +3061,31 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 657; + this.state = 655; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 658; + this.state = 656; this.columnName(); - this.state = 659; + this.state = 657; this.columnType(); - this.state = 666; + this.state = 664; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===305) { { { - this.state = 660; + this.state = 658; this.match(FlinkSqlParser.COMMA); - this.state = 661; + this.state = 659; this.columnName(); - this.state = 662; + this.state = 660; this.columnType(); } } - this.state = 668; + this.state = 666; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 669; + this.state = 667; this.match(FlinkSqlParser.GREATER_SYMBOL); } } @@ -3116,25 +3111,25 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 673; + this.state = 671; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===185) { { - this.state = 671; + this.state = 669; this.match(FlinkSqlParser.CONSTRAINT); - this.state = 672; + this.state = 670; this.constraintName(); } } - this.state = 675; + this.state = 673; this.match(FlinkSqlParser.PRIMARY); - this.state = 676; + this.state = 674; this.match(FlinkSqlParser.KEY); - this.state = 677; + this.state = 675; this.match(FlinkSqlParser.NOT); - this.state = 678; + this.state = 676; this.match(FlinkSqlParser.ENFORCED); } } @@ -3159,9 +3154,9 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 680; + this.state = 678; this.match(FlinkSqlParser.COMMENT); - this.state = 681; + this.state = 679; this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -3187,30 +3182,30 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 683; + this.state = 681; this.columnName(); - this.state = 684; + this.state = 682; this.columnType(); - this.state = 685; + this.state = 683; this.match(FlinkSqlParser.METADATA); - this.state = 688; + this.state = 686; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===5) { { - this.state = 686; + this.state = 684; this.match(FlinkSqlParser.FROM); - this.state = 687; + this.state = 685; this.metadataKey(); } } - this.state = 691; + this.state = 689; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===262) { { - this.state = 690; + this.state = 688; this.match(FlinkSqlParser.VIRTUAL); } } @@ -3238,7 +3233,7 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 693; + this.state = 691; this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -3264,18 +3259,18 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 695; + this.state = 693; this.columnName(); - this.state = 696; + this.state = 694; this.match(FlinkSqlParser.AS); - this.state = 697; + this.state = 695; this.computedColumnExpression(); - this.state = 699; + this.state = 697; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===115) { { - this.state = 698; + this.state = 696; this.commentSpec(); } } @@ -3303,7 +3298,7 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 701; + this.state = 699; this.expression(); } } @@ -3328,15 +3323,15 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 703; + this.state = 701; this.match(FlinkSqlParser.WATERMARK); - this.state = 704; + this.state = 702; this.match(FlinkSqlParser.FOR); - this.state = 705; + this.state = 703; this.expression(); - this.state = 706; + this.state = 704; this.match(FlinkSqlParser.AS); - this.state = 707; + this.state = 705; this.expression(); } } @@ -3362,27 +3357,27 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 711; + this.state = 709; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===185) { { - this.state = 709; + this.state = 707; this.match(FlinkSqlParser.CONSTRAINT); - this.state = 710; + this.state = 708; this.constraintName(); } } - this.state = 713; + this.state = 711; this.match(FlinkSqlParser.PRIMARY); - this.state = 714; + this.state = 712; this.match(FlinkSqlParser.KEY); - this.state = 715; + this.state = 713; this.columnNameList(); - this.state = 716; + this.state = 714; this.match(FlinkSqlParser.NOT); - this.state = 717; + this.state = 715; this.match(FlinkSqlParser.ENFORCED); } } @@ -3407,7 +3402,7 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 719; + this.state = 717; this.identifier(); } } @@ -3432,11 +3427,11 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 721; + this.state = 719; this.match(FlinkSqlParser.PERIOD); - this.state = 722; + this.state = 720; this.match(FlinkSqlParser.FOR); - this.state = 723; + this.state = 721; this.match(FlinkSqlParser.SYSTEM_TIME); } } @@ -3461,11 +3456,11 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 725; + this.state = 723; this.match(FlinkSqlParser.PARTITIONED); - this.state = 726; + this.state = 724; this.match(FlinkSqlParser.BY); - this.state = 727; + this.state = 725; this.transformList(); } } @@ -3491,27 +3486,27 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 729; + this.state = 727; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 730; + this.state = 728; this.transform(); - this.state = 735; + this.state = 733; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===305) { { { - this.state = 731; + this.state = 729; this.match(FlinkSqlParser.COMMA); - this.state = 732; + this.state = 730; this.transform(); } } - this.state = 737; + this.state = 735; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 738; + this.state = 736; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -3535,14 +3530,14 @@ export default class FlinkSqlParser extends Parser { this.enterRule(localctx, 92, FlinkSqlParser.RULE_transform); let _la: number; try { - this.state = 753; + this.state = 751; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 62, this._ctx) ) { case 1: localctx = new IdentityTransformContext(this, localctx); this.enterOuterAlt(localctx, 1); { - this.state = 740; + this.state = 738; this.qualifiedName(); } break; @@ -3550,29 +3545,29 @@ export default class FlinkSqlParser extends Parser { localctx = new ApplyTransformContext(this, localctx); this.enterOuterAlt(localctx, 2); { - this.state = 741; + this.state = 739; (localctx as ApplyTransformContext)._transformName = this.identifier(); - this.state = 742; + this.state = 740; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 743; + this.state = 741; this.transformArgument(); - this.state = 748; + this.state = 746; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===305) { { { - this.state = 744; + this.state = 742; this.match(FlinkSqlParser.COMMA); - this.state = 745; + this.state = 743; this.transformArgument(); } } - this.state = 750; + this.state = 748; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 751; + this.state = 749; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -3597,20 +3592,20 @@ export default class FlinkSqlParser extends Parser { let localctx: TransformArgumentContext = new TransformArgumentContext(this, this._ctx, this.state); this.enterRule(localctx, 94, FlinkSqlParser.RULE_transformArgument); try { - this.state = 757; + this.state = 755; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 63, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 755; + this.state = 753; this.qualifiedName(); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 756; + this.state = 754; this.constant(); } break; @@ -3638,32 +3633,32 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 759; + this.state = 757; this.match(FlinkSqlParser.LIKE); - this.state = 760; + this.state = 758; this.sourceTable(); - this.state = 769; + this.state = 767; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 65, this._ctx) ) { case 1: { - this.state = 761; + this.state = 759; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 765; + this.state = 763; this._errHandler.sync(this); _la = this._input.LA(1); while (((((_la - 233)) & ~0x1F) === 0 && ((1 << (_la - 233)) & 7) !== 0)) { { { - this.state = 762; + this.state = 760; this.likeOption(); } } - this.state = 767; + this.state = 765; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 768; + this.state = 766; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -3691,7 +3686,7 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 771; + this.state = 769; this.uid(); } } @@ -3715,14 +3710,14 @@ export default class FlinkSqlParser extends Parser { this.enterRule(localctx, 100, FlinkSqlParser.RULE_likeOption); let _la: number; try { - this.state = 777; + this.state = 775; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 66, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { { - this.state = 773; + this.state = 771; _la = this._input.LA(1); if(!(_la===233 || _la===234)) { this._errHandler.recoverInline(this); @@ -3731,7 +3726,7 @@ export default class FlinkSqlParser extends Parser { this._errHandler.reportMatch(this); this.consume(); } - this.state = 774; + this.state = 772; _la = this._input.LA(1); if(!(_la===8 || _la===102 || _la===236)) { this._errHandler.recoverInline(this); @@ -3747,7 +3742,7 @@ export default class FlinkSqlParser extends Parser { this.enterOuterAlt(localctx, 2); { { - this.state = 775; + this.state = 773; _la = this._input.LA(1); if(!(((((_la - 233)) & ~0x1F) === 0 && ((1 << (_la - 233)) & 7) !== 0))) { this._errHandler.recoverInline(this); @@ -3756,7 +3751,7 @@ export default class FlinkSqlParser extends Parser { this._errHandler.reportMatch(this); this.consume(); } - this.state = 776; + this.state = 774; _la = this._input.LA(1); if(!(_la===167 || _la===237 || _la===238)) { this._errHandler.recoverInline(this); @@ -3791,13 +3786,13 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 779; + this.state = 777; this.match(FlinkSqlParser.CREATE); - this.state = 780; + this.state = 778; this.match(FlinkSqlParser.CATALOG); - this.state = 781; + this.state = 779; this.uid(); - this.state = 782; + this.state = 780; this.withOption(); } } @@ -3823,33 +3818,33 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 784; + this.state = 782; this.match(FlinkSqlParser.CREATE); - this.state = 785; + this.state = 783; this.match(FlinkSqlParser.DATABASE); - this.state = 787; + this.state = 785; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===128) { { - this.state = 786; + this.state = 784; this.ifNotExists(); } } - this.state = 789; + this.state = 787; this.uid(); - this.state = 791; + this.state = 789; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===115) { { - this.state = 790; + this.state = 788; this.commentSpec(); } } - this.state = 793; + this.state = 791; this.withOption(); } } @@ -3875,55 +3870,55 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 795; + this.state = 793; this.match(FlinkSqlParser.CREATE); - this.state = 797; + this.state = 795; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===166) { { - this.state = 796; + this.state = 794; this.match(FlinkSqlParser.TEMPORARY); } } - this.state = 799; + this.state = 797; this.match(FlinkSqlParser.VIEW); - this.state = 801; + this.state = 799; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===128) { { - this.state = 800; + this.state = 798; this.ifNotExists(); } } - this.state = 803; + this.state = 801; this.uid(); - this.state = 805; + this.state = 803; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===303) { { - this.state = 804; + this.state = 802; this.columnNameList(); } } - this.state = 808; + this.state = 806; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===115) { { - this.state = 807; + this.state = 805; this.commentSpec(); } } - this.state = 810; + this.state = 808; this.match(FlinkSqlParser.AS); - this.state = 811; + this.state = 809; this.queryStatement(0); } } @@ -3949,52 +3944,52 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 813; + this.state = 811; this.match(FlinkSqlParser.CREATE); - this.state = 817; + this.state = 815; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 73, this._ctx) ) { case 1: { - this.state = 814; + this.state = 812; this.match(FlinkSqlParser.TEMPORARY); } break; case 2: { - this.state = 815; + this.state = 813; this.match(FlinkSqlParser.TEMPORARY); - this.state = 816; + this.state = 814; this.match(FlinkSqlParser.SYSTEM); } break; } - this.state = 819; + this.state = 817; this.match(FlinkSqlParser.FUNCTION); - this.state = 821; + this.state = 819; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===128) { { - this.state = 820; + this.state = 818; this.ifNotExists(); } } - this.state = 823; + this.state = 821; this.uid(); - this.state = 824; + this.state = 822; this.match(FlinkSqlParser.AS); - this.state = 825; + this.state = 823; this.identifier(); - this.state = 828; + this.state = 826; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===240) { { - this.state = 826; + this.state = 824; this.match(FlinkSqlParser.LANGUAGE); - this.state = 827; + this.state = 825; _la = this._input.LA(1); if(!(((((_la - 241)) & ~0x1F) === 0 && ((1 << (_la - 241)) & 7) !== 0))) { this._errHandler.recoverInline(this); @@ -4006,12 +4001,12 @@ export default class FlinkSqlParser extends Parser { } } - this.state = 831; + this.state = 829; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===143) { { - this.state = 830; + this.state = 828; this.usingClause(); } } @@ -4040,27 +4035,27 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 833; + this.state = 831; this.match(FlinkSqlParser.USING); - this.state = 834; + this.state = 832; this.match(FlinkSqlParser.JAR); - this.state = 835; + this.state = 833; this.jarFileName(); - this.state = 841; + this.state = 839; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===305) { { { - this.state = 836; + this.state = 834; this.match(FlinkSqlParser.COMMA); - this.state = 837; + this.state = 835; this.match(FlinkSqlParser.JAR); - this.state = 838; + this.state = 836; this.jarFileName(); } } - this.state = 843; + this.state = 841; this._errHandler.sync(this); _la = this._input.LA(1); } @@ -4087,7 +4082,7 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 844; + this.state = 842; this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -4112,24 +4107,24 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 846; + this.state = 844; this.match(FlinkSqlParser.ALTER); - this.state = 847; + this.state = 845; this.match(FlinkSqlParser.TABLE); - this.state = 848; + this.state = 846; this.uid(); - this.state = 851; + this.state = 849; this._errHandler.sync(this); switch (this._input.LA(1)) { case 113: { - this.state = 849; + this.state = 847; this.renameDefinition(); } break; case 116: { - this.state = 850; + this.state = 848; this.setKeyValueDefinition(); } break; @@ -4159,11 +4154,11 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 853; + this.state = 851; this.match(FlinkSqlParser.RENAME); - this.state = 854; + this.state = 852; this.match(FlinkSqlParser.TO); - this.state = 855; + this.state = 853; this.uid(); } } @@ -4188,9 +4183,9 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 857; + this.state = 855; this.match(FlinkSqlParser.SET); - this.state = 858; + this.state = 856; this.tablePropertyList(); } } @@ -4215,26 +4210,26 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 860; + this.state = 858; this.match(FlinkSqlParser.ALTER); - this.state = 861; + this.state = 859; this.match(FlinkSqlParser.VIEW); - this.state = 862; + this.state = 860; this.uid(); - this.state = 866; + this.state = 864; this._errHandler.sync(this); switch (this._input.LA(1)) { case 113: { - this.state = 863; + this.state = 861; this.renameDefinition(); } break; case 7: { - this.state = 864; + this.state = 862; this.match(FlinkSqlParser.AS); - this.state = 865; + this.state = 863; this.queryStatement(0); } break; @@ -4264,13 +4259,13 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 868; + this.state = 866; this.match(FlinkSqlParser.ALTER); - this.state = 869; + this.state = 867; this.match(FlinkSqlParser.DATABASE); - this.state = 870; + this.state = 868; this.uid(); - this.state = 871; + this.state = 869; this.setKeyValueDefinition(); } } @@ -4296,52 +4291,52 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 873; + this.state = 871; this.match(FlinkSqlParser.ALTER); - this.state = 877; + this.state = 875; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 80, this._ctx) ) { case 1: { - this.state = 874; + this.state = 872; this.match(FlinkSqlParser.TEMPORARY); } break; case 2: { - this.state = 875; + this.state = 873; this.match(FlinkSqlParser.TEMPORARY); - this.state = 876; + this.state = 874; this.match(FlinkSqlParser.SYSTEM); } break; } - this.state = 879; + this.state = 877; this.match(FlinkSqlParser.FUNCTION); - this.state = 881; + this.state = 879; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===128) { { - this.state = 880; + this.state = 878; this.ifExists(); } } - this.state = 883; + this.state = 881; this.uid(); - this.state = 884; + this.state = 882; this.match(FlinkSqlParser.AS); - this.state = 885; + this.state = 883; this.identifier(); - this.state = 888; + this.state = 886; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===240) { { - this.state = 886; + this.state = 884; this.match(FlinkSqlParser.LANGUAGE); - this.state = 887; + this.state = 885; _la = this._input.LA(1); if(!(((((_la - 241)) & ~0x1F) === 0 && ((1 << (_la - 241)) & 7) !== 0))) { this._errHandler.recoverInline(this); @@ -4377,21 +4372,21 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 890; + this.state = 888; this.match(FlinkSqlParser.DROP); - this.state = 891; + this.state = 889; this.match(FlinkSqlParser.CATALOG); - this.state = 893; + this.state = 891; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===128) { { - this.state = 892; + this.state = 890; this.ifExists(); } } - this.state = 895; + this.state = 893; this.uid(); } } @@ -4417,31 +4412,31 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 897; + this.state = 895; this.match(FlinkSqlParser.DROP); - this.state = 899; + this.state = 897; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===166) { { - this.state = 898; + this.state = 896; this.match(FlinkSqlParser.TEMPORARY); } } - this.state = 901; + this.state = 899; this.match(FlinkSqlParser.TABLE); - this.state = 903; + this.state = 901; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===128) { { - this.state = 902; + this.state = 900; this.ifExists(); } } - this.state = 905; + this.state = 903; this.uid(); } } @@ -4467,28 +4462,28 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 907; + this.state = 905; this.match(FlinkSqlParser.DROP); - this.state = 908; + this.state = 906; this.match(FlinkSqlParser.DATABASE); - this.state = 910; + this.state = 908; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===128) { { - this.state = 909; + this.state = 907; this.ifExists(); } } - this.state = 912; + this.state = 910; this.uid(); - this.state = 914; + this.state = 912; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===184 || _la===186) { { - this.state = 913; + this.state = 911; localctx._dropType = this._input.LT(1); _la = this._input.LA(1); if(!(_la===184 || _la===186)) { @@ -4525,31 +4520,31 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 916; + this.state = 914; this.match(FlinkSqlParser.DROP); - this.state = 918; + this.state = 916; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===166) { { - this.state = 917; + this.state = 915; this.match(FlinkSqlParser.TEMPORARY); } } - this.state = 920; + this.state = 918; this.match(FlinkSqlParser.VIEW); - this.state = 922; + this.state = 920; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===128) { { - this.state = 921; + this.state = 919; this.ifExists(); } } - this.state = 924; + this.state = 922; this.uid(); } } @@ -4575,39 +4570,39 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 926; + this.state = 924; this.match(FlinkSqlParser.DROP); - this.state = 930; + this.state = 928; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 90, this._ctx) ) { case 1: { - this.state = 927; + this.state = 925; this.match(FlinkSqlParser.TEMPORARY); } break; case 2: { - this.state = 928; + this.state = 926; this.match(FlinkSqlParser.TEMPORARY); - this.state = 929; + this.state = 927; this.match(FlinkSqlParser.SYSTEM); } break; } - this.state = 932; + this.state = 930; this.match(FlinkSqlParser.FUNCTION); - this.state = 934; + this.state = 932; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===128) { { - this.state = 933; + this.state = 931; this.ifExists(); } } - this.state = 936; + this.state = 934; this.uid(); } } @@ -4631,24 +4626,24 @@ export default class FlinkSqlParser extends Parser { this.enterRule(localctx, 136, FlinkSqlParser.RULE_insertStatement); let _la: number; try { - this.state = 945; + this.state = 942; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 93, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { { - this.state = 939; + this.state = 937; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===78) { { - this.state = 938; + this.state = 936; this.match(FlinkSqlParser.EXECUTE); } } - this.state = 941; + this.state = 939; this.insertSimpleStatement(); } } @@ -4656,17 +4651,10 @@ export default class FlinkSqlParser extends Parser { case 2: this.enterOuterAlt(localctx, 2); { - this.state = 942; - this.insertMulStatementCompatibility(); - } - break; - case 3: - this.enterOuterAlt(localctx, 3); { - { - this.state = 943; + this.state = 940; this.match(FlinkSqlParser.EXECUTE); - this.state = 944; + this.state = 941; this.insertMulStatement(); } } @@ -4695,9 +4683,9 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 947; + this.state = 944; this.match(FlinkSqlParser.INSERT); - this.state = 948; + this.state = 945; _la = this._input.LA(1); if(!(_la===83 || _la===140)) { this._errHandler.recoverInline(this); @@ -4706,40 +4694,40 @@ export default class FlinkSqlParser extends Parser { this._errHandler.reportMatch(this); this.consume(); } - this.state = 949; + this.state = 946; this.uid(); - this.state = 958; + this.state = 955; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 96, this._ctx) ) { case 1: { - this.state = 951; + this.state = 948; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===60) { { - this.state = 950; + this.state = 947; this.insertPartitionDefinition(); } } - this.state = 954; + this.state = 951; this._errHandler.sync(this); switch ( this._interp.adaptivePredict(this._input, 95, this._ctx) ) { case 1: { - this.state = 953; + this.state = 950; this.columnNameList(); } break; } - this.state = 956; + this.state = 953; this.queryStatement(0); } break; case 2: { - this.state = 957; + this.state = 954; this.valuesDefinition(); } break; @@ -4767,9 +4755,9 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 960; + this.state = 957; this.match(FlinkSqlParser.PARTITION); - this.state = 961; + this.state = 958; this.tablePropertyList(); } } @@ -4795,23 +4783,23 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 963; + this.state = 960; this.match(FlinkSqlParser.VALUES); - this.state = 964; + this.state = 961; this.valuesRowDefinition(); - this.state = 969; + this.state = 966; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===305) { { { - this.state = 965; + this.state = 962; this.match(FlinkSqlParser.COMMA); - this.state = 966; + this.state = 963; this.valuesRowDefinition(); } } - this.state = 971; + this.state = 968; this._errHandler.sync(this); _la = this._input.LA(1); } @@ -4839,27 +4827,27 @@ export default class FlinkSqlParser extends Parser { try { this.enterOuterAlt(localctx, 1); { - this.state = 972; + this.state = 969; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 973; + this.state = 970; this.constant(); - this.state = 978; + this.state = 975; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===305) { { { - this.state = 974; + this.state = 971; this.match(FlinkSqlParser.COMMA); - this.state = 975; + this.state = 972; this.constant(); } } - this.state = 980; + this.state = 977; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 981; + this.state = 978; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -4878,86 +4866,36 @@ export default class FlinkSqlParser extends Parser { return localctx; } // @RuleVersion(0) - public insertMulStatementCompatibility(): InsertMulStatementCompatibilityContext { - let localctx: InsertMulStatementCompatibilityContext = new InsertMulStatementCompatibilityContext(this, this._ctx, this.state); - this.enterRule(localctx, 146, FlinkSqlParser.RULE_insertMulStatementCompatibility); - let _la: number; - try { - this.enterOuterAlt(localctx, 1); - { - this.state = 983; - this.match(FlinkSqlParser.BEGIN); - this.state = 984; - this.match(FlinkSqlParser.STATEMENT); - this.state = 985; - this.match(FlinkSqlParser.SET); - this.state = 986; - this.match(FlinkSqlParser.SEMICOLON); - this.state = 990; - this._errHandler.sync(this); - _la = this._input.LA(1); - do { - { - { - this.state = 987; - this.insertSimpleStatement(); - this.state = 988; - this.match(FlinkSqlParser.SEMICOLON); - } - } - this.state = 992; - this._errHandler.sync(this); - _la = this._input.LA(1); - } while (_la===80); - this.state = 994; - this.match(FlinkSqlParser.END); - } - } - catch (re) { - if (re instanceof RecognitionException) { - localctx.exception = re; - this._errHandler.reportError(this, re); - this._errHandler.recover(this, re); - } else { - throw re; - } - } - finally { - this.exitRule(); - } - return localctx; - } - // @RuleVersion(0) public insertMulStatement(): InsertMulStatementContext { let localctx: InsertMulStatementContext = new InsertMulStatementContext(this, this._ctx, this.state); - this.enterRule(localctx, 148, FlinkSqlParser.RULE_insertMulStatement); + this.enterRule(localctx, 146, FlinkSqlParser.RULE_insertMulStatement); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 996; + this.state = 980; this.match(FlinkSqlParser.STATEMENT); - this.state = 997; + this.state = 981; this.match(FlinkSqlParser.SET); - this.state = 998; + this.state = 982; this.match(FlinkSqlParser.BEGIN); - this.state = 1002; + this.state = 986; this._errHandler.sync(this); _la = this._input.LA(1); do { { { - this.state = 999; + this.state = 983; this.insertSimpleStatement(); - this.state = 1000; + this.state = 984; this.match(FlinkSqlParser.SEMICOLON); } } - this.state = 1004; + this.state = 988; this._errHandler.sync(this); _la = this._input.LA(1); } while (_la===80); - this.state = 1006; + this.state = 990; this.match(FlinkSqlParser.END); } } @@ -4988,78 +4926,78 @@ export default class FlinkSqlParser extends Parser { let _parentState: number = this.state; let localctx: QueryStatementContext = new QueryStatementContext(this, this._ctx, _parentState); let _prevctx: QueryStatementContext = localctx; - let _startState: number = 150; - this.enterRecursionRule(localctx, 150, FlinkSqlParser.RULE_queryStatement, _p); + let _startState: number = 148; + this.enterRecursionRule(localctx, 148, FlinkSqlParser.RULE_queryStatement, _p); let _la: number; try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 1039; + this.state = 1023; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 106, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 105, this._ctx) ) { case 1: { - this.state = 1009; + this.state = 993; this.valuesCaluse(); } break; case 2: { - this.state = 1010; + this.state = 994; this.match(FlinkSqlParser.WITH); - this.state = 1011; + this.state = 995; this.withItem(); - this.state = 1016; + this.state = 1000; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===305) { { { - this.state = 1012; + this.state = 996; this.match(FlinkSqlParser.COMMA); - this.state = 1013; + this.state = 997; this.withItem(); } } - this.state = 1018; + this.state = 1002; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 1019; + this.state = 1003; this.queryStatement(5); } break; case 3: { - this.state = 1021; + this.state = 1005; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1022; + this.state = 1006; this.queryStatement(0); - this.state = 1023; + this.state = 1007; this.match(FlinkSqlParser.RR_BRACKET); } break; case 4: { - this.state = 1025; + this.state = 1009; this.selectClause(); - this.state = 1027; + this.state = 1011; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 102, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 101, this._ctx) ) { case 1: { - this.state = 1026; + this.state = 1010; this.orderByCaluse(); } break; } - this.state = 1030; + this.state = 1014; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 103, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 102, this._ctx) ) { case 1: { - this.state = 1029; + this.state = 1013; this.limitClause(); } break; @@ -5068,24 +5006,24 @@ export default class FlinkSqlParser extends Parser { break; case 5: { - this.state = 1032; + this.state = 1016; this.selectStatement(); - this.state = 1034; + this.state = 1018; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 104, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 103, this._ctx) ) { case 1: { - this.state = 1033; + this.state = 1017; this.orderByCaluse(); } break; } - this.state = 1037; + this.state = 1021; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 105, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 104, this._ctx) ) { case 1: { - this.state = 1036; + this.state = 1020; this.limitClause(); } break; @@ -5094,9 +5032,9 @@ export default class FlinkSqlParser extends Parser { break; } this._ctx.stop = this._input.LT(-1); - this.state = 1055; + this.state = 1039; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 110, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 109, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { if (this._parseListeners != null) { @@ -5108,11 +5046,11 @@ export default class FlinkSqlParser extends Parser { localctx = new QueryStatementContext(this, _parentctx, _parentState); localctx._left = _prevctx; this.pushNewRecursionContext(localctx, _startState, FlinkSqlParser.RULE_queryStatement); - this.state = 1041; + this.state = 1025; if (!(this.precpred(this._ctx, 3))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 3)"); } - this.state = 1042; + this.state = 1026; localctx._operator = this._input.LT(1); _la = this._input.LA(1); if(!(((((_la - 105)) & ~0x1F) === 0 && ((1 << (_la - 105)) & 11) !== 0))) { @@ -5122,34 +5060,34 @@ export default class FlinkSqlParser extends Parser { this._errHandler.reportMatch(this); this.consume(); } - this.state = 1044; + this.state = 1028; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===8) { { - this.state = 1043; + this.state = 1027; this.match(FlinkSqlParser.ALL); } } - this.state = 1046; + this.state = 1030; localctx._right = this.queryStatement(0); - this.state = 1048; + this.state = 1032; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 108, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 107, this._ctx) ) { case 1: { - this.state = 1047; + this.state = 1031; this.orderByCaluse(); } break; } - this.state = 1051; + this.state = 1035; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 109, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 108, this._ctx) ) { case 1: { - this.state = 1050; + this.state = 1034; this.limitClause(); } break; @@ -5157,9 +5095,9 @@ export default class FlinkSqlParser extends Parser { } } } - this.state = 1057; + this.state = 1041; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 110, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 109, this._ctx); } } } @@ -5180,32 +5118,32 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public valuesCaluse(): ValuesCaluseContext { let localctx: ValuesCaluseContext = new ValuesCaluseContext(this, this._ctx, this.state); - this.enterRule(localctx, 152, FlinkSqlParser.RULE_valuesCaluse); + this.enterRule(localctx, 150, FlinkSqlParser.RULE_valuesCaluse); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 1058; + this.state = 1042; this.match(FlinkSqlParser.VALUES); - this.state = 1059; + this.state = 1043; this.expression(); - this.state = 1064; + this.state = 1048; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 111, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 110, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { - this.state = 1060; + this.state = 1044; this.match(FlinkSqlParser.COMMA); - this.state = 1061; + this.state = 1045; this.expression(); } } } - this.state = 1066; + this.state = 1050; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 111, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 110, this._ctx); } } } @@ -5226,50 +5164,50 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public withItem(): WithItemContext { let localctx: WithItemContext = new WithItemContext(this, this._ctx, this.state); - this.enterRule(localctx, 154, FlinkSqlParser.RULE_withItem); + this.enterRule(localctx, 152, FlinkSqlParser.RULE_withItem); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1067; + this.state = 1051; this.withItemName(); - this.state = 1079; + this.state = 1063; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===303) { { - this.state = 1068; + this.state = 1052; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1069; + this.state = 1053; this.columnName(); - this.state = 1074; + this.state = 1058; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===305) { { { - this.state = 1070; + this.state = 1054; this.match(FlinkSqlParser.COMMA); - this.state = 1071; + this.state = 1055; this.columnName(); } } - this.state = 1076; + this.state = 1060; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 1077; + this.state = 1061; this.match(FlinkSqlParser.RR_BRACKET); } } - this.state = 1081; + this.state = 1065; this.match(FlinkSqlParser.AS); - this.state = 1082; + this.state = 1066; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1083; + this.state = 1067; this.queryStatement(0); - this.state = 1084; + this.state = 1068; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -5290,11 +5228,11 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public withItemName(): WithItemNameContext { let localctx: WithItemNameContext = new WithItemNameContext(this, this._ctx, this.state); - this.enterRule(localctx, 156, FlinkSqlParser.RULE_withItemName); + this.enterRule(localctx, 154, FlinkSqlParser.RULE_withItemName); try { this.enterOuterAlt(localctx, 1); { - this.state = 1086; + this.state = 1070; this.identifier(); } } @@ -5315,50 +5253,50 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public selectStatement(): SelectStatementContext { let localctx: SelectStatementContext = new SelectStatementContext(this, this._ctx, this.state); - this.enterRule(localctx, 158, FlinkSqlParser.RULE_selectStatement); + this.enterRule(localctx, 156, FlinkSqlParser.RULE_selectStatement); try { this.enterOuterAlt(localctx, 1); { - this.state = 1088; + this.state = 1072; this.selectClause(); - this.state = 1089; + this.state = 1073; this.fromClause(); - this.state = 1091; + this.state = 1075; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 114, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 113, this._ctx) ) { case 1: { - this.state = 1090; + this.state = 1074; this.whereClause(); } break; } - this.state = 1094; + this.state = 1078; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 115, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 114, this._ctx) ) { case 1: { - this.state = 1093; + this.state = 1077; this.groupByClause(); } break; } - this.state = 1097; + this.state = 1081; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 116, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 115, this._ctx) ) { case 1: { - this.state = 1096; + this.state = 1080; this.havingClause(); } break; } - this.state = 1100; + this.state = 1084; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 117, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 116, this._ctx) ) { case 1: { - this.state = 1099; + this.state = 1083; this.windowClause(); } break; @@ -5382,53 +5320,53 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public selectClause(): SelectClauseContext { let localctx: SelectClauseContext = new SelectClauseContext(this, this._ctx, this.state); - this.enterRule(localctx, 160, FlinkSqlParser.RULE_selectClause); + this.enterRule(localctx, 158, FlinkSqlParser.RULE_selectClause); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 1102; + this.state = 1086; this.match(FlinkSqlParser.SELECT); - this.state = 1104; + this.state = 1088; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 118, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 117, this._ctx) ) { case 1: { - this.state = 1103; + this.state = 1087; this.setQuantifier(); } break; } - this.state = 1115; + this.state = 1099; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 120, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 119, this._ctx) ) { case 1: { - this.state = 1106; + this.state = 1090; this.match(FlinkSqlParser.ASTERISK_SIGN); } break; case 2: { - this.state = 1107; + this.state = 1091; this.projectItemDefinition(); - this.state = 1112; + this.state = 1096; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 119, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 118, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { - this.state = 1108; + this.state = 1092; this.match(FlinkSqlParser.COMMA); - this.state = 1109; + this.state = 1093; this.projectItemDefinition(); } } } - this.state = 1114; + this.state = 1098; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 119, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 118, this._ctx); } } break; @@ -5452,28 +5390,28 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public projectItemDefinition(): ProjectItemDefinitionContext { let localctx: ProjectItemDefinitionContext = new ProjectItemDefinitionContext(this, this._ctx, this.state); - this.enterRule(localctx, 162, FlinkSqlParser.RULE_projectItemDefinition); + this.enterRule(localctx, 160, FlinkSqlParser.RULE_projectItemDefinition); try { this.enterOuterAlt(localctx, 1); { - this.state = 1117; + this.state = 1101; this.expression(); - this.state = 1122; + this.state = 1106; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 122, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 121, this._ctx) ) { case 1: { - this.state = 1119; + this.state = 1103; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 121, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 120, this._ctx) ) { case 1: { - this.state = 1118; + this.state = 1102; this.match(FlinkSqlParser.AS); } break; } - this.state = 1121; + this.state = 1105; this.expression(); } break; @@ -5497,13 +5435,13 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public fromClause(): FromClauseContext { let localctx: FromClauseContext = new FromClauseContext(this, this._ctx, this.state); - this.enterRule(localctx, 164, FlinkSqlParser.RULE_fromClause); + this.enterRule(localctx, 162, FlinkSqlParser.RULE_fromClause); try { this.enterOuterAlt(localctx, 1); { - this.state = 1124; + this.state = 1108; this.match(FlinkSqlParser.FROM); - this.state = 1125; + this.state = 1109; this.tableExpression(0); } } @@ -5534,39 +5472,39 @@ export default class FlinkSqlParser extends Parser { let _parentState: number = this.state; let localctx: TableExpressionContext = new TableExpressionContext(this, this._ctx, _parentState); let _prevctx: TableExpressionContext = localctx; - let _startState: number = 166; - this.enterRecursionRule(localctx, 166, FlinkSqlParser.RULE_tableExpression, _p); + let _startState: number = 164; + this.enterRecursionRule(localctx, 164, FlinkSqlParser.RULE_tableExpression, _p); let _la: number; try { let _alt: number; this.enterOuterAlt(localctx, 1); { { - this.state = 1128; + this.state = 1112; this.tableReference(); - this.state = 1133; + this.state = 1117; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 123, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 122, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { - this.state = 1129; + this.state = 1113; this.match(FlinkSqlParser.COMMA); - this.state = 1130; + this.state = 1114; this.tableReference(); } } } - this.state = 1135; + this.state = 1119; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 123, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 122, this._ctx); } } this._ctx.stop = this._input.LT(-1); - this.state = 1157; + this.state = 1141; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 129, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 128, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { if (this._parseListeners != null) { @@ -5574,22 +5512,22 @@ export default class FlinkSqlParser extends Parser { } _prevctx = localctx; { - this.state = 1155; + this.state = 1139; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 128, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 127, this._ctx) ) { case 1: { localctx = new TableExpressionContext(this, _parentctx, _parentState); this.pushNewRecursionContext(localctx, _startState, FlinkSqlParser.RULE_tableExpression); - this.state = 1136; + this.state = 1120; if (!(this.precpred(this._ctx, 1))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 1)"); } - this.state = 1137; + this.state = 1121; this.match(FlinkSqlParser.CROSS); - this.state = 1138; + this.state = 1122; this.match(FlinkSqlParser.JOIN); - this.state = 1139; + this.state = 1123; this.tableExpression(2); } break; @@ -5597,26 +5535,26 @@ export default class FlinkSqlParser extends Parser { { localctx = new TableExpressionContext(this, _parentctx, _parentState); this.pushNewRecursionContext(localctx, _startState, FlinkSqlParser.RULE_tableExpression); - this.state = 1140; + this.state = 1124; if (!(this.precpred(this._ctx, 2))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 2)"); } - this.state = 1142; + this.state = 1126; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===54) { { - this.state = 1141; + this.state = 1125; this.match(FlinkSqlParser.NATURAL); } } - this.state = 1145; + this.state = 1129; this._errHandler.sync(this); _la = this._input.LA(1); if (((((_la - 48)) & ~0x1F) === 0 && ((1 << (_la - 48)) & 27) !== 0)) { { - this.state = 1144; + this.state = 1128; _la = this._input.LA(1); if(!(((((_la - 48)) & ~0x1F) === 0 && ((1 << (_la - 48)) & 27) !== 0))) { this._errHandler.recoverInline(this); @@ -5628,26 +5566,26 @@ export default class FlinkSqlParser extends Parser { } } - this.state = 1148; + this.state = 1132; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===47) { { - this.state = 1147; + this.state = 1131; this.match(FlinkSqlParser.OUTER); } } - this.state = 1150; + this.state = 1134; this.match(FlinkSqlParser.JOIN); - this.state = 1151; + this.state = 1135; this.tableExpression(0); - this.state = 1153; + this.state = 1137; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 127, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 126, this._ctx) ) { case 1: { - this.state = 1152; + this.state = 1136; this.joinCondition(); } break; @@ -5657,9 +5595,9 @@ export default class FlinkSqlParser extends Parser { } } } - this.state = 1159; + this.state = 1143; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 129, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 128, this._ctx); } } } @@ -5680,18 +5618,18 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public tableReference(): TableReferenceContext { let localctx: TableReferenceContext = new TableReferenceContext(this, this._ctx, this.state); - this.enterRule(localctx, 168, FlinkSqlParser.RULE_tableReference); + this.enterRule(localctx, 166, FlinkSqlParser.RULE_tableReference); try { this.enterOuterAlt(localctx, 1); { - this.state = 1160; + this.state = 1144; this.tablePrimary(); - this.state = 1162; + this.state = 1146; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 130, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 129, this._ctx) ) { case 1: { - this.state = 1161; + this.state = 1145; this.tableAlias(); } break; @@ -5715,53 +5653,53 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public tablePrimary(): TablePrimaryContext { let localctx: TablePrimaryContext = new TablePrimaryContext(this, this._ctx, this.state); - this.enterRule(localctx, 170, FlinkSqlParser.RULE_tablePrimary); + this.enterRule(localctx, 168, FlinkSqlParser.RULE_tablePrimary); let _la: number; try { - this.state = 1205; + this.state = 1189; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 137, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 136, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 1165; + this.state = 1149; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===74) { { - this.state = 1164; + this.state = 1148; this.match(FlinkSqlParser.TABLE); } } - this.state = 1167; + this.state = 1151; this.tablePath(); - this.state = 1169; + this.state = 1153; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 132, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 131, this._ctx) ) { case 1: { - this.state = 1168; + this.state = 1152; this.systemTimePeriod(); } break; } - this.state = 1175; + this.state = 1159; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 134, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 133, this._ctx) ) { case 1: { - this.state = 1172; + this.state = 1156; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 133, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 132, this._ctx) ) { case 1: { - this.state = 1171; + this.state = 1155; this.match(FlinkSqlParser.AS); } break; } - this.state = 1174; + this.state = 1158; this.correlationName(); } break; @@ -5771,71 +5709,71 @@ export default class FlinkSqlParser extends Parser { case 2: this.enterOuterAlt(localctx, 2); { - this.state = 1177; + this.state = 1161; this.match(FlinkSqlParser.LATERAL); - this.state = 1178; + this.state = 1162; this.match(FlinkSqlParser.TABLE); - this.state = 1179; + this.state = 1163; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1180; + this.state = 1164; this.functionName(); - this.state = 1181; + this.state = 1165; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1182; + this.state = 1166; this.expression(); - this.state = 1187; + this.state = 1171; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===305) { { { - this.state = 1183; + this.state = 1167; this.match(FlinkSqlParser.COMMA); - this.state = 1184; + this.state = 1168; this.expression(); } } - this.state = 1189; + this.state = 1173; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 1190; + this.state = 1174; this.match(FlinkSqlParser.RR_BRACKET); - this.state = 1191; + this.state = 1175; this.match(FlinkSqlParser.RR_BRACKET); } break; case 3: this.enterOuterAlt(localctx, 3); { - this.state = 1194; + this.state = 1178; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===57) { { - this.state = 1193; + this.state = 1177; this.match(FlinkSqlParser.LATERAL); } } - this.state = 1196; + this.state = 1180; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1197; + this.state = 1181; this.queryStatement(0); - this.state = 1198; + this.state = 1182; this.match(FlinkSqlParser.RR_BRACKET); } break; case 4: this.enterOuterAlt(localctx, 4); { - this.state = 1200; + this.state = 1184; this.match(FlinkSqlParser.UNNEST); - this.state = 1201; + this.state = 1185; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1202; + this.state = 1186; this.expression(); - this.state = 1203; + this.state = 1187; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -5858,11 +5796,11 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public tablePath(): TablePathContext { let localctx: TablePathContext = new TablePathContext(this, this._ctx, this.state); - this.enterRule(localctx, 172, FlinkSqlParser.RULE_tablePath); + this.enterRule(localctx, 170, FlinkSqlParser.RULE_tablePath); try { this.enterOuterAlt(localctx, 1); { - this.state = 1207; + this.state = 1191; this.uid(); } } @@ -5883,19 +5821,19 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public systemTimePeriod(): SystemTimePeriodContext { let localctx: SystemTimePeriodContext = new SystemTimePeriodContext(this, this._ctx, this.state); - this.enterRule(localctx, 174, FlinkSqlParser.RULE_systemTimePeriod); + this.enterRule(localctx, 172, FlinkSqlParser.RULE_systemTimePeriod); try { this.enterOuterAlt(localctx, 1); { - this.state = 1209; + this.state = 1193; this.match(FlinkSqlParser.FOR); - this.state = 1210; + this.state = 1194; this.match(FlinkSqlParser.SYSTEM_TIME); - this.state = 1211; + this.state = 1195; this.match(FlinkSqlParser.AS); - this.state = 1212; + this.state = 1196; this.match(FlinkSqlParser.OF); - this.state = 1213; + this.state = 1197; this.dateTimeExpression(); } } @@ -5916,11 +5854,11 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public dateTimeExpression(): DateTimeExpressionContext { let localctx: DateTimeExpressionContext = new DateTimeExpressionContext(this, this._ctx, this.state); - this.enterRule(localctx, 176, FlinkSqlParser.RULE_dateTimeExpression); + this.enterRule(localctx, 174, FlinkSqlParser.RULE_dateTimeExpression); try { this.enterOuterAlt(localctx, 1); { - this.state = 1215; + this.state = 1199; this.expression(); } } @@ -5941,47 +5879,47 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public joinCondition(): JoinConditionContext { let localctx: JoinConditionContext = new JoinConditionContext(this, this._ctx, this.state); - this.enterRule(localctx, 178, FlinkSqlParser.RULE_joinCondition); + this.enterRule(localctx, 176, FlinkSqlParser.RULE_joinCondition); let _la: number; try { - this.state = 1231; + this.state = 1215; this._errHandler.sync(this); switch (this._input.LA(1)) { case 55: this.enterOuterAlt(localctx, 1); { - this.state = 1217; + this.state = 1201; this.match(FlinkSqlParser.ON); - this.state = 1218; + this.state = 1202; this.booleanExpression(0); } break; case 143: this.enterOuterAlt(localctx, 2); { - this.state = 1219; + this.state = 1203; this.match(FlinkSqlParser.USING); - this.state = 1220; + this.state = 1204; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1221; + this.state = 1205; this.uid(); - this.state = 1226; + this.state = 1210; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===305) { { { - this.state = 1222; + this.state = 1206; this.match(FlinkSqlParser.COMMA); - this.state = 1223; + this.state = 1207; this.uid(); } } - this.state = 1228; + this.state = 1212; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 1229; + this.state = 1213; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -6006,13 +5944,13 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public whereClause(): WhereClauseContext { let localctx: WhereClauseContext = new WhereClauseContext(this, this._ctx, this.state); - this.enterRule(localctx, 180, FlinkSqlParser.RULE_whereClause); + this.enterRule(localctx, 178, FlinkSqlParser.RULE_whereClause); try { this.enterOuterAlt(localctx, 1); { - this.state = 1233; + this.state = 1217; this.match(FlinkSqlParser.WHERE); - this.state = 1234; + this.state = 1218; this.booleanExpression(0); } } @@ -6033,34 +5971,34 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public groupByClause(): GroupByClauseContext { let localctx: GroupByClauseContext = new GroupByClauseContext(this, this._ctx, this.state); - this.enterRule(localctx, 182, FlinkSqlParser.RULE_groupByClause); + this.enterRule(localctx, 180, FlinkSqlParser.RULE_groupByClause); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 1236; + this.state = 1220; this.match(FlinkSqlParser.GROUP); - this.state = 1237; + this.state = 1221; this.match(FlinkSqlParser.BY); - this.state = 1238; + this.state = 1222; this.groupItemDefinition(); - this.state = 1243; + this.state = 1227; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 140, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 139, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { - this.state = 1239; + this.state = 1223; this.match(FlinkSqlParser.COMMA); - this.state = 1240; + this.state = 1224; this.groupItemDefinition(); } } } - this.state = 1245; + this.state = 1229; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 140, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 139, this._ctx); } } } @@ -6081,141 +6019,141 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public groupItemDefinition(): GroupItemDefinitionContext { let localctx: GroupItemDefinitionContext = new GroupItemDefinitionContext(this, this._ctx, this.state); - this.enterRule(localctx, 184, FlinkSqlParser.RULE_groupItemDefinition); + this.enterRule(localctx, 182, FlinkSqlParser.RULE_groupItemDefinition); let _la: number; try { - this.state = 1297; + this.state = 1281; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 145, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 144, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 1246; + this.state = 1230; this.expression(); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 1247; + this.state = 1231; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1248; + this.state = 1232; this.match(FlinkSqlParser.RR_BRACKET); } break; case 3: this.enterOuterAlt(localctx, 3); { - this.state = 1249; + this.state = 1233; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1250; + this.state = 1234; this.expression(); - this.state = 1255; + this.state = 1239; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===305) { { { - this.state = 1251; + this.state = 1235; this.match(FlinkSqlParser.COMMA); - this.state = 1252; + this.state = 1236; this.expression(); } } - this.state = 1257; + this.state = 1241; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 1258; + this.state = 1242; this.match(FlinkSqlParser.RR_BRACKET); } break; case 4: this.enterOuterAlt(localctx, 4); { - this.state = 1260; + this.state = 1244; this.match(FlinkSqlParser.CUBE); - this.state = 1261; + this.state = 1245; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1262; + this.state = 1246; this.expression(); - this.state = 1267; + this.state = 1251; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===305) { { { - this.state = 1263; + this.state = 1247; this.match(FlinkSqlParser.COMMA); - this.state = 1264; + this.state = 1248; this.expression(); } } - this.state = 1269; + this.state = 1253; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 1270; + this.state = 1254; this.match(FlinkSqlParser.RR_BRACKET); } break; case 5: this.enterOuterAlt(localctx, 5); { - this.state = 1272; + this.state = 1256; this.match(FlinkSqlParser.ROLLUP); - this.state = 1273; + this.state = 1257; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1274; + this.state = 1258; this.expression(); - this.state = 1279; + this.state = 1263; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===305) { { { - this.state = 1275; + this.state = 1259; this.match(FlinkSqlParser.COMMA); - this.state = 1276; + this.state = 1260; this.expression(); } } - this.state = 1281; + this.state = 1265; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 1282; + this.state = 1266; this.match(FlinkSqlParser.RR_BRACKET); } break; case 6: this.enterOuterAlt(localctx, 6); { - this.state = 1284; + this.state = 1268; this.match(FlinkSqlParser.GROUPING); - this.state = 1285; + this.state = 1269; this.match(FlinkSqlParser.SETS); - this.state = 1286; + this.state = 1270; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1287; + this.state = 1271; this.groupItemDefinition(); - this.state = 1292; + this.state = 1276; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===305) { { { - this.state = 1288; + this.state = 1272; this.match(FlinkSqlParser.COMMA); - this.state = 1289; + this.state = 1273; this.groupItemDefinition(); } } - this.state = 1294; + this.state = 1278; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 1295; + this.state = 1279; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -6238,13 +6176,13 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public havingClause(): HavingClauseContext { let localctx: HavingClauseContext = new HavingClauseContext(this, this._ctx, this.state); - this.enterRule(localctx, 186, FlinkSqlParser.RULE_havingClause); + this.enterRule(localctx, 184, FlinkSqlParser.RULE_havingClause); try { this.enterOuterAlt(localctx, 1); { - this.state = 1299; + this.state = 1283; this.match(FlinkSqlParser.HAVING); - this.state = 1300; + this.state = 1284; this.booleanExpression(0); } } @@ -6265,34 +6203,34 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public orderByCaluse(): OrderByCaluseContext { let localctx: OrderByCaluseContext = new OrderByCaluseContext(this, this._ctx, this.state); - this.enterRule(localctx, 188, FlinkSqlParser.RULE_orderByCaluse); + this.enterRule(localctx, 186, FlinkSqlParser.RULE_orderByCaluse); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 1302; + this.state = 1286; this.match(FlinkSqlParser.ORDER); - this.state = 1303; + this.state = 1287; this.match(FlinkSqlParser.BY); - this.state = 1304; + this.state = 1288; this.orderItemDefition(); - this.state = 1309; + this.state = 1293; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 146, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 145, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { - this.state = 1305; + this.state = 1289; this.match(FlinkSqlParser.COMMA); - this.state = 1306; + this.state = 1290; this.orderItemDefition(); } } } - this.state = 1311; + this.state = 1295; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 146, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 145, this._ctx); } } } @@ -6313,19 +6251,19 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public orderItemDefition(): OrderItemDefitionContext { let localctx: OrderItemDefitionContext = new OrderItemDefitionContext(this, this._ctx, this.state); - this.enterRule(localctx, 190, FlinkSqlParser.RULE_orderItemDefition); + this.enterRule(localctx, 188, FlinkSqlParser.RULE_orderItemDefition); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1312; + this.state = 1296; this.expression(); - this.state = 1314; + this.state = 1298; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 147, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 146, this._ctx) ) { case 1: { - this.state = 1313; + this.state = 1297; _la = this._input.LA(1); if(!(_la===35 || _la===36)) { this._errHandler.recoverInline(this); @@ -6356,24 +6294,24 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public limitClause(): LimitClauseContext { let localctx: LimitClauseContext = new LimitClauseContext(this, this._ctx, this.state); - this.enterRule(localctx, 192, FlinkSqlParser.RULE_limitClause); + this.enterRule(localctx, 190, FlinkSqlParser.RULE_limitClause); try { this.enterOuterAlt(localctx, 1); { - this.state = 1316; + this.state = 1300; this.match(FlinkSqlParser.LIMIT); - this.state = 1319; + this.state = 1303; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 148, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 147, this._ctx) ) { case 1: { - this.state = 1317; + this.state = 1301; this.match(FlinkSqlParser.ALL); } break; case 2: { - this.state = 1318; + this.state = 1302; localctx._limit = this.expression(); } break; @@ -6397,32 +6335,32 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public windowClause(): WindowClauseContext { let localctx: WindowClauseContext = new WindowClauseContext(this, this._ctx, this.state); - this.enterRule(localctx, 194, FlinkSqlParser.RULE_windowClause); + this.enterRule(localctx, 192, FlinkSqlParser.RULE_windowClause); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 1321; + this.state = 1305; this.match(FlinkSqlParser.WINDOW); - this.state = 1322; + this.state = 1306; this.namedWindow(); - this.state = 1327; + this.state = 1311; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 149, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 148, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { { { - this.state = 1323; + this.state = 1307; this.match(FlinkSqlParser.COMMA); - this.state = 1324; + this.state = 1308; this.namedWindow(); } } } - this.state = 1329; + this.state = 1313; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 149, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 148, this._ctx); } } } @@ -6443,15 +6381,15 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public namedWindow(): NamedWindowContext { let localctx: NamedWindowContext = new NamedWindowContext(this, this._ctx, this.state); - this.enterRule(localctx, 196, FlinkSqlParser.RULE_namedWindow); + this.enterRule(localctx, 194, FlinkSqlParser.RULE_namedWindow); try { this.enterOuterAlt(localctx, 1); { - this.state = 1330; + this.state = 1314; localctx._name = this.errorCapturingIdentifier(); - this.state = 1331; + this.state = 1315; this.match(FlinkSqlParser.AS); - this.state = 1332; + this.state = 1316; this.windowSpec(); } } @@ -6472,94 +6410,94 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public windowSpec(): WindowSpecContext { let localctx: WindowSpecContext = new WindowSpecContext(this, this._ctx, this.state); - this.enterRule(localctx, 198, FlinkSqlParser.RULE_windowSpec); + this.enterRule(localctx, 196, FlinkSqlParser.RULE_windowSpec); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1335; + this.state = 1319; this._errHandler.sync(this); _la = this._input.LA(1); if (((((_la - 4)) & ~0x1F) === 0 && ((1 << (_la - 4)) & 4294967295) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 4294967167) !== 0) || ((((_la - 68)) & ~0x1F) === 0 && ((1 << (_la - 68)) & 4291015671) !== 0) || ((((_la - 102)) & ~0x1F) === 0 && ((1 << (_la - 102)) & 4294967295) !== 0) || ((((_la - 134)) & ~0x1F) === 0 && ((1 << (_la - 134)) & 4294967295) !== 0) || ((((_la - 166)) & ~0x1F) === 0 && ((1 << (_la - 166)) & 4294967295) !== 0) || ((((_la - 198)) & ~0x1F) === 0 && ((1 << (_la - 198)) & 4294934527) !== 0) || ((((_la - 230)) & ~0x1F) === 0 && ((1 << (_la - 230)) & 1031800543) !== 0) || ((((_la - 264)) & ~0x1F) === 0 && ((1 << (_la - 264)) & 266320383) !== 0) || ((((_la - 322)) & ~0x1F) === 0 && ((1 << (_la - 322)) & 19) !== 0)) { { - this.state = 1334; + this.state = 1318; localctx._name = this.errorCapturingIdentifier(); } } - this.state = 1337; + this.state = 1321; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1348; + this.state = 1332; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===18) { { - this.state = 1338; + this.state = 1322; this.match(FlinkSqlParser.ORDER); - this.state = 1339; + this.state = 1323; this.match(FlinkSqlParser.BY); - this.state = 1340; + this.state = 1324; this.sortItem(); - this.state = 1345; + this.state = 1329; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===305) { { { - this.state = 1341; + this.state = 1325; this.match(FlinkSqlParser.COMMA); - this.state = 1342; + this.state = 1326; this.sortItem(); } } - this.state = 1347; + this.state = 1331; this._errHandler.sync(this); _la = this._input.LA(1); } } } - this.state = 1360; + this.state = 1344; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===60) { { - this.state = 1350; + this.state = 1334; this.match(FlinkSqlParser.PARTITION); - this.state = 1351; + this.state = 1335; this.match(FlinkSqlParser.BY); - this.state = 1352; + this.state = 1336; this.expression(); - this.state = 1357; + this.state = 1341; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===305) { { { - this.state = 1353; + this.state = 1337; this.match(FlinkSqlParser.COMMA); - this.state = 1354; + this.state = 1338; this.expression(); } } - this.state = 1359; + this.state = 1343; this._errHandler.sync(this); _la = this._input.LA(1); } } } - this.state = 1363; + this.state = 1347; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===61 || _la===62) { { - this.state = 1362; + this.state = 1346; this.windowFrame(); } } - this.state = 1365; + this.state = 1349; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -6580,19 +6518,19 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public sortItem(): SortItemContext { let localctx: SortItemContext = new SortItemContext(this, this._ctx, this.state); - this.enterRule(localctx, 200, FlinkSqlParser.RULE_sortItem); + this.enterRule(localctx, 198, FlinkSqlParser.RULE_sortItem); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1367; + this.state = 1351; this.expression(); - this.state = 1369; + this.state = 1353; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===35 || _la===36) { { - this.state = 1368; + this.state = 1352; localctx._ordering = this._input.LT(1); _la = this._input.LA(1); if(!(_la===35 || _la===36)) { @@ -6605,14 +6543,14 @@ export default class FlinkSqlParser extends Parser { } } - this.state = 1373; + this.state = 1357; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===34) { { - this.state = 1371; + this.state = 1355; this.match(FlinkSqlParser.NULLS); - this.state = 1372; + this.state = 1356; localctx._nullOrder = this._input.LT(1); _la = this._input.LA(1); if(!(_la===67 || _la===69)) { @@ -6644,26 +6582,26 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public windowFrame(): WindowFrameContext { let localctx: WindowFrameContext = new WindowFrameContext(this, this._ctx, this.state); - this.enterRule(localctx, 202, FlinkSqlParser.RULE_windowFrame); + this.enterRule(localctx, 200, FlinkSqlParser.RULE_windowFrame); try { - this.state = 1379; + this.state = 1363; this._errHandler.sync(this); switch (this._input.LA(1)) { case 61: this.enterOuterAlt(localctx, 1); { - this.state = 1375; + this.state = 1359; this.match(FlinkSqlParser.RANGE); - this.state = 1376; + this.state = 1360; this.frameBound(); } break; case 62: this.enterOuterAlt(localctx, 2); { - this.state = 1377; + this.state = 1361; this.match(FlinkSqlParser.ROWS); - this.state = 1378; + this.state = 1362; this.frameBound(); } break; @@ -6688,13 +6626,13 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public frameBound(): FrameBoundContext { let localctx: FrameBoundContext = new FrameBoundContext(this, this._ctx, this.state); - this.enterRule(localctx, 204, FlinkSqlParser.RULE_frameBound); + this.enterRule(localctx, 202, FlinkSqlParser.RULE_frameBound); try { this.enterOuterAlt(localctx, 1); { - this.state = 1381; + this.state = 1365; this.expression(); - this.state = 1382; + this.state = 1366; this.match(FlinkSqlParser.PRECEDING); } } @@ -6715,11 +6653,11 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public expression(): ExpressionContext { let localctx: ExpressionContext = new ExpressionContext(this, this._ctx, this.state); - this.enterRule(localctx, 206, FlinkSqlParser.RULE_expression); + this.enterRule(localctx, 204, FlinkSqlParser.RULE_expression); try { this.enterOuterAlt(localctx, 1); { - this.state = 1384; + this.state = 1368; this.booleanExpression(0); } } @@ -6750,24 +6688,24 @@ export default class FlinkSqlParser extends Parser { let _parentState: number = this.state; let localctx: BooleanExpressionContext = new BooleanExpressionContext(this, this._ctx, _parentState); let _prevctx: BooleanExpressionContext = localctx; - let _startState: number = 208; - this.enterRecursionRule(localctx, 208, FlinkSqlParser.RULE_booleanExpression, _p); + let _startState: number = 206; + this.enterRecursionRule(localctx, 206, FlinkSqlParser.RULE_booleanExpression, _p); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 1398; + this.state = 1382; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 160, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 159, this._ctx) ) { case 1: { localctx = new LogicalNotContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1387; + this.state = 1371; this.match(FlinkSqlParser.NOT); - this.state = 1388; + this.state = 1372; this.booleanExpression(5); } break; @@ -6776,13 +6714,13 @@ export default class FlinkSqlParser extends Parser { localctx = new ExistsContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1389; + this.state = 1373; this.match(FlinkSqlParser.EXISTS); - this.state = 1390; + this.state = 1374; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1391; + this.state = 1375; this.queryStatement(0); - this.state = 1392; + this.state = 1376; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -6791,14 +6729,14 @@ export default class FlinkSqlParser extends Parser { localctx = new PredicatedContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1394; + this.state = 1378; this.valueExpression(0); - this.state = 1396; + this.state = 1380; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 159, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 158, this._ctx) ) { case 1: { - this.state = 1395; + this.state = 1379; this.predicate(); } break; @@ -6807,9 +6745,9 @@ export default class FlinkSqlParser extends Parser { break; } this._ctx.stop = this._input.LT(-1); - this.state = 1408; + this.state = 1392; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 162, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 161, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { if (this._parseListeners != null) { @@ -6817,21 +6755,21 @@ export default class FlinkSqlParser extends Parser { } _prevctx = localctx; { - this.state = 1406; + this.state = 1390; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 161, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 160, this._ctx) ) { case 1: { localctx = new LogicalBinaryContext(this, new BooleanExpressionContext(this, _parentctx, _parentState)); (localctx as LogicalBinaryContext)._left = _prevctx; this.pushNewRecursionContext(localctx, _startState, FlinkSqlParser.RULE_booleanExpression); - this.state = 1400; + this.state = 1384; if (!(this.precpred(this._ctx, 2))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 2)"); } - this.state = 1401; + this.state = 1385; (localctx as LogicalBinaryContext)._operator = this.match(FlinkSqlParser.AND); - this.state = 1402; + this.state = 1386; (localctx as LogicalBinaryContext)._right = this.booleanExpression(3); } break; @@ -6840,22 +6778,22 @@ export default class FlinkSqlParser extends Parser { localctx = new LogicalBinaryContext(this, new BooleanExpressionContext(this, _parentctx, _parentState)); (localctx as LogicalBinaryContext)._left = _prevctx; this.pushNewRecursionContext(localctx, _startState, FlinkSqlParser.RULE_booleanExpression); - this.state = 1403; + this.state = 1387; if (!(this.precpred(this._ctx, 1))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 1)"); } - this.state = 1404; + this.state = 1388; (localctx as LogicalBinaryContext)._operator = this.match(FlinkSqlParser.OR); - this.state = 1405; + this.state = 1389; (localctx as LogicalBinaryContext)._right = this.booleanExpression(2); } break; } } } - this.state = 1410; + this.state = 1394; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 162, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 161, this._ctx); } } } @@ -6876,145 +6814,145 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public predicate(): PredicateContext { let localctx: PredicateContext = new PredicateContext(this, this._ctx, this.state); - this.enterRule(localctx, 210, FlinkSqlParser.RULE_predicate); + this.enterRule(localctx, 208, FlinkSqlParser.RULE_predicate); let _la: number; try { - this.state = 1494; + this.state = 1478; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 175, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 174, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 1412; + this.state = 1396; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===25) { { - this.state = 1411; + this.state = 1395; this.match(FlinkSqlParser.NOT); } } - this.state = 1414; + this.state = 1398; localctx._kind = this.match(FlinkSqlParser.BETWEEN); - this.state = 1415; + this.state = 1399; localctx._lower = this.valueExpression(0); - this.state = 1416; + this.state = 1400; this.match(FlinkSqlParser.AND); - this.state = 1417; + this.state = 1401; localctx._upper = this.valueExpression(0); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 1420; + this.state = 1404; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===25) { { - this.state = 1419; + this.state = 1403; this.match(FlinkSqlParser.NOT); } } - this.state = 1422; + this.state = 1406; localctx._kind = this.match(FlinkSqlParser.IN); - this.state = 1423; + this.state = 1407; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1424; + this.state = 1408; this.expression(); - this.state = 1429; + this.state = 1413; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===305) { { { - this.state = 1425; + this.state = 1409; this.match(FlinkSqlParser.COMMA); - this.state = 1426; + this.state = 1410; this.expression(); } } - this.state = 1431; + this.state = 1415; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 1432; + this.state = 1416; this.match(FlinkSqlParser.RR_BRACKET); } break; case 3: this.enterOuterAlt(localctx, 3); { - this.state = 1435; + this.state = 1419; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===25) { { - this.state = 1434; + this.state = 1418; this.match(FlinkSqlParser.NOT); } } - this.state = 1437; + this.state = 1421; localctx._kind = this.match(FlinkSqlParser.IN); - this.state = 1438; + this.state = 1422; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1439; + this.state = 1423; this.queryStatement(0); - this.state = 1440; + this.state = 1424; this.match(FlinkSqlParser.RR_BRACKET); } break; case 4: this.enterOuterAlt(localctx, 4); { - this.state = 1442; + this.state = 1426; localctx._kind = this.match(FlinkSqlParser.EXISTS); - this.state = 1443; + this.state = 1427; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1444; + this.state = 1428; this.queryStatement(0); - this.state = 1445; + this.state = 1429; this.match(FlinkSqlParser.RR_BRACKET); } break; case 5: this.enterOuterAlt(localctx, 5); { - this.state = 1448; + this.state = 1432; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===25) { { - this.state = 1447; + this.state = 1431; this.match(FlinkSqlParser.NOT); } } - this.state = 1450; + this.state = 1434; localctx._kind = this.match(FlinkSqlParser.RLIKE); - this.state = 1451; + this.state = 1435; localctx._pattern = this.valueExpression(0); } break; case 6: this.enterOuterAlt(localctx, 6); { - this.state = 1453; + this.state = 1437; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===25) { { - this.state = 1452; + this.state = 1436; this.match(FlinkSqlParser.NOT); } } - this.state = 1455; + this.state = 1439; localctx._kind = this.match(FlinkSqlParser.LIKE); - this.state = 1456; + this.state = 1440; localctx._quantifier = this._input.LT(1); _la = this._input.LA(1); if(!(_la===8 || _la===9)) { @@ -7024,40 +6962,40 @@ export default class FlinkSqlParser extends Parser { this._errHandler.reportMatch(this); this.consume(); } - this.state = 1470; + this.state = 1454; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 170, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 169, this._ctx) ) { case 1: { - this.state = 1457; + this.state = 1441; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1458; + this.state = 1442; this.match(FlinkSqlParser.RR_BRACKET); } break; case 2: { - this.state = 1459; + this.state = 1443; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1460; + this.state = 1444; this.expression(); - this.state = 1465; + this.state = 1449; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===305) { { { - this.state = 1461; + this.state = 1445; this.match(FlinkSqlParser.COMMA); - this.state = 1462; + this.state = 1446; this.expression(); } } - this.state = 1467; + this.state = 1451; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 1468; + this.state = 1452; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -7067,57 +7005,57 @@ export default class FlinkSqlParser extends Parser { case 7: this.enterOuterAlt(localctx, 7); { - this.state = 1473; + this.state = 1457; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===25) { { - this.state = 1472; + this.state = 1456; this.match(FlinkSqlParser.NOT); } } - this.state = 1475; + this.state = 1459; localctx._kind = this.match(FlinkSqlParser.LIKE); - this.state = 1476; + this.state = 1460; localctx._pattern = this.valueExpression(0); } break; case 8: this.enterOuterAlt(localctx, 8); { - this.state = 1477; + this.state = 1461; this.match(FlinkSqlParser.IS); - this.state = 1479; + this.state = 1463; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===25) { { - this.state = 1478; + this.state = 1462; this.match(FlinkSqlParser.NOT); } } - this.state = 1481; + this.state = 1465; localctx._kind = this.match(FlinkSqlParser.NULL); } break; case 9: this.enterOuterAlt(localctx, 9); { - this.state = 1482; + this.state = 1466; this.match(FlinkSqlParser.IS); - this.state = 1484; + this.state = 1468; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===25) { { - this.state = 1483; + this.state = 1467; this.match(FlinkSqlParser.NOT); } } - this.state = 1486; + this.state = 1470; localctx._kind = this._input.LT(1); _la = this._input.LA(1); if(!(_la===32 || _la===33)) { @@ -7132,23 +7070,23 @@ export default class FlinkSqlParser extends Parser { case 10: this.enterOuterAlt(localctx, 10); { - this.state = 1487; + this.state = 1471; this.match(FlinkSqlParser.IS); - this.state = 1489; + this.state = 1473; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===25) { { - this.state = 1488; + this.state = 1472; this.match(FlinkSqlParser.NOT); } } - this.state = 1491; + this.state = 1475; localctx._kind = this.match(FlinkSqlParser.DISTINCT); - this.state = 1492; + this.state = 1476; this.match(FlinkSqlParser.FROM); - this.state = 1493; + this.state = 1477; localctx._right = this.valueExpression(0); } break; @@ -7171,28 +7109,28 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public likePredicate(): LikePredicateContext { let localctx: LikePredicateContext = new LikePredicateContext(this, this._ctx, this.state); - this.enterRule(localctx, 212, FlinkSqlParser.RULE_likePredicate); + this.enterRule(localctx, 210, FlinkSqlParser.RULE_likePredicate); let _la: number; try { - this.state = 1521; + this.state = 1505; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 180, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 179, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 1497; + this.state = 1481; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===25) { { - this.state = 1496; + this.state = 1480; this.match(FlinkSqlParser.NOT); } } - this.state = 1499; + this.state = 1483; localctx._kind = this.match(FlinkSqlParser.LIKE); - this.state = 1500; + this.state = 1484; localctx._quantifier = this._input.LT(1); _la = this._input.LA(1); if(!(_la===8 || _la===9)) { @@ -7202,40 +7140,40 @@ export default class FlinkSqlParser extends Parser { this._errHandler.reportMatch(this); this.consume(); } - this.state = 1514; + this.state = 1498; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 178, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 177, this._ctx) ) { case 1: { - this.state = 1501; + this.state = 1485; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1502; + this.state = 1486; this.match(FlinkSqlParser.RR_BRACKET); } break; case 2: { - this.state = 1503; + this.state = 1487; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1504; + this.state = 1488; this.expression(); - this.state = 1509; + this.state = 1493; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===305) { { { - this.state = 1505; + this.state = 1489; this.match(FlinkSqlParser.COMMA); - this.state = 1506; + this.state = 1490; this.expression(); } } - this.state = 1511; + this.state = 1495; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 1512; + this.state = 1496; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -7245,19 +7183,19 @@ export default class FlinkSqlParser extends Parser { case 2: this.enterOuterAlt(localctx, 2); { - this.state = 1517; + this.state = 1501; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===25) { { - this.state = 1516; + this.state = 1500; this.match(FlinkSqlParser.NOT); } } - this.state = 1519; + this.state = 1503; localctx._kind = this.match(FlinkSqlParser.LIKE); - this.state = 1520; + this.state = 1504; localctx._pattern = this.valueExpression(0); } break; @@ -7290,23 +7228,23 @@ export default class FlinkSqlParser extends Parser { let _parentState: number = this.state; let localctx: ValueExpressionContext = new ValueExpressionContext(this, this._ctx, _parentState); let _prevctx: ValueExpressionContext = localctx; - let _startState: number = 214; - this.enterRecursionRule(localctx, 214, FlinkSqlParser.RULE_valueExpression, _p); + let _startState: number = 212; + this.enterRecursionRule(localctx, 212, FlinkSqlParser.RULE_valueExpression, _p); let _la: number; try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 1527; + this.state = 1511; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 181, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 180, this._ctx) ) { case 1: { localctx = new ValueExpressionDefaultContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1524; + this.state = 1508; this.primaryExpression(0); } break; @@ -7315,7 +7253,7 @@ export default class FlinkSqlParser extends Parser { localctx = new ArithmeticUnaryContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1525; + this.state = 1509; (localctx as ArithmeticUnaryContext)._operator = this._input.LT(1); _la = this._input.LA(1); if(!(((((_la - 296)) & ~0x1F) === 0 && ((1 << (_la - 296)) & 786433) !== 0))) { @@ -7325,15 +7263,15 @@ export default class FlinkSqlParser extends Parser { this._errHandler.reportMatch(this); this.consume(); } - this.state = 1526; + this.state = 1510; this.valueExpression(7); } break; } this._ctx.stop = this._input.LT(-1); - this.state = 1550; + this.state = 1534; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 183, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 182, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { if (this._parseListeners != null) { @@ -7341,19 +7279,19 @@ export default class FlinkSqlParser extends Parser { } _prevctx = localctx; { - this.state = 1548; + this.state = 1532; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 182, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 181, this._ctx) ) { case 1: { localctx = new ArithmeticBinaryContext(this, new ValueExpressionContext(this, _parentctx, _parentState)); (localctx as ArithmeticBinaryContext)._left = _prevctx; this.pushNewRecursionContext(localctx, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1529; + this.state = 1513; if (!(this.precpred(this._ctx, 6))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 6)"); } - this.state = 1530; + this.state = 1514; (localctx as ArithmeticBinaryContext)._operator = this._input.LT(1); _la = this._input.LA(1); if(!(_la===132 || ((((_la - 312)) & ~0x1F) === 0 && ((1 << (_la - 312)) & 145) !== 0))) { @@ -7363,7 +7301,7 @@ export default class FlinkSqlParser extends Parser { this._errHandler.reportMatch(this); this.consume(); } - this.state = 1531; + this.state = 1515; (localctx as ArithmeticBinaryContext)._right = this.valueExpression(7); } break; @@ -7372,11 +7310,11 @@ export default class FlinkSqlParser extends Parser { localctx = new ArithmeticBinaryContext(this, new ValueExpressionContext(this, _parentctx, _parentState)); (localctx as ArithmeticBinaryContext)._left = _prevctx; this.pushNewRecursionContext(localctx, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1532; + this.state = 1516; if (!(this.precpred(this._ctx, 5))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 5)"); } - this.state = 1533; + this.state = 1517; (localctx as ArithmeticBinaryContext)._operator = this._input.LT(1); _la = this._input.LA(1); if(!(((((_la - 314)) & ~0x1F) === 0 && ((1 << (_la - 314)) & 11) !== 0))) { @@ -7386,7 +7324,7 @@ export default class FlinkSqlParser extends Parser { this._errHandler.reportMatch(this); this.consume(); } - this.state = 1534; + this.state = 1518; (localctx as ArithmeticBinaryContext)._right = this.valueExpression(6); } break; @@ -7395,13 +7333,13 @@ export default class FlinkSqlParser extends Parser { localctx = new ArithmeticBinaryContext(this, new ValueExpressionContext(this, _parentctx, _parentState)); (localctx as ArithmeticBinaryContext)._left = _prevctx; this.pushNewRecursionContext(localctx, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1535; + this.state = 1519; if (!(this.precpred(this._ctx, 4))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 4)"); } - this.state = 1536; + this.state = 1520; (localctx as ArithmeticBinaryContext)._operator = this.match(FlinkSqlParser.BIT_AND_OP); - this.state = 1537; + this.state = 1521; (localctx as ArithmeticBinaryContext)._right = this.valueExpression(5); } break; @@ -7410,13 +7348,13 @@ export default class FlinkSqlParser extends Parser { localctx = new ArithmeticBinaryContext(this, new ValueExpressionContext(this, _parentctx, _parentState)); (localctx as ArithmeticBinaryContext)._left = _prevctx; this.pushNewRecursionContext(localctx, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1538; + this.state = 1522; if (!(this.precpred(this._ctx, 3))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 3)"); } - this.state = 1539; + this.state = 1523; (localctx as ArithmeticBinaryContext)._operator = this.match(FlinkSqlParser.BIT_XOR_OP); - this.state = 1540; + this.state = 1524; (localctx as ArithmeticBinaryContext)._right = this.valueExpression(4); } break; @@ -7425,13 +7363,13 @@ export default class FlinkSqlParser extends Parser { localctx = new ArithmeticBinaryContext(this, new ValueExpressionContext(this, _parentctx, _parentState)); (localctx as ArithmeticBinaryContext)._left = _prevctx; this.pushNewRecursionContext(localctx, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1541; + this.state = 1525; if (!(this.precpred(this._ctx, 2))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 2)"); } - this.state = 1542; + this.state = 1526; (localctx as ArithmeticBinaryContext)._operator = this.match(FlinkSqlParser.BIT_OR_OP); - this.state = 1543; + this.state = 1527; (localctx as ArithmeticBinaryContext)._right = this.valueExpression(3); } break; @@ -7440,22 +7378,22 @@ export default class FlinkSqlParser extends Parser { localctx = new ComparisonContext(this, new ValueExpressionContext(this, _parentctx, _parentState)); (localctx as ComparisonContext)._left = _prevctx; this.pushNewRecursionContext(localctx, _startState, FlinkSqlParser.RULE_valueExpression); - this.state = 1544; + this.state = 1528; if (!(this.precpred(this._ctx, 1))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 1)"); } - this.state = 1545; + this.state = 1529; this.comparisonOperator(); - this.state = 1546; + this.state = 1530; (localctx as ComparisonContext)._right = this.valueExpression(2); } break; } } } - this.state = 1552; + this.state = 1536; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 183, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 182, this._ctx); } } } @@ -7486,51 +7424,51 @@ export default class FlinkSqlParser extends Parser { let _parentState: number = this.state; let localctx: PrimaryExpressionContext = new PrimaryExpressionContext(this, this._ctx, _parentState); let _prevctx: PrimaryExpressionContext = localctx; - let _startState: number = 216; - this.enterRecursionRule(localctx, 216, FlinkSqlParser.RULE_primaryExpression, _p); + let _startState: number = 214; + this.enterRecursionRule(localctx, 214, FlinkSqlParser.RULE_primaryExpression, _p); let _la: number; try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 1644; + this.state = 1628; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 193, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 192, this._ctx) ) { case 1: { localctx = new SearchedCaseContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1554; + this.state = 1538; this.match(FlinkSqlParser.CASE); - this.state = 1556; + this.state = 1540; this._errHandler.sync(this); _la = this._input.LA(1); do { { { - this.state = 1555; + this.state = 1539; this.whenClause(); } } - this.state = 1558; + this.state = 1542; this._errHandler.sync(this); _la = this._input.LA(1); } while (_la===40); - this.state = 1562; + this.state = 1546; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===42) { { - this.state = 1560; + this.state = 1544; this.match(FlinkSqlParser.ELSE); - this.state = 1561; + this.state = 1545; (localctx as SearchedCaseContext)._elseExpression = this.expression(); } } - this.state = 1564; + this.state = 1548; this.match(FlinkSqlParser.END); } break; @@ -7539,37 +7477,37 @@ export default class FlinkSqlParser extends Parser { localctx = new SimpleCaseContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1566; + this.state = 1550; this.match(FlinkSqlParser.CASE); - this.state = 1567; + this.state = 1551; (localctx as SimpleCaseContext)._value = this.expression(); - this.state = 1569; + this.state = 1553; this._errHandler.sync(this); _la = this._input.LA(1); do { { { - this.state = 1568; + this.state = 1552; this.whenClause(); } } - this.state = 1571; + this.state = 1555; this._errHandler.sync(this); _la = this._input.LA(1); } while (_la===40); - this.state = 1575; + this.state = 1559; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===42) { { - this.state = 1573; + this.state = 1557; this.match(FlinkSqlParser.ELSE); - this.state = 1574; + this.state = 1558; (localctx as SimpleCaseContext)._elseExpression = this.expression(); } } - this.state = 1577; + this.state = 1561; this.match(FlinkSqlParser.END); } break; @@ -7578,17 +7516,17 @@ export default class FlinkSqlParser extends Parser { localctx = new CastContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1579; + this.state = 1563; this.match(FlinkSqlParser.CAST); - this.state = 1580; + this.state = 1564; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1581; + this.state = 1565; this.expression(); - this.state = 1582; + this.state = 1566; this.match(FlinkSqlParser.AS); - this.state = 1583; + this.state = 1567; this.columnType(); - this.state = 1584; + this.state = 1568; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -7597,25 +7535,25 @@ export default class FlinkSqlParser extends Parser { localctx = new FirstContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1586; + this.state = 1570; this.match(FlinkSqlParser.FIRST); - this.state = 1587; + this.state = 1571; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1588; + this.state = 1572; this.expression(); - this.state = 1591; + this.state = 1575; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===124) { { - this.state = 1589; + this.state = 1573; this.match(FlinkSqlParser.IGNORE); - this.state = 1590; + this.state = 1574; this.match(FlinkSqlParser.NULLS); } } - this.state = 1593; + this.state = 1577; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -7624,25 +7562,25 @@ export default class FlinkSqlParser extends Parser { localctx = new LastContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1595; + this.state = 1579; this.match(FlinkSqlParser.LAST); - this.state = 1596; + this.state = 1580; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1597; + this.state = 1581; this.expression(); - this.state = 1600; + this.state = 1584; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===124) { { - this.state = 1598; + this.state = 1582; this.match(FlinkSqlParser.IGNORE); - this.state = 1599; + this.state = 1583; this.match(FlinkSqlParser.NULLS); } } - this.state = 1602; + this.state = 1586; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -7651,17 +7589,17 @@ export default class FlinkSqlParser extends Parser { localctx = new PositionContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1604; + this.state = 1588; this.match(FlinkSqlParser.POSITION); - this.state = 1605; + this.state = 1589; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1606; + this.state = 1590; (localctx as PositionContext)._substr = this.valueExpression(0); - this.state = 1607; + this.state = 1591; this.match(FlinkSqlParser.IN); - this.state = 1608; + this.state = 1592; (localctx as PositionContext)._str = this.valueExpression(0); - this.state = 1609; + this.state = 1593; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -7670,7 +7608,7 @@ export default class FlinkSqlParser extends Parser { localctx = new ConstantDefaultContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1611; + this.state = 1595; this.constant(); } break; @@ -7679,7 +7617,7 @@ export default class FlinkSqlParser extends Parser { localctx = new StarContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1612; + this.state = 1596; this.match(FlinkSqlParser.ASTERISK_SIGN); } break; @@ -7688,11 +7626,11 @@ export default class FlinkSqlParser extends Parser { localctx = new StarContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1613; + this.state = 1597; this.uid(); - this.state = 1614; + this.state = 1598; this.match(FlinkSqlParser.DOT); - this.state = 1615; + this.state = 1599; this.match(FlinkSqlParser.ASTERISK_SIGN); } break; @@ -7701,11 +7639,11 @@ export default class FlinkSqlParser extends Parser { localctx = new SubqueryExpressionContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1617; + this.state = 1601; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1618; + this.state = 1602; this.queryStatement(0); - this.state = 1619; + this.state = 1603; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -7714,47 +7652,47 @@ export default class FlinkSqlParser extends Parser { localctx = new FunctionCallContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1621; + this.state = 1605; this.functionName(); - this.state = 1622; + this.state = 1606; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1634; + this.state = 1618; this._errHandler.sync(this); _la = this._input.LA(1); if (((((_la - 4)) & ~0x1F) === 0 && ((1 << (_la - 4)) & 4294967295) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 4294967167) !== 0) || ((((_la - 68)) & ~0x1F) === 0 && ((1 << (_la - 68)) & 4291015671) !== 0) || ((((_la - 102)) & ~0x1F) === 0 && ((1 << (_la - 102)) & 4294967295) !== 0) || ((((_la - 134)) & ~0x1F) === 0 && ((1 << (_la - 134)) & 4294967295) !== 0) || ((((_la - 166)) & ~0x1F) === 0 && ((1 << (_la - 166)) & 4294967295) !== 0) || ((((_la - 198)) & ~0x1F) === 0 && ((1 << (_la - 198)) & 4294934527) !== 0) || ((((_la - 230)) & ~0x1F) === 0 && ((1 << (_la - 230)) & 1031800543) !== 0) || ((((_la - 264)) & ~0x1F) === 0 && ((1 << (_la - 264)) & 266320383) !== 0) || ((((_la - 296)) & ~0x1F) === 0 && ((1 << (_la - 296)) & 2081226881) !== 0)) { { - this.state = 1624; + this.state = 1608; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 190, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 189, this._ctx) ) { case 1: { - this.state = 1623; + this.state = 1607; this.setQuantifier(); } break; } - this.state = 1626; + this.state = 1610; this.expression(); - this.state = 1631; + this.state = 1615; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===305) { { { - this.state = 1627; + this.state = 1611; this.match(FlinkSqlParser.COMMA); - this.state = 1628; + this.state = 1612; this.expression(); } } - this.state = 1633; + this.state = 1617; this._errHandler.sync(this); _la = this._input.LA(1); } } } - this.state = 1636; + this.state = 1620; this.match(FlinkSqlParser.RR_BRACKET); } break; @@ -7763,7 +7701,7 @@ export default class FlinkSqlParser extends Parser { localctx = new ColumnReferenceContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1638; + this.state = 1622; this.identifier(); } break; @@ -7772,7 +7710,7 @@ export default class FlinkSqlParser extends Parser { localctx = new DereferenceContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1639; + this.state = 1623; this.dereferenceDefinition(); } break; @@ -7781,19 +7719,19 @@ export default class FlinkSqlParser extends Parser { localctx = new ParenthesizedExpressionContext(this, localctx); this._ctx = localctx; _prevctx = localctx; - this.state = 1640; + this.state = 1624; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1641; + this.state = 1625; this.expression(); - this.state = 1642; + this.state = 1626; this.match(FlinkSqlParser.RR_BRACKET); } break; } this._ctx.stop = this._input.LT(-1); - this.state = 1653; + this.state = 1637; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 194, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 193, this._ctx); while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1) { if (this._parseListeners != null) { @@ -7805,22 +7743,22 @@ export default class FlinkSqlParser extends Parser { localctx = new SubscriptContext(this, new PrimaryExpressionContext(this, _parentctx, _parentState)); (localctx as SubscriptContext)._value = _prevctx; this.pushNewRecursionContext(localctx, _startState, FlinkSqlParser.RULE_primaryExpression); - this.state = 1646; + this.state = 1630; if (!(this.precpred(this._ctx, 4))) { throw this.createFailedPredicateException("this.precpred(this._ctx, 4)"); } - this.state = 1647; + this.state = 1631; this.match(FlinkSqlParser.LS_BRACKET); - this.state = 1648; + this.state = 1632; (localctx as SubscriptContext)._index = this.valueExpression(0); - this.state = 1649; + this.state = 1633; this.match(FlinkSqlParser.RS_BRACKET); } } } - this.state = 1655; + this.state = 1639; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 194, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 193, this._ctx); } } } @@ -7841,11 +7779,11 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public functionName(): FunctionNameContext { let localctx: FunctionNameContext = new FunctionNameContext(this, this._ctx, this.state); - this.enterRule(localctx, 218, FlinkSqlParser.RULE_functionName); + this.enterRule(localctx, 216, FlinkSqlParser.RULE_functionName); try { this.enterOuterAlt(localctx, 1); { - this.state = 1656; + this.state = 1640; this.uid(); } } @@ -7866,11 +7804,11 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public dereferenceDefinition(): DereferenceDefinitionContext { let localctx: DereferenceDefinitionContext = new DereferenceDefinitionContext(this, this._ctx, this.state); - this.enterRule(localctx, 220, FlinkSqlParser.RULE_dereferenceDefinition); + this.enterRule(localctx, 218, FlinkSqlParser.RULE_dereferenceDefinition); try { this.enterOuterAlt(localctx, 1); { - this.state = 1658; + this.state = 1642; this.uid(); } } @@ -7891,11 +7829,11 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public correlationName(): CorrelationNameContext { let localctx: CorrelationNameContext = new CorrelationNameContext(this, this._ctx, this.state); - this.enterRule(localctx, 222, FlinkSqlParser.RULE_correlationName); + this.enterRule(localctx, 220, FlinkSqlParser.RULE_correlationName); try { this.enterOuterAlt(localctx, 1); { - this.state = 1660; + this.state = 1644; this.identifier(); } } @@ -7916,22 +7854,22 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public qualifiedName(): QualifiedNameContext { let localctx: QualifiedNameContext = new QualifiedNameContext(this, this._ctx, this.state); - this.enterRule(localctx, 224, FlinkSqlParser.RULE_qualifiedName); + this.enterRule(localctx, 222, FlinkSqlParser.RULE_qualifiedName); try { - this.state = 1664; + this.state = 1648; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 195, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 194, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 1662; + this.state = 1646; this.identifier(); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 1663; + this.state = 1647; this.dereferenceDefinition(); } break; @@ -7954,24 +7892,24 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public interval(): IntervalContext { let localctx: IntervalContext = new IntervalContext(this, this._ctx, this.state); - this.enterRule(localctx, 226, FlinkSqlParser.RULE_interval); + this.enterRule(localctx, 224, FlinkSqlParser.RULE_interval); try { this.enterOuterAlt(localctx, 1); { - this.state = 1666; + this.state = 1650; this.match(FlinkSqlParser.INTERVAL); - this.state = 1669; + this.state = 1653; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 196, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 195, this._ctx) ) { case 1: { - this.state = 1667; + this.state = 1651; this.errorCapturingMultiUnitsInterval(); } break; case 2: { - this.state = 1668; + this.state = 1652; this.errorCapturingUnitToUnitInterval(); } break; @@ -7995,18 +7933,18 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public errorCapturingMultiUnitsInterval(): ErrorCapturingMultiUnitsIntervalContext { let localctx: ErrorCapturingMultiUnitsIntervalContext = new ErrorCapturingMultiUnitsIntervalContext(this, this._ctx, this.state); - this.enterRule(localctx, 228, FlinkSqlParser.RULE_errorCapturingMultiUnitsInterval); + this.enterRule(localctx, 226, FlinkSqlParser.RULE_errorCapturingMultiUnitsInterval); try { this.enterOuterAlt(localctx, 1); { - this.state = 1671; + this.state = 1655; this.multiUnitsInterval(); - this.state = 1673; + this.state = 1657; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 197, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 196, this._ctx) ) { case 1: { - this.state = 1672; + this.state = 1656; this.unitToUnitInterval(); } break; @@ -8030,12 +7968,12 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public multiUnitsInterval(): MultiUnitsIntervalContext { let localctx: MultiUnitsIntervalContext = new MultiUnitsIntervalContext(this, this._ctx, this.state); - this.enterRule(localctx, 230, FlinkSqlParser.RULE_multiUnitsInterval); + this.enterRule(localctx, 228, FlinkSqlParser.RULE_multiUnitsInterval); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 1678; + this.state = 1662; this._errHandler.sync(this); _alt = 1; do { @@ -8043,9 +7981,9 @@ export default class FlinkSqlParser extends Parser { case 1: { { - this.state = 1675; + this.state = 1659; this.intervalValue(); - this.state = 1676; + this.state = 1660; this.identifier(); } } @@ -8053,9 +7991,9 @@ export default class FlinkSqlParser extends Parser { default: throw new NoViableAltException(this); } - this.state = 1680; + this.state = 1664; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 198, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 197, this._ctx); } while (_alt !== 2 && _alt !== ATN.INVALID_ALT_NUMBER); } } @@ -8076,24 +8014,24 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public errorCapturingUnitToUnitInterval(): ErrorCapturingUnitToUnitIntervalContext { let localctx: ErrorCapturingUnitToUnitIntervalContext = new ErrorCapturingUnitToUnitIntervalContext(this, this._ctx, this.state); - this.enterRule(localctx, 232, FlinkSqlParser.RULE_errorCapturingUnitToUnitInterval); + this.enterRule(localctx, 230, FlinkSqlParser.RULE_errorCapturingUnitToUnitInterval); try { this.enterOuterAlt(localctx, 1); { - this.state = 1682; + this.state = 1666; localctx._body = this.unitToUnitInterval(); - this.state = 1685; + this.state = 1669; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 199, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 198, this._ctx) ) { case 1: { - this.state = 1683; + this.state = 1667; localctx._error1 = this.multiUnitsInterval(); } break; case 2: { - this.state = 1684; + this.state = 1668; localctx._error2 = this.unitToUnitInterval(); } break; @@ -8117,17 +8055,17 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public unitToUnitInterval(): UnitToUnitIntervalContext { let localctx: UnitToUnitIntervalContext = new UnitToUnitIntervalContext(this, this._ctx, this.state); - this.enterRule(localctx, 234, FlinkSqlParser.RULE_unitToUnitInterval); + this.enterRule(localctx, 232, FlinkSqlParser.RULE_unitToUnitInterval); try { this.enterOuterAlt(localctx, 1); { - this.state = 1687; + this.state = 1671; localctx._value = this.intervalValue(); - this.state = 1688; + this.state = 1672; localctx._from_ = this.identifier(); - this.state = 1689; + this.state = 1673; this.match(FlinkSqlParser.TO); - this.state = 1690; + this.state = 1674; localctx._to = this.identifier(); } } @@ -8148,10 +8086,10 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public intervalValue(): IntervalValueContext { let localctx: IntervalValueContext = new IntervalValueContext(this, this._ctx, this.state); - this.enterRule(localctx, 236, FlinkSqlParser.RULE_intervalValue); + this.enterRule(localctx, 234, FlinkSqlParser.RULE_intervalValue); let _la: number; try { - this.state = 1697; + this.state = 1681; this._errHandler.sync(this); switch (this._input.LA(1)) { case 314: @@ -8160,12 +8098,12 @@ export default class FlinkSqlParser extends Parser { case 324: this.enterOuterAlt(localctx, 1); { - this.state = 1693; + this.state = 1677; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===314 || _la===315) { { - this.state = 1692; + this.state = 1676; _la = this._input.LA(1); if(!(_la===314 || _la===315)) { this._errHandler.recoverInline(this); @@ -8177,7 +8115,7 @@ export default class FlinkSqlParser extends Parser { } } - this.state = 1695; + this.state = 1679; _la = this._input.LA(1); if(!(_la===323 || _la===324)) { this._errHandler.recoverInline(this); @@ -8191,7 +8129,7 @@ export default class FlinkSqlParser extends Parser { case 322: this.enterOuterAlt(localctx, 2); { - this.state = 1696; + this.state = 1680; this.match(FlinkSqlParser.STRING_LITERAL); } break; @@ -8216,29 +8154,29 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public columnAlias(): ColumnAliasContext { let localctx: ColumnAliasContext = new ColumnAliasContext(this, this._ctx, this.state); - this.enterRule(localctx, 238, FlinkSqlParser.RULE_columnAlias); + this.enterRule(localctx, 236, FlinkSqlParser.RULE_columnAlias); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1700; + this.state = 1684; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 202, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 201, this._ctx) ) { case 1: { - this.state = 1699; + this.state = 1683; this.match(FlinkSqlParser.AS); } break; } - this.state = 1702; + this.state = 1686; this.strictIdentifier(); - this.state = 1704; + this.state = 1688; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===303) { { - this.state = 1703; + this.state = 1687; this.identifierList(); } } @@ -8262,28 +8200,28 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public tableAlias(): TableAliasContext { let localctx: TableAliasContext = new TableAliasContext(this, this._ctx, this.state); - this.enterRule(localctx, 240, FlinkSqlParser.RULE_tableAlias); + this.enterRule(localctx, 238, FlinkSqlParser.RULE_tableAlias); try { this.enterOuterAlt(localctx, 1); { - this.state = 1707; + this.state = 1691; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 204, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 203, this._ctx) ) { case 1: { - this.state = 1706; + this.state = 1690; this.match(FlinkSqlParser.AS); } break; } - this.state = 1709; + this.state = 1693; this.strictIdentifier(); - this.state = 1711; + this.state = 1695; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 205, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 204, this._ctx) ) { case 1: { - this.state = 1710; + this.state = 1694; this.identifierList(); } break; @@ -8307,13 +8245,13 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public errorCapturingIdentifier(): ErrorCapturingIdentifierContext { let localctx: ErrorCapturingIdentifierContext = new ErrorCapturingIdentifierContext(this, this._ctx, this.state); - this.enterRule(localctx, 242, FlinkSqlParser.RULE_errorCapturingIdentifier); + this.enterRule(localctx, 240, FlinkSqlParser.RULE_errorCapturingIdentifier); try { this.enterOuterAlt(localctx, 1); { - this.state = 1713; + this.state = 1697; this.identifier(); - this.state = 1714; + this.state = 1698; this.errorCapturingIdentifierExtra(); } } @@ -8334,29 +8272,29 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public errorCapturingIdentifierExtra(): ErrorCapturingIdentifierExtraContext { let localctx: ErrorCapturingIdentifierExtraContext = new ErrorCapturingIdentifierExtraContext(this, this._ctx, this.state); - this.enterRule(localctx, 244, FlinkSqlParser.RULE_errorCapturingIdentifierExtra); + this.enterRule(localctx, 242, FlinkSqlParser.RULE_errorCapturingIdentifierExtra); let _la: number; try { - this.state = 1723; + this.state = 1707; this._errHandler.sync(this); switch (this._input.LA(1)) { case 131: localctx = new ErrorIdentContext(this, localctx); this.enterOuterAlt(localctx, 1); { - this.state = 1718; + this.state = 1702; this._errHandler.sync(this); _la = this._input.LA(1); do { { { - this.state = 1716; + this.state = 1700; this.match(FlinkSqlParser.MINUS); - this.state = 1717; + this.state = 1701; this.identifier(); } } - this.state = 1720; + this.state = 1704; this._errHandler.sync(this); _la = this._input.LA(1); } while (_la===131); @@ -8391,15 +8329,15 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public identifierList(): IdentifierListContext { let localctx: IdentifierListContext = new IdentifierListContext(this, this._ctx, this.state); - this.enterRule(localctx, 246, FlinkSqlParser.RULE_identifierList); + this.enterRule(localctx, 244, FlinkSqlParser.RULE_identifierList); try { this.enterOuterAlt(localctx, 1); { - this.state = 1725; + this.state = 1709; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1726; + this.state = 1710; this.identifierSeq(); - this.state = 1727; + this.state = 1711; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -8420,26 +8358,26 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public identifierSeq(): IdentifierSeqContext { let localctx: IdentifierSeqContext = new IdentifierSeqContext(this, this._ctx, this.state); - this.enterRule(localctx, 248, FlinkSqlParser.RULE_identifierSeq); + this.enterRule(localctx, 246, FlinkSqlParser.RULE_identifierSeq); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1729; + this.state = 1713; this.identifier(); - this.state = 1734; + this.state = 1718; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===305) { { { - this.state = 1730; + this.state = 1714; this.match(FlinkSqlParser.COMMA); - this.state = 1731; + this.state = 1715; this.identifier(); } } - this.state = 1736; + this.state = 1720; this._errHandler.sync(this); _la = this._input.LA(1); } @@ -8462,22 +8400,22 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public identifier(): IdentifierContext { let localctx: IdentifierContext = new IdentifierContext(this, this._ctx, this.state); - this.enterRule(localctx, 250, FlinkSqlParser.RULE_identifier); + this.enterRule(localctx, 248, FlinkSqlParser.RULE_identifier); try { - this.state = 1739; + this.state = 1723; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 209, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 208, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 1737; + this.state = 1721; this.strictIdentifier(); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 1738; + this.state = 1722; this.strictNonReserved(); } break; @@ -8500,16 +8438,16 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public strictIdentifier(): StrictIdentifierContext { let localctx: StrictIdentifierContext = new StrictIdentifierContext(this, this._ctx, this.state); - this.enterRule(localctx, 252, FlinkSqlParser.RULE_strictIdentifier); + this.enterRule(localctx, 250, FlinkSqlParser.RULE_strictIdentifier); try { - this.state = 1745; + this.state = 1729; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 210, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 209, this._ctx) ) { case 1: localctx = new UnquotedIdentifierAlternativeContext(this, localctx); this.enterOuterAlt(localctx, 1); { - this.state = 1741; + this.state = 1725; this.unquotedIdentifier(); } break; @@ -8517,7 +8455,7 @@ export default class FlinkSqlParser extends Parser { localctx = new QuotedIdentifierAlternativeContext(this, localctx); this.enterOuterAlt(localctx, 2); { - this.state = 1742; + this.state = 1726; this.quotedIdentifier(); } break; @@ -8525,7 +8463,7 @@ export default class FlinkSqlParser extends Parser { localctx = new AnsiNonReservedKeywordsContext(this, localctx); this.enterOuterAlt(localctx, 3); { - this.state = 1743; + this.state = 1727; this.ansiNonReserved(); } break; @@ -8533,7 +8471,7 @@ export default class FlinkSqlParser extends Parser { localctx = new NonReservedKeywordsContext(this, localctx); this.enterOuterAlt(localctx, 4); { - this.state = 1744; + this.state = 1728; this.nonReserved(); } break; @@ -8556,12 +8494,12 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public unquotedIdentifier(): UnquotedIdentifierContext { let localctx: UnquotedIdentifierContext = new UnquotedIdentifierContext(this, this._ctx, this.state); - this.enterRule(localctx, 254, FlinkSqlParser.RULE_unquotedIdentifier); + this.enterRule(localctx, 252, FlinkSqlParser.RULE_unquotedIdentifier); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1747; + this.state = 1731; _la = this._input.LA(1); if(!(_la===323 || _la===326)) { this._errHandler.recoverInline(this); @@ -8589,11 +8527,11 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public quotedIdentifier(): QuotedIdentifierContext { let localctx: QuotedIdentifierContext = new QuotedIdentifierContext(this, this._ctx, this.state); - this.enterRule(localctx, 256, FlinkSqlParser.RULE_quotedIdentifier); + this.enterRule(localctx, 254, FlinkSqlParser.RULE_quotedIdentifier); try { this.enterOuterAlt(localctx, 1); { - this.state = 1749; + this.state = 1733; this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -8614,17 +8552,17 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public whenClause(): WhenClauseContext { let localctx: WhenClauseContext = new WhenClauseContext(this, this._ctx, this.state); - this.enterRule(localctx, 258, FlinkSqlParser.RULE_whenClause); + this.enterRule(localctx, 256, FlinkSqlParser.RULE_whenClause); try { this.enterOuterAlt(localctx, 1); { - this.state = 1751; + this.state = 1735; this.match(FlinkSqlParser.WHEN); - this.state = 1752; + this.state = 1736; localctx._condition = this.expression(); - this.state = 1753; + this.state = 1737; this.match(FlinkSqlParser.THEN); - this.state = 1754; + this.state = 1738; localctx._result = this.expression(); } } @@ -8645,26 +8583,26 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public uidList(): UidListContext { let localctx: UidListContext = new UidListContext(this, this._ctx, this.state); - this.enterRule(localctx, 260, FlinkSqlParser.RULE_uidList); + this.enterRule(localctx, 258, FlinkSqlParser.RULE_uidList); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1756; + this.state = 1740; this.uid(); - this.state = 1761; + this.state = 1745; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===305) { { { - this.state = 1757; + this.state = 1741; this.match(FlinkSqlParser.COMMA); - this.state = 1758; + this.state = 1742; this.uid(); } } - this.state = 1763; + this.state = 1747; this._errHandler.sync(this); _la = this._input.LA(1); } @@ -8687,28 +8625,28 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public uid(): UidContext { let localctx: UidContext = new UidContext(this, this._ctx, this.state); - this.enterRule(localctx, 262, FlinkSqlParser.RULE_uid); + this.enterRule(localctx, 260, FlinkSqlParser.RULE_uid); try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 1764; + this.state = 1748; this.match(FlinkSqlParser.ID_LITERAL); - this.state = 1768; + this.state = 1752; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 212, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 211, this._ctx); while (_alt !== 1 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1 + 1) { { { - this.state = 1765; + this.state = 1749; this.match(FlinkSqlParser.DOT_ID); } } } - this.state = 1770; + this.state = 1754; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 212, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 211, this._ctx); } } } @@ -8729,13 +8667,13 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public plusUid(): PlusUidContext { let localctx: PlusUidContext = new PlusUidContext(this, this._ctx, this.state); - this.enterRule(localctx, 264, FlinkSqlParser.RULE_plusUid); + this.enterRule(localctx, 262, FlinkSqlParser.RULE_plusUid); let _la: number; try { let _alt: number; this.enterOuterAlt(localctx, 1); { - this.state = 1771; + this.state = 1755; _la = this._input.LA(1); if(!(_la===326 || _la===327)) { this._errHandler.recoverInline(this); @@ -8744,14 +8682,14 @@ export default class FlinkSqlParser extends Parser { this._errHandler.reportMatch(this); this.consume(); } - this.state = 1775; + this.state = 1759; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 213, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 212, this._ctx); while (_alt !== 1 && _alt !== ATN.INVALID_ALT_NUMBER) { if (_alt === 1 + 1) { { { - this.state = 1772; + this.state = 1756; _la = this._input.LA(1); if(!(_la===320 || _la===321)) { this._errHandler.recoverInline(this); @@ -8763,9 +8701,9 @@ export default class FlinkSqlParser extends Parser { } } } - this.state = 1777; + this.state = 1761; this._errHandler.sync(this); - _alt = this._interp.adaptivePredict(this._input, 213, this._ctx); + _alt = this._interp.adaptivePredict(this._input, 212, this._ctx); } } } @@ -8786,13 +8724,13 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public withOption(): WithOptionContext { let localctx: WithOptionContext = new WithOptionContext(this, this._ctx, this.state); - this.enterRule(localctx, 266, FlinkSqlParser.RULE_withOption); + this.enterRule(localctx, 264, FlinkSqlParser.RULE_withOption); try { this.enterOuterAlt(localctx, 1); { - this.state = 1778; + this.state = 1762; this.match(FlinkSqlParser.WITH); - this.state = 1779; + this.state = 1763; this.tablePropertyList(); } } @@ -8813,15 +8751,15 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public ifNotExists(): IfNotExistsContext { let localctx: IfNotExistsContext = new IfNotExistsContext(this, this._ctx, this.state); - this.enterRule(localctx, 268, FlinkSqlParser.RULE_ifNotExists); + this.enterRule(localctx, 266, FlinkSqlParser.RULE_ifNotExists); try { this.enterOuterAlt(localctx, 1); { - this.state = 1781; + this.state = 1765; this.match(FlinkSqlParser.IF); - this.state = 1782; + this.state = 1766; this.match(FlinkSqlParser.NOT); - this.state = 1783; + this.state = 1767; this.match(FlinkSqlParser.EXISTS); } } @@ -8842,13 +8780,13 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public ifExists(): IfExistsContext { let localctx: IfExistsContext = new IfExistsContext(this, this._ctx, this.state); - this.enterRule(localctx, 270, FlinkSqlParser.RULE_ifExists); + this.enterRule(localctx, 268, FlinkSqlParser.RULE_ifExists); try { this.enterOuterAlt(localctx, 1); { - this.state = 1785; + this.state = 1769; this.match(FlinkSqlParser.IF); - this.state = 1786; + this.state = 1770; this.match(FlinkSqlParser.EXISTS); } } @@ -8869,32 +8807,32 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public tablePropertyList(): TablePropertyListContext { let localctx: TablePropertyListContext = new TablePropertyListContext(this, this._ctx, this.state); - this.enterRule(localctx, 272, FlinkSqlParser.RULE_tablePropertyList); + this.enterRule(localctx, 270, FlinkSqlParser.RULE_tablePropertyList); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1788; + this.state = 1772; this.match(FlinkSqlParser.LR_BRACKET); - this.state = 1789; + this.state = 1773; this.tableProperty(); - this.state = 1794; + this.state = 1778; this._errHandler.sync(this); _la = this._input.LA(1); while (_la===305) { { { - this.state = 1790; + this.state = 1774; this.match(FlinkSqlParser.COMMA); - this.state = 1791; + this.state = 1775; this.tableProperty(); } } - this.state = 1796; + this.state = 1780; this._errHandler.sync(this); _la = this._input.LA(1); } - this.state = 1797; + this.state = 1781; this.match(FlinkSqlParser.RR_BRACKET); } } @@ -8915,29 +8853,29 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public tableProperty(): TablePropertyContext { let localctx: TablePropertyContext = new TablePropertyContext(this, this._ctx, this.state); - this.enterRule(localctx, 274, FlinkSqlParser.RULE_tableProperty); + this.enterRule(localctx, 272, FlinkSqlParser.RULE_tableProperty); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1799; + this.state = 1783; localctx._key = this.tablePropertyKey(); - this.state = 1804; + this.state = 1788; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===32 || _la===33 || ((((_la - 292)) & ~0x1F) === 0 && ((1 << (_la - 292)) & 3221225473) !== 0) || _la===324) { { - this.state = 1801; + this.state = 1785; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===292) { { - this.state = 1800; + this.state = 1784; this.match(FlinkSqlParser.EQUAL_SYMBOL); } } - this.state = 1803; + this.state = 1787; localctx._value = this.tablePropertyValue(); } } @@ -8961,29 +8899,29 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public tablePropertyKey(): TablePropertyKeyContext { let localctx: TablePropertyKeyContext = new TablePropertyKeyContext(this, this._ctx, this.state); - this.enterRule(localctx, 276, FlinkSqlParser.RULE_tablePropertyKey); + this.enterRule(localctx, 274, FlinkSqlParser.RULE_tablePropertyKey); try { - this.state = 1809; + this.state = 1793; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 217, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 216, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 1806; + this.state = 1790; this.identifier(); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 1807; + this.state = 1791; this.dereferenceDefinition(); } break; case 3: this.enterOuterAlt(localctx, 3); { - this.state = 1808; + this.state = 1792; this.match(FlinkSqlParser.STRING_LITERAL); } break; @@ -9006,22 +8944,22 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public tablePropertyValue(): TablePropertyValueContext { let localctx: TablePropertyValueContext = new TablePropertyValueContext(this, this._ctx, this.state); - this.enterRule(localctx, 278, FlinkSqlParser.RULE_tablePropertyValue); + this.enterRule(localctx, 276, FlinkSqlParser.RULE_tablePropertyValue); try { - this.state = 1815; + this.state = 1799; this._errHandler.sync(this); switch (this._input.LA(1)) { case 323: this.enterOuterAlt(localctx, 1); { - this.state = 1811; + this.state = 1795; this.match(FlinkSqlParser.DIG_LITERAL); } break; case 324: this.enterOuterAlt(localctx, 2); { - this.state = 1812; + this.state = 1796; this.match(FlinkSqlParser.REAL_LITERAL); } break; @@ -9029,14 +8967,14 @@ export default class FlinkSqlParser extends Parser { case 33: this.enterOuterAlt(localctx, 3); { - this.state = 1813; + this.state = 1797; this.booleanLiteral(); } break; case 322: this.enterOuterAlt(localctx, 4); { - this.state = 1814; + this.state = 1798; this.match(FlinkSqlParser.STRING_LITERAL); } break; @@ -9061,40 +8999,40 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public logicalOperator(): LogicalOperatorContext { let localctx: LogicalOperatorContext = new LogicalOperatorContext(this, this._ctx, this.state); - this.enterRule(localctx, 280, FlinkSqlParser.RULE_logicalOperator); + this.enterRule(localctx, 278, FlinkSqlParser.RULE_logicalOperator); try { - this.state = 1823; + this.state = 1807; this._errHandler.sync(this); switch (this._input.LA(1)) { case 23: this.enterOuterAlt(localctx, 1); { - this.state = 1817; + this.state = 1801; this.match(FlinkSqlParser.AND); } break; case 298: this.enterOuterAlt(localctx, 2); { - this.state = 1818; + this.state = 1802; this.match(FlinkSqlParser.BIT_AND_OP); - this.state = 1819; + this.state = 1803; this.match(FlinkSqlParser.BIT_AND_OP); } break; case 22: this.enterOuterAlt(localctx, 3); { - this.state = 1820; + this.state = 1804; this.match(FlinkSqlParser.OR); } break; case 297: this.enterOuterAlt(localctx, 4); { - this.state = 1821; + this.state = 1805; this.match(FlinkSqlParser.BIT_OR_OP); - this.state = 1822; + this.state = 1806; this.match(FlinkSqlParser.BIT_OR_OP); } break; @@ -9119,76 +9057,76 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public comparisonOperator(): ComparisonOperatorContext { let localctx: ComparisonOperatorContext = new ComparisonOperatorContext(this, this._ctx, this.state); - this.enterRule(localctx, 282, FlinkSqlParser.RULE_comparisonOperator); + this.enterRule(localctx, 280, FlinkSqlParser.RULE_comparisonOperator); try { - this.state = 1839; + this.state = 1823; this._errHandler.sync(this); - switch ( this._interp.adaptivePredict(this._input, 220, this._ctx) ) { + switch ( this._interp.adaptivePredict(this._input, 219, this._ctx) ) { case 1: this.enterOuterAlt(localctx, 1); { - this.state = 1825; + this.state = 1809; this.match(FlinkSqlParser.EQUAL_SYMBOL); } break; case 2: this.enterOuterAlt(localctx, 2); { - this.state = 1826; + this.state = 1810; this.match(FlinkSqlParser.GREATER_SYMBOL); } break; case 3: this.enterOuterAlt(localctx, 3); { - this.state = 1827; + this.state = 1811; this.match(FlinkSqlParser.LESS_SYMBOL); } break; case 4: this.enterOuterAlt(localctx, 4); { - this.state = 1828; + this.state = 1812; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 1829; + this.state = 1813; this.match(FlinkSqlParser.EQUAL_SYMBOL); } break; case 5: this.enterOuterAlt(localctx, 5); { - this.state = 1830; + this.state = 1814; this.match(FlinkSqlParser.GREATER_SYMBOL); - this.state = 1831; + this.state = 1815; this.match(FlinkSqlParser.EQUAL_SYMBOL); } break; case 6: this.enterOuterAlt(localctx, 6); { - this.state = 1832; + this.state = 1816; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 1833; + this.state = 1817; this.match(FlinkSqlParser.GREATER_SYMBOL); } break; case 7: this.enterOuterAlt(localctx, 7); { - this.state = 1834; + this.state = 1818; this.match(FlinkSqlParser.EXCLAMATION_SYMBOL); - this.state = 1835; + this.state = 1819; this.match(FlinkSqlParser.EQUAL_SYMBOL); } break; case 8: this.enterOuterAlt(localctx, 8); { - this.state = 1836; + this.state = 1820; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 1837; + this.state = 1821; this.match(FlinkSqlParser.EQUAL_SYMBOL); - this.state = 1838; + this.state = 1822; this.match(FlinkSqlParser.GREATER_SYMBOL); } break; @@ -9211,47 +9149,47 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public bitOperator(): BitOperatorContext { let localctx: BitOperatorContext = new BitOperatorContext(this, this._ctx, this.state); - this.enterRule(localctx, 284, FlinkSqlParser.RULE_bitOperator); + this.enterRule(localctx, 282, FlinkSqlParser.RULE_bitOperator); try { - this.state = 1848; + this.state = 1832; this._errHandler.sync(this); switch (this._input.LA(1)) { case 294: this.enterOuterAlt(localctx, 1); { - this.state = 1841; + this.state = 1825; this.match(FlinkSqlParser.LESS_SYMBOL); - this.state = 1842; + this.state = 1826; this.match(FlinkSqlParser.LESS_SYMBOL); } break; case 293: this.enterOuterAlt(localctx, 2); { - this.state = 1843; + this.state = 1827; this.match(FlinkSqlParser.GREATER_SYMBOL); - this.state = 1844; + this.state = 1828; this.match(FlinkSqlParser.GREATER_SYMBOL); } break; case 298: this.enterOuterAlt(localctx, 3); { - this.state = 1845; + this.state = 1829; this.match(FlinkSqlParser.BIT_AND_OP); } break; case 299: this.enterOuterAlt(localctx, 4); { - this.state = 1846; + this.state = 1830; this.match(FlinkSqlParser.BIT_XOR_OP); } break; case 297: this.enterOuterAlt(localctx, 5); { - this.state = 1847; + this.state = 1831; this.match(FlinkSqlParser.BIT_OR_OP); } break; @@ -9276,12 +9214,12 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public mathOperator(): MathOperatorContext { let localctx: MathOperatorContext = new MathOperatorContext(this, this._ctx, this.state); - this.enterRule(localctx, 286, FlinkSqlParser.RULE_mathOperator); + this.enterRule(localctx, 284, FlinkSqlParser.RULE_mathOperator); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1850; + this.state = 1834; _la = this._input.LA(1); if(!(_la===132 || ((((_la - 312)) & ~0x1F) === 0 && ((1 << (_la - 312)) & 221) !== 0))) { this._errHandler.recoverInline(this); @@ -9309,12 +9247,12 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public unaryOperator(): UnaryOperatorContext { let localctx: UnaryOperatorContext = new UnaryOperatorContext(this, this._ctx, this.state); - this.enterRule(localctx, 288, FlinkSqlParser.RULE_unaryOperator); + this.enterRule(localctx, 286, FlinkSqlParser.RULE_unaryOperator); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1852; + this.state = 1836; _la = this._input.LA(1); if(!(_la===25 || ((((_la - 295)) & ~0x1F) === 0 && ((1 << (_la - 295)) & 1572867) !== 0))) { this._errHandler.recoverInline(this); @@ -9342,11 +9280,11 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public fullColumnName(): FullColumnNameContext { let localctx: FullColumnNameContext = new FullColumnNameContext(this, this._ctx, this.state); - this.enterRule(localctx, 290, FlinkSqlParser.RULE_fullColumnName); + this.enterRule(localctx, 288, FlinkSqlParser.RULE_fullColumnName); try { this.enterOuterAlt(localctx, 1); { - this.state = 1854; + this.state = 1838; this.uid(); } } @@ -9367,39 +9305,39 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public constant(): ConstantContext { let localctx: ConstantContext = new ConstantContext(this, this._ctx, this.state); - this.enterRule(localctx, 292, FlinkSqlParser.RULE_constant); + this.enterRule(localctx, 290, FlinkSqlParser.RULE_constant); let _la: number; try { - this.state = 1868; + this.state = 1852; this._errHandler.sync(this); switch (this._input.LA(1)) { case 322: this.enterOuterAlt(localctx, 1); { - this.state = 1856; + this.state = 1840; this.stringLiteral(); } break; case 323: this.enterOuterAlt(localctx, 2); { - this.state = 1857; + this.state = 1841; this.decimalLiteral(); } break; case 38: this.enterOuterAlt(localctx, 3); { - this.state = 1858; + this.state = 1842; this.interval(); } break; case 314: this.enterOuterAlt(localctx, 4); { - this.state = 1859; + this.state = 1843; this.match(FlinkSqlParser.HYPNEN_SIGN); - this.state = 1860; + this.state = 1844; this.decimalLiteral(); } break; @@ -9407,21 +9345,21 @@ export default class FlinkSqlParser extends Parser { case 33: this.enterOuterAlt(localctx, 5); { - this.state = 1861; + this.state = 1845; this.booleanLiteral(); } break; case 324: this.enterOuterAlt(localctx, 6); { - this.state = 1862; + this.state = 1846; this.match(FlinkSqlParser.REAL_LITERAL); } break; case 325: this.enterOuterAlt(localctx, 7); { - this.state = 1863; + this.state = 1847; this.match(FlinkSqlParser.BIT_STRING); } break; @@ -9429,17 +9367,17 @@ export default class FlinkSqlParser extends Parser { case 290: this.enterOuterAlt(localctx, 8); { - this.state = 1865; + this.state = 1849; this._errHandler.sync(this); _la = this._input.LA(1); if (_la===25) { { - this.state = 1864; + this.state = 1848; this.match(FlinkSqlParser.NOT); } } - this.state = 1867; + this.state = 1851; this.match(FlinkSqlParser.NULL); } break; @@ -9464,11 +9402,11 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public stringLiteral(): StringLiteralContext { let localctx: StringLiteralContext = new StringLiteralContext(this, this._ctx, this.state); - this.enterRule(localctx, 294, FlinkSqlParser.RULE_stringLiteral); + this.enterRule(localctx, 292, FlinkSqlParser.RULE_stringLiteral); try { this.enterOuterAlt(localctx, 1); { - this.state = 1870; + this.state = 1854; this.match(FlinkSqlParser.STRING_LITERAL); } } @@ -9489,11 +9427,11 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public decimalLiteral(): DecimalLiteralContext { let localctx: DecimalLiteralContext = new DecimalLiteralContext(this, this._ctx, this.state); - this.enterRule(localctx, 296, FlinkSqlParser.RULE_decimalLiteral); + this.enterRule(localctx, 294, FlinkSqlParser.RULE_decimalLiteral); try { this.enterOuterAlt(localctx, 1); { - this.state = 1872; + this.state = 1856; this.match(FlinkSqlParser.DIG_LITERAL); } } @@ -9514,12 +9452,12 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public booleanLiteral(): BooleanLiteralContext { let localctx: BooleanLiteralContext = new BooleanLiteralContext(this, this._ctx, this.state); - this.enterRule(localctx, 298, FlinkSqlParser.RULE_booleanLiteral); + this.enterRule(localctx, 296, FlinkSqlParser.RULE_booleanLiteral); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1874; + this.state = 1858; _la = this._input.LA(1); if(!(_la===32 || _la===33)) { this._errHandler.recoverInline(this); @@ -9547,12 +9485,12 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public setQuantifier(): SetQuantifierContext { let localctx: SetQuantifierContext = new SetQuantifierContext(this, this._ctx, this.state); - this.enterRule(localctx, 300, FlinkSqlParser.RULE_setQuantifier); + this.enterRule(localctx, 298, FlinkSqlParser.RULE_setQuantifier); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1876; + this.state = 1860; _la = this._input.LA(1); if(!(_la===8 || _la===10)) { this._errHandler.recoverInline(this); @@ -9580,12 +9518,12 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public ansiNonReserved(): AnsiNonReservedContext { let localctx: AnsiNonReservedContext = new AnsiNonReservedContext(this, this._ctx, this.state); - this.enterRule(localctx, 302, FlinkSqlParser.RULE_ansiNonReserved); + this.enterRule(localctx, 300, FlinkSqlParser.RULE_ansiNonReserved); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1878; + this.state = 1862; _la = this._input.LA(1); if(!(((((_la - 6)) & ~0x1F) === 0 && ((1 << (_la - 6)) & 1978716033) !== 0) || ((((_la - 38)) & ~0x1F) === 0 && ((1 << (_la - 38)) & 4294709249) !== 0) || ((((_la - 72)) & ~0x1F) === 0 && ((1 << (_la - 72)) & 3418108729) !== 0) || ((((_la - 104)) & ~0x1F) === 0 && ((1 << (_la - 104)) & 4280287177) !== 0) || ((((_la - 136)) & ~0x1F) === 0 && ((1 << (_la - 136)) & 4294967167) !== 0) || ((((_la - 168)) & ~0x1F) === 0 && ((1 << (_la - 168)) & 4294836223) !== 0) || ((((_la - 200)) & ~0x1F) === 0 && ((1 << (_la - 200)) & 4294959087) !== 0) || ((((_la - 232)) & ~0x1F) === 0 && ((1 << (_la - 232)) & 241172919) !== 0) || ((((_la - 264)) & ~0x1F) === 0 && ((1 << (_la - 264)) & 266320383) !== 0))) { this._errHandler.recoverInline(this); @@ -9613,12 +9551,12 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public strictNonReserved(): StrictNonReservedContext { let localctx: StrictNonReservedContext = new StrictNonReservedContext(this, this._ctx, this.state); - this.enterRule(localctx, 304, FlinkSqlParser.RULE_strictNonReserved); + this.enterRule(localctx, 302, FlinkSqlParser.RULE_strictNonReserved); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1880; + this.state = 1864; _la = this._input.LA(1); if(!(((((_la - 45)) & ~0x1F) === 0 && ((1 << (_la - 45)) & 1787) !== 0) || ((((_la - 105)) & ~0x1F) === 0 && ((1 << (_la - 105)) & 15) !== 0) || _la===143 || _la===223)) { this._errHandler.recoverInline(this); @@ -9646,12 +9584,12 @@ export default class FlinkSqlParser extends Parser { // @RuleVersion(0) public nonReserved(): NonReservedContext { let localctx: NonReservedContext = new NonReservedContext(this, this._ctx, this.state); - this.enterRule(localctx, 306, FlinkSqlParser.RULE_nonReserved); + this.enterRule(localctx, 304, FlinkSqlParser.RULE_nonReserved); let _la: number; try { this.enterOuterAlt(localctx, 1); { - this.state = 1882; + this.state = 1866; _la = this._input.LA(1); if(!(((((_la - 4)) & ~0x1F) === 0 && ((1 << (_la - 4)) & 4294967295) !== 0) || ((((_la - 36)) & ~0x1F) === 0 && ((1 << (_la - 36)) & 4294052223) !== 0) || ((((_la - 68)) & ~0x1F) === 0 && ((1 << (_la - 68)) & 4291015671) !== 0) || ((((_la - 102)) & ~0x1F) === 0 && ((1 << (_la - 102)) & 4294967175) !== 0) || ((((_la - 134)) & ~0x1F) === 0 && ((1 << (_la - 134)) & 4294966783) !== 0) || ((((_la - 166)) & ~0x1F) === 0 && ((1 << (_la - 166)) & 4294965247) !== 0) || ((((_la - 198)) & ~0x1F) === 0 && ((1 << (_la - 198)) & 4261380095) !== 0) || ((((_la - 230)) & ~0x1F) === 0 && ((1 << (_la - 230)) & 1031800543) !== 0) || ((((_la - 264)) & ~0x1F) === 0 && ((1 << (_la - 264)) & 266320383) !== 0))) { this._errHandler.recoverInline(this); @@ -9679,15 +9617,15 @@ export default class FlinkSqlParser extends Parser { public sempred(localctx: RuleContext, ruleIndex: number, predIndex: number): boolean { switch (ruleIndex) { - case 75: + case 74: return this.queryStatement_sempred(localctx as QueryStatementContext, predIndex); - case 83: + case 82: return this.tableExpression_sempred(localctx as TableExpressionContext, predIndex); - case 104: + case 103: return this.booleanExpression_sempred(localctx as BooleanExpressionContext, predIndex); - case 107: + case 106: return this.valueExpression_sempred(localctx as ValueExpressionContext, predIndex); - case 108: + case 107: return this.primaryExpression_sempred(localctx as PrimaryExpressionContext, predIndex); } return true; @@ -9742,7 +9680,7 @@ export default class FlinkSqlParser extends Parser { return true; } - public static readonly _serializedATN: number[] = [4,1,328,1885,2,0,7,0, + public static readonly _serializedATN: number[] = [4,1,328,1869,2,0,7,0, 2,1,7,1,2,2,7,2,2,3,7,3,2,4,7,4,2,5,7,5,2,6,7,6,2,7,7,7,2,8,7,8,2,9,7,9, 2,10,7,10,2,11,7,11,2,12,7,12,2,13,7,13,2,14,7,14,2,15,7,15,2,16,7,16,2, 17,7,17,2,18,7,18,2,19,7,19,2,20,7,20,2,21,7,21,2,22,7,22,2,23,7,23,2,24, @@ -9765,689 +9703,683 @@ export default class FlinkSqlParser extends Parser { 7,133,2,134,7,134,2,135,7,135,2,136,7,136,2,137,7,137,2,138,7,138,2,139, 7,139,2,140,7,140,2,141,7,141,2,142,7,142,2,143,7,143,2,144,7,144,2,145, 7,145,2,146,7,146,2,147,7,147,2,148,7,148,2,149,7,149,2,150,7,150,2,151, - 7,151,2,152,7,152,2,153,7,153,1,0,1,0,1,0,1,1,1,1,1,1,1,2,1,2,3,2,317,8, - 2,1,2,5,2,320,8,2,10,2,12,2,323,9,2,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3, - 1,3,1,3,1,3,3,3,337,8,3,1,4,1,4,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5, - 1,5,1,5,1,5,1,5,3,5,355,8,5,1,6,1,6,3,6,359,8,6,1,7,1,7,1,7,1,8,1,8,1,8, - 1,8,3,8,368,8,8,1,8,1,8,1,8,3,8,373,8,8,1,9,1,9,1,9,5,9,378,8,9,10,9,12, - 9,381,9,9,1,10,1,10,1,11,1,11,3,11,387,8,11,1,11,1,11,3,11,391,8,11,1,12, - 1,12,1,12,1,12,1,12,5,12,398,8,12,10,12,12,12,401,9,12,1,13,1,13,1,13,1, - 13,1,13,1,13,1,13,1,13,1,13,3,13,412,8,13,1,13,3,13,415,8,13,1,13,1,13, - 1,13,1,13,1,13,3,13,422,8,13,1,13,1,13,1,13,1,13,1,13,1,13,3,13,430,8,13, - 1,13,1,13,1,13,3,13,435,8,13,1,13,3,13,438,8,13,1,14,1,14,1,14,1,14,1,14, - 3,14,445,8,14,1,15,1,15,1,15,1,15,1,16,1,16,3,16,453,8,16,1,17,1,17,3,17, - 457,8,17,1,18,1,18,1,18,1,18,1,19,1,19,1,19,1,19,1,19,1,19,3,19,469,8,19, - 1,19,1,19,1,19,1,19,1,19,1,19,3,19,477,8,19,1,19,1,19,3,19,481,8,19,1,19, + 7,151,2,152,7,152,1,0,1,0,1,0,1,1,1,1,1,1,1,2,1,2,3,2,315,8,2,1,2,5,2,318, + 8,2,10,2,12,2,321,9,2,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,1,3,3, + 3,335,8,3,1,4,1,4,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1,5,1, + 5,3,5,353,8,5,1,6,1,6,3,6,357,8,6,1,7,1,7,1,7,1,8,1,8,1,8,1,8,3,8,366,8, + 8,1,8,1,8,1,8,3,8,371,8,8,1,9,1,9,1,9,5,9,376,8,9,10,9,12,9,379,9,9,1,10, + 1,10,1,11,1,11,3,11,385,8,11,1,11,1,11,3,11,389,8,11,1,12,1,12,1,12,1,12, + 1,12,5,12,396,8,12,10,12,12,12,399,9,12,1,13,1,13,1,13,1,13,1,13,1,13,1, + 13,1,13,1,13,3,13,410,8,13,1,13,3,13,413,8,13,1,13,1,13,1,13,1,13,1,13, + 3,13,420,8,13,1,13,1,13,1,13,1,13,1,13,1,13,3,13,428,8,13,1,13,1,13,1,13, + 3,13,433,8,13,1,13,3,13,436,8,13,1,14,1,14,1,14,1,14,1,14,3,14,443,8,14, + 1,15,1,15,1,15,1,15,1,16,1,16,3,16,451,8,16,1,17,1,17,3,17,455,8,17,1,18, + 1,18,1,18,1,18,1,19,1,19,1,19,1,19,1,19,1,19,3,19,467,8,19,1,19,1,19,1, + 19,1,19,1,19,1,19,3,19,475,8,19,1,19,1,19,3,19,479,8,19,1,19,1,19,1,19, 1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1,19,1, - 19,1,19,1,19,1,19,3,19,502,8,19,1,20,1,20,3,20,506,8,20,1,21,1,21,3,21, - 510,8,21,1,21,1,21,3,21,514,8,21,1,21,1,21,1,21,1,21,1,21,5,21,521,8,21, - 10,21,12,21,524,9,21,1,21,1,21,3,21,528,8,21,1,21,1,21,3,21,532,8,21,1, - 21,1,21,3,21,536,8,21,1,21,1,21,3,21,540,8,21,1,21,3,21,543,8,21,1,21,1, - 21,3,21,547,8,21,1,22,1,22,1,22,3,22,552,8,22,1,22,1,22,1,22,1,22,3,22, - 558,8,22,1,23,1,23,1,23,3,23,563,8,23,1,24,1,24,1,24,3,24,568,8,24,1,24, - 3,24,571,8,24,1,25,1,25,3,25,575,8,25,1,26,1,26,1,26,1,26,5,26,581,8,26, - 10,26,12,26,584,9,26,1,26,1,26,1,27,1,27,1,27,3,27,591,8,27,1,27,1,27,3, - 27,595,8,27,1,27,1,27,3,27,599,8,27,1,27,1,27,3,27,603,8,27,1,27,1,27,3, - 27,607,8,27,1,27,1,27,3,27,611,8,27,1,27,1,27,3,27,615,8,27,1,27,1,27,3, - 27,619,8,27,1,27,1,27,3,27,623,8,27,3,27,625,8,27,1,28,1,28,1,28,1,28,1, - 29,1,29,1,29,1,29,3,29,635,8,29,1,29,1,29,1,30,1,30,1,30,1,30,3,30,643, - 8,30,1,30,1,30,1,31,1,31,1,31,1,31,1,32,1,32,1,32,1,32,1,32,1,32,1,32,1, - 33,1,33,1,33,1,33,1,33,1,33,1,33,5,33,665,8,33,10,33,12,33,668,9,33,1,33, - 1,33,1,34,1,34,3,34,674,8,34,1,34,1,34,1,34,1,34,1,34,1,35,1,35,1,35,1, - 36,1,36,1,36,1,36,1,36,3,36,689,8,36,1,36,3,36,692,8,36,1,37,1,37,1,38, - 1,38,1,38,1,38,3,38,700,8,38,1,39,1,39,1,40,1,40,1,40,1,40,1,40,1,40,1, - 41,1,41,3,41,712,8,41,1,41,1,41,1,41,1,41,1,41,1,41,1,42,1,42,1,43,1,43, - 1,43,1,43,1,44,1,44,1,44,1,44,1,45,1,45,1,45,1,45,5,45,734,8,45,10,45,12, - 45,737,9,45,1,45,1,45,1,46,1,46,1,46,1,46,1,46,1,46,5,46,747,8,46,10,46, - 12,46,750,9,46,1,46,1,46,3,46,754,8,46,1,47,1,47,3,47,758,8,47,1,48,1,48, - 1,48,1,48,5,48,764,8,48,10,48,12,48,767,9,48,1,48,3,48,770,8,48,1,49,1, - 49,1,50,1,50,1,50,1,50,3,50,778,8,50,1,51,1,51,1,51,1,51,1,51,1,52,1,52, - 1,52,3,52,788,8,52,1,52,1,52,3,52,792,8,52,1,52,1,52,1,53,1,53,3,53,798, - 8,53,1,53,1,53,3,53,802,8,53,1,53,1,53,3,53,806,8,53,1,53,3,53,809,8,53, - 1,53,1,53,1,53,1,54,1,54,1,54,1,54,3,54,818,8,54,1,54,1,54,3,54,822,8,54, - 1,54,1,54,1,54,1,54,1,54,3,54,829,8,54,1,54,3,54,832,8,54,1,55,1,55,1,55, - 1,55,1,55,1,55,5,55,840,8,55,10,55,12,55,843,9,55,1,56,1,56,1,57,1,57,1, - 57,1,57,1,57,3,57,852,8,57,1,58,1,58,1,58,1,58,1,59,1,59,1,59,1,60,1,60, - 1,60,1,60,1,60,1,60,3,60,867,8,60,1,61,1,61,1,61,1,61,1,61,1,62,1,62,1, - 62,1,62,3,62,878,8,62,1,62,1,62,3,62,882,8,62,1,62,1,62,1,62,1,62,1,62, - 3,62,889,8,62,1,63,1,63,1,63,3,63,894,8,63,1,63,1,63,1,64,1,64,3,64,900, - 8,64,1,64,1,64,3,64,904,8,64,1,64,1,64,1,65,1,65,1,65,3,65,911,8,65,1,65, - 1,65,3,65,915,8,65,1,66,1,66,3,66,919,8,66,1,66,1,66,3,66,923,8,66,1,66, - 1,66,1,67,1,67,1,67,1,67,3,67,931,8,67,1,67,1,67,3,67,935,8,67,1,67,1,67, - 1,68,3,68,940,8,68,1,68,1,68,1,68,1,68,3,68,946,8,68,1,69,1,69,1,69,1,69, - 3,69,952,8,69,1,69,3,69,955,8,69,1,69,1,69,3,69,959,8,69,1,70,1,70,1,70, - 1,71,1,71,1,71,1,71,5,71,968,8,71,10,71,12,71,971,9,71,1,72,1,72,1,72,1, - 72,5,72,977,8,72,10,72,12,72,980,9,72,1,72,1,72,1,73,1,73,1,73,1,73,1,73, - 1,73,1,73,4,73,991,8,73,11,73,12,73,992,1,73,1,73,1,74,1,74,1,74,1,74,1, - 74,1,74,4,74,1003,8,74,11,74,12,74,1004,1,74,1,74,1,75,1,75,1,75,1,75,1, - 75,1,75,5,75,1015,8,75,10,75,12,75,1018,9,75,1,75,1,75,1,75,1,75,1,75,1, - 75,1,75,1,75,3,75,1028,8,75,1,75,3,75,1031,8,75,1,75,1,75,3,75,1035,8,75, - 1,75,3,75,1038,8,75,3,75,1040,8,75,1,75,1,75,1,75,3,75,1045,8,75,1,75,1, - 75,3,75,1049,8,75,1,75,3,75,1052,8,75,5,75,1054,8,75,10,75,12,75,1057,9, - 75,1,76,1,76,1,76,1,76,5,76,1063,8,76,10,76,12,76,1066,9,76,1,77,1,77,1, - 77,1,77,1,77,5,77,1073,8,77,10,77,12,77,1076,9,77,1,77,1,77,3,77,1080,8, - 77,1,77,1,77,1,77,1,77,1,77,1,78,1,78,1,79,1,79,1,79,3,79,1092,8,79,1,79, - 3,79,1095,8,79,1,79,3,79,1098,8,79,1,79,3,79,1101,8,79,1,80,1,80,3,80,1105, - 8,80,1,80,1,80,1,80,1,80,5,80,1111,8,80,10,80,12,80,1114,9,80,3,80,1116, - 8,80,1,81,1,81,3,81,1120,8,81,1,81,3,81,1123,8,81,1,82,1,82,1,82,1,83,1, - 83,1,83,1,83,5,83,1132,8,83,10,83,12,83,1135,9,83,1,83,1,83,1,83,1,83,1, - 83,1,83,3,83,1143,8,83,1,83,3,83,1146,8,83,1,83,3,83,1149,8,83,1,83,1,83, - 1,83,3,83,1154,8,83,5,83,1156,8,83,10,83,12,83,1159,9,83,1,84,1,84,3,84, - 1163,8,84,1,85,3,85,1166,8,85,1,85,1,85,3,85,1170,8,85,1,85,3,85,1173,8, - 85,1,85,3,85,1176,8,85,1,85,1,85,1,85,1,85,1,85,1,85,1,85,1,85,5,85,1186, - 8,85,10,85,12,85,1189,9,85,1,85,1,85,1,85,1,85,3,85,1195,8,85,1,85,1,85, - 1,85,1,85,1,85,1,85,1,85,1,85,1,85,3,85,1206,8,85,1,86,1,86,1,87,1,87,1, - 87,1,87,1,87,1,87,1,88,1,88,1,89,1,89,1,89,1,89,1,89,1,89,1,89,5,89,1225, - 8,89,10,89,12,89,1228,9,89,1,89,1,89,3,89,1232,8,89,1,90,1,90,1,90,1,91, - 1,91,1,91,1,91,1,91,5,91,1242,8,91,10,91,12,91,1245,9,91,1,92,1,92,1,92, - 1,92,1,92,1,92,1,92,5,92,1254,8,92,10,92,12,92,1257,9,92,1,92,1,92,1,92, - 1,92,1,92,1,92,1,92,5,92,1266,8,92,10,92,12,92,1269,9,92,1,92,1,92,1,92, - 1,92,1,92,1,92,1,92,5,92,1278,8,92,10,92,12,92,1281,9,92,1,92,1,92,1,92, - 1,92,1,92,1,92,1,92,1,92,5,92,1291,8,92,10,92,12,92,1294,9,92,1,92,1,92, - 3,92,1298,8,92,1,93,1,93,1,93,1,94,1,94,1,94,1,94,1,94,5,94,1308,8,94,10, - 94,12,94,1311,9,94,1,95,1,95,3,95,1315,8,95,1,96,1,96,1,96,3,96,1320,8, - 96,1,97,1,97,1,97,1,97,5,97,1326,8,97,10,97,12,97,1329,9,97,1,98,1,98,1, - 98,1,98,1,99,3,99,1336,8,99,1,99,1,99,1,99,1,99,1,99,1,99,5,99,1344,8,99, - 10,99,12,99,1347,9,99,3,99,1349,8,99,1,99,1,99,1,99,1,99,1,99,5,99,1356, - 8,99,10,99,12,99,1359,9,99,3,99,1361,8,99,1,99,3,99,1364,8,99,1,99,1,99, - 1,100,1,100,3,100,1370,8,100,1,100,1,100,3,100,1374,8,100,1,101,1,101,1, - 101,1,101,3,101,1380,8,101,1,102,1,102,1,102,1,103,1,103,1,104,1,104,1, - 104,1,104,1,104,1,104,1,104,1,104,1,104,1,104,3,104,1397,8,104,3,104,1399, - 8,104,1,104,1,104,1,104,1,104,1,104,1,104,5,104,1407,8,104,10,104,12,104, - 1410,9,104,1,105,3,105,1413,8,105,1,105,1,105,1,105,1,105,1,105,1,105,3, - 105,1421,8,105,1,105,1,105,1,105,1,105,1,105,5,105,1428,8,105,10,105,12, - 105,1431,9,105,1,105,1,105,1,105,3,105,1436,8,105,1,105,1,105,1,105,1,105, - 1,105,1,105,1,105,1,105,1,105,1,105,1,105,3,105,1449,8,105,1,105,1,105, - 1,105,3,105,1454,8,105,1,105,1,105,1,105,1,105,1,105,1,105,1,105,1,105, - 5,105,1464,8,105,10,105,12,105,1467,9,105,1,105,1,105,3,105,1471,8,105, - 1,105,3,105,1474,8,105,1,105,1,105,1,105,1,105,3,105,1480,8,105,1,105,1, - 105,1,105,3,105,1485,8,105,1,105,1,105,1,105,3,105,1490,8,105,1,105,1,105, - 1,105,3,105,1495,8,105,1,106,3,106,1498,8,106,1,106,1,106,1,106,1,106,1, - 106,1,106,1,106,1,106,5,106,1508,8,106,10,106,12,106,1511,9,106,1,106,1, - 106,3,106,1515,8,106,1,106,3,106,1518,8,106,1,106,1,106,3,106,1522,8,106, - 1,107,1,107,1,107,1,107,3,107,1528,8,107,1,107,1,107,1,107,1,107,1,107, + 19,1,19,3,19,500,8,19,1,20,1,20,3,20,504,8,20,1,21,1,21,3,21,508,8,21,1, + 21,1,21,3,21,512,8,21,1,21,1,21,1,21,1,21,1,21,5,21,519,8,21,10,21,12,21, + 522,9,21,1,21,1,21,3,21,526,8,21,1,21,1,21,3,21,530,8,21,1,21,1,21,3,21, + 534,8,21,1,21,1,21,3,21,538,8,21,1,21,3,21,541,8,21,1,21,1,21,3,21,545, + 8,21,1,22,1,22,1,22,3,22,550,8,22,1,22,1,22,1,22,1,22,3,22,556,8,22,1,23, + 1,23,1,23,3,23,561,8,23,1,24,1,24,1,24,3,24,566,8,24,1,24,3,24,569,8,24, + 1,25,1,25,3,25,573,8,25,1,26,1,26,1,26,1,26,5,26,579,8,26,10,26,12,26,582, + 9,26,1,26,1,26,1,27,1,27,1,27,3,27,589,8,27,1,27,1,27,3,27,593,8,27,1,27, + 1,27,3,27,597,8,27,1,27,1,27,3,27,601,8,27,1,27,1,27,3,27,605,8,27,1,27, + 1,27,3,27,609,8,27,1,27,1,27,3,27,613,8,27,1,27,1,27,3,27,617,8,27,1,27, + 1,27,3,27,621,8,27,3,27,623,8,27,1,28,1,28,1,28,1,28,1,29,1,29,1,29,1,29, + 3,29,633,8,29,1,29,1,29,1,30,1,30,1,30,1,30,3,30,641,8,30,1,30,1,30,1,31, + 1,31,1,31,1,31,1,32,1,32,1,32,1,32,1,32,1,32,1,32,1,33,1,33,1,33,1,33,1, + 33,1,33,1,33,5,33,663,8,33,10,33,12,33,666,9,33,1,33,1,33,1,34,1,34,3,34, + 672,8,34,1,34,1,34,1,34,1,34,1,34,1,35,1,35,1,35,1,36,1,36,1,36,1,36,1, + 36,3,36,687,8,36,1,36,3,36,690,8,36,1,37,1,37,1,38,1,38,1,38,1,38,3,38, + 698,8,38,1,39,1,39,1,40,1,40,1,40,1,40,1,40,1,40,1,41,1,41,3,41,710,8,41, + 1,41,1,41,1,41,1,41,1,41,1,41,1,42,1,42,1,43,1,43,1,43,1,43,1,44,1,44,1, + 44,1,44,1,45,1,45,1,45,1,45,5,45,732,8,45,10,45,12,45,735,9,45,1,45,1,45, + 1,46,1,46,1,46,1,46,1,46,1,46,5,46,745,8,46,10,46,12,46,748,9,46,1,46,1, + 46,3,46,752,8,46,1,47,1,47,3,47,756,8,47,1,48,1,48,1,48,1,48,5,48,762,8, + 48,10,48,12,48,765,9,48,1,48,3,48,768,8,48,1,49,1,49,1,50,1,50,1,50,1,50, + 3,50,776,8,50,1,51,1,51,1,51,1,51,1,51,1,52,1,52,1,52,3,52,786,8,52,1,52, + 1,52,3,52,790,8,52,1,52,1,52,1,53,1,53,3,53,796,8,53,1,53,1,53,3,53,800, + 8,53,1,53,1,53,3,53,804,8,53,1,53,3,53,807,8,53,1,53,1,53,1,53,1,54,1,54, + 1,54,1,54,3,54,816,8,54,1,54,1,54,3,54,820,8,54,1,54,1,54,1,54,1,54,1,54, + 3,54,827,8,54,1,54,3,54,830,8,54,1,55,1,55,1,55,1,55,1,55,1,55,5,55,838, + 8,55,10,55,12,55,841,9,55,1,56,1,56,1,57,1,57,1,57,1,57,1,57,3,57,850,8, + 57,1,58,1,58,1,58,1,58,1,59,1,59,1,59,1,60,1,60,1,60,1,60,1,60,1,60,3,60, + 865,8,60,1,61,1,61,1,61,1,61,1,61,1,62,1,62,1,62,1,62,3,62,876,8,62,1,62, + 1,62,3,62,880,8,62,1,62,1,62,1,62,1,62,1,62,3,62,887,8,62,1,63,1,63,1,63, + 3,63,892,8,63,1,63,1,63,1,64,1,64,3,64,898,8,64,1,64,1,64,3,64,902,8,64, + 1,64,1,64,1,65,1,65,1,65,3,65,909,8,65,1,65,1,65,3,65,913,8,65,1,66,1,66, + 3,66,917,8,66,1,66,1,66,3,66,921,8,66,1,66,1,66,1,67,1,67,1,67,1,67,3,67, + 929,8,67,1,67,1,67,3,67,933,8,67,1,67,1,67,1,68,3,68,938,8,68,1,68,1,68, + 1,68,3,68,943,8,68,1,69,1,69,1,69,1,69,3,69,949,8,69,1,69,3,69,952,8,69, + 1,69,1,69,3,69,956,8,69,1,70,1,70,1,70,1,71,1,71,1,71,1,71,5,71,965,8,71, + 10,71,12,71,968,9,71,1,72,1,72,1,72,1,72,5,72,974,8,72,10,72,12,72,977, + 9,72,1,72,1,72,1,73,1,73,1,73,1,73,1,73,1,73,4,73,987,8,73,11,73,12,73, + 988,1,73,1,73,1,74,1,74,1,74,1,74,1,74,1,74,5,74,999,8,74,10,74,12,74,1002, + 9,74,1,74,1,74,1,74,1,74,1,74,1,74,1,74,1,74,3,74,1012,8,74,1,74,3,74,1015, + 8,74,1,74,1,74,3,74,1019,8,74,1,74,3,74,1022,8,74,3,74,1024,8,74,1,74,1, + 74,1,74,3,74,1029,8,74,1,74,1,74,3,74,1033,8,74,1,74,3,74,1036,8,74,5,74, + 1038,8,74,10,74,12,74,1041,9,74,1,75,1,75,1,75,1,75,5,75,1047,8,75,10,75, + 12,75,1050,9,75,1,76,1,76,1,76,1,76,1,76,5,76,1057,8,76,10,76,12,76,1060, + 9,76,1,76,1,76,3,76,1064,8,76,1,76,1,76,1,76,1,76,1,76,1,77,1,77,1,78,1, + 78,1,78,3,78,1076,8,78,1,78,3,78,1079,8,78,1,78,3,78,1082,8,78,1,78,3,78, + 1085,8,78,1,79,1,79,3,79,1089,8,79,1,79,1,79,1,79,1,79,5,79,1095,8,79,10, + 79,12,79,1098,9,79,3,79,1100,8,79,1,80,1,80,3,80,1104,8,80,1,80,3,80,1107, + 8,80,1,81,1,81,1,81,1,82,1,82,1,82,1,82,5,82,1116,8,82,10,82,12,82,1119, + 9,82,1,82,1,82,1,82,1,82,1,82,1,82,3,82,1127,8,82,1,82,3,82,1130,8,82,1, + 82,3,82,1133,8,82,1,82,1,82,1,82,3,82,1138,8,82,5,82,1140,8,82,10,82,12, + 82,1143,9,82,1,83,1,83,3,83,1147,8,83,1,84,3,84,1150,8,84,1,84,1,84,3,84, + 1154,8,84,1,84,3,84,1157,8,84,1,84,3,84,1160,8,84,1,84,1,84,1,84,1,84,1, + 84,1,84,1,84,1,84,5,84,1170,8,84,10,84,12,84,1173,9,84,1,84,1,84,1,84,1, + 84,3,84,1179,8,84,1,84,1,84,1,84,1,84,1,84,1,84,1,84,1,84,1,84,3,84,1190, + 8,84,1,85,1,85,1,86,1,86,1,86,1,86,1,86,1,86,1,87,1,87,1,88,1,88,1,88,1, + 88,1,88,1,88,1,88,5,88,1209,8,88,10,88,12,88,1212,9,88,1,88,1,88,3,88,1216, + 8,88,1,89,1,89,1,89,1,90,1,90,1,90,1,90,1,90,5,90,1226,8,90,10,90,12,90, + 1229,9,90,1,91,1,91,1,91,1,91,1,91,1,91,1,91,5,91,1238,8,91,10,91,12,91, + 1241,9,91,1,91,1,91,1,91,1,91,1,91,1,91,1,91,5,91,1250,8,91,10,91,12,91, + 1253,9,91,1,91,1,91,1,91,1,91,1,91,1,91,1,91,5,91,1262,8,91,10,91,12,91, + 1265,9,91,1,91,1,91,1,91,1,91,1,91,1,91,1,91,1,91,5,91,1275,8,91,10,91, + 12,91,1278,9,91,1,91,1,91,3,91,1282,8,91,1,92,1,92,1,92,1,93,1,93,1,93, + 1,93,1,93,5,93,1292,8,93,10,93,12,93,1295,9,93,1,94,1,94,3,94,1299,8,94, + 1,95,1,95,1,95,3,95,1304,8,95,1,96,1,96,1,96,1,96,5,96,1310,8,96,10,96, + 12,96,1313,9,96,1,97,1,97,1,97,1,97,1,98,3,98,1320,8,98,1,98,1,98,1,98, + 1,98,1,98,1,98,5,98,1328,8,98,10,98,12,98,1331,9,98,3,98,1333,8,98,1,98, + 1,98,1,98,1,98,1,98,5,98,1340,8,98,10,98,12,98,1343,9,98,3,98,1345,8,98, + 1,98,3,98,1348,8,98,1,98,1,98,1,99,1,99,3,99,1354,8,99,1,99,1,99,3,99,1358, + 8,99,1,100,1,100,1,100,1,100,3,100,1364,8,100,1,101,1,101,1,101,1,102,1, + 102,1,103,1,103,1,103,1,103,1,103,1,103,1,103,1,103,1,103,1,103,3,103,1381, + 8,103,3,103,1383,8,103,1,103,1,103,1,103,1,103,1,103,1,103,5,103,1391,8, + 103,10,103,12,103,1394,9,103,1,104,3,104,1397,8,104,1,104,1,104,1,104,1, + 104,1,104,1,104,3,104,1405,8,104,1,104,1,104,1,104,1,104,1,104,5,104,1412, + 8,104,10,104,12,104,1415,9,104,1,104,1,104,1,104,3,104,1420,8,104,1,104, + 1,104,1,104,1,104,1,104,1,104,1,104,1,104,1,104,1,104,1,104,3,104,1433, + 8,104,1,104,1,104,1,104,3,104,1438,8,104,1,104,1,104,1,104,1,104,1,104, + 1,104,1,104,1,104,5,104,1448,8,104,10,104,12,104,1451,9,104,1,104,1,104, + 3,104,1455,8,104,1,104,3,104,1458,8,104,1,104,1,104,1,104,1,104,3,104,1464, + 8,104,1,104,1,104,1,104,3,104,1469,8,104,1,104,1,104,1,104,3,104,1474,8, + 104,1,104,1,104,1,104,3,104,1479,8,104,1,105,3,105,1482,8,105,1,105,1,105, + 1,105,1,105,1,105,1,105,1,105,1,105,5,105,1492,8,105,10,105,12,105,1495, + 9,105,1,105,1,105,3,105,1499,8,105,1,105,3,105,1502,8,105,1,105,1,105,3, + 105,1506,8,105,1,106,1,106,1,106,1,106,3,106,1512,8,106,1,106,1,106,1,106, + 1,106,1,106,1,106,1,106,1,106,1,106,1,106,1,106,1,106,1,106,1,106,1,106, + 1,106,1,106,1,106,1,106,5,106,1533,8,106,10,106,12,106,1536,9,106,1,107, + 1,107,1,107,4,107,1541,8,107,11,107,12,107,1542,1,107,1,107,3,107,1547, + 8,107,1,107,1,107,1,107,1,107,1,107,4,107,1554,8,107,11,107,12,107,1555, + 1,107,1,107,3,107,1560,8,107,1,107,1,107,1,107,1,107,1,107,1,107,1,107, + 1,107,1,107,1,107,1,107,1,107,1,107,1,107,3,107,1576,8,107,1,107,1,107, + 1,107,1,107,1,107,1,107,1,107,3,107,1585,8,107,1,107,1,107,1,107,1,107, 1,107,1,107,1,107,1,107,1,107,1,107,1,107,1,107,1,107,1,107,1,107,1,107, - 1,107,1,107,5,107,1549,8,107,10,107,12,107,1552,9,107,1,108,1,108,1,108, - 4,108,1557,8,108,11,108,12,108,1558,1,108,1,108,3,108,1563,8,108,1,108, - 1,108,1,108,1,108,1,108,4,108,1570,8,108,11,108,12,108,1571,1,108,1,108, - 3,108,1576,8,108,1,108,1,108,1,108,1,108,1,108,1,108,1,108,1,108,1,108, - 1,108,1,108,1,108,1,108,1,108,3,108,1592,8,108,1,108,1,108,1,108,1,108, - 1,108,1,108,1,108,3,108,1601,8,108,1,108,1,108,1,108,1,108,1,108,1,108, - 1,108,1,108,1,108,1,108,1,108,1,108,1,108,1,108,1,108,1,108,1,108,1,108, - 1,108,1,108,1,108,1,108,3,108,1625,8,108,1,108,1,108,1,108,5,108,1630,8, - 108,10,108,12,108,1633,9,108,3,108,1635,8,108,1,108,1,108,1,108,1,108,1, - 108,1,108,1,108,1,108,3,108,1645,8,108,1,108,1,108,1,108,1,108,1,108,5, - 108,1652,8,108,10,108,12,108,1655,9,108,1,109,1,109,1,110,1,110,1,111,1, - 111,1,112,1,112,3,112,1665,8,112,1,113,1,113,1,113,3,113,1670,8,113,1,114, - 1,114,3,114,1674,8,114,1,115,1,115,1,115,4,115,1679,8,115,11,115,12,115, - 1680,1,116,1,116,1,116,3,116,1686,8,116,1,117,1,117,1,117,1,117,1,117,1, - 118,3,118,1694,8,118,1,118,1,118,3,118,1698,8,118,1,119,3,119,1701,8,119, - 1,119,1,119,3,119,1705,8,119,1,120,3,120,1708,8,120,1,120,1,120,3,120,1712, - 8,120,1,121,1,121,1,121,1,122,1,122,4,122,1719,8,122,11,122,12,122,1720, - 1,122,3,122,1724,8,122,1,123,1,123,1,123,1,123,1,124,1,124,1,124,5,124, - 1733,8,124,10,124,12,124,1736,9,124,1,125,1,125,3,125,1740,8,125,1,126, - 1,126,1,126,1,126,3,126,1746,8,126,1,127,1,127,1,128,1,128,1,129,1,129, - 1,129,1,129,1,129,1,130,1,130,1,130,5,130,1760,8,130,10,130,12,130,1763, - 9,130,1,131,1,131,5,131,1767,8,131,10,131,12,131,1770,9,131,1,132,1,132, - 5,132,1774,8,132,10,132,12,132,1777,9,132,1,133,1,133,1,133,1,134,1,134, - 1,134,1,134,1,135,1,135,1,135,1,136,1,136,1,136,1,136,5,136,1793,8,136, - 10,136,12,136,1796,9,136,1,136,1,136,1,137,1,137,3,137,1802,8,137,1,137, - 3,137,1805,8,137,1,138,1,138,1,138,3,138,1810,8,138,1,139,1,139,1,139,1, - 139,3,139,1816,8,139,1,140,1,140,1,140,1,140,1,140,1,140,3,140,1824,8,140, - 1,141,1,141,1,141,1,141,1,141,1,141,1,141,1,141,1,141,1,141,1,141,1,141, - 1,141,1,141,3,141,1840,8,141,1,142,1,142,1,142,1,142,1,142,1,142,1,142, - 3,142,1849,8,142,1,143,1,143,1,144,1,144,1,145,1,145,1,146,1,146,1,146, - 1,146,1,146,1,146,1,146,1,146,1,146,3,146,1866,8,146,1,146,3,146,1869,8, - 146,1,147,1,147,1,148,1,148,1,149,1,149,1,150,1,150,1,151,1,151,1,152,1, - 152,1,153,1,153,1,153,2,1768,1775,5,150,166,208,214,216,154,0,2,4,6,8,10, - 12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58, - 60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94,96,98,100,102,104, - 106,108,110,112,114,116,118,120,122,124,126,128,130,132,134,136,138,140, - 142,144,146,148,150,152,154,156,158,160,162,164,166,168,170,172,174,176, - 178,180,182,184,186,188,190,192,194,196,198,200,202,204,206,208,210,212, - 214,216,218,220,222,224,226,228,230,232,234,236,238,240,242,244,246,248, - 250,252,254,256,258,260,262,264,266,268,270,272,274,276,278,280,282,284, - 286,288,290,292,294,296,298,300,302,304,306,0,40,2,0,36,36,84,84,1,0,87, - 89,2,0,193,193,253,255,2,0,192,192,239,239,2,0,5,5,24,24,2,0,74,74,76,76, - 2,0,6,6,82,82,1,0,246,250,3,0,282,282,287,287,290,290,6,0,264,264,267,271, - 275,279,283,283,285,285,291,291,1,0,70,71,2,0,272,274,280,281,2,0,265,265, - 286,286,1,0,233,234,3,0,8,8,102,102,236,236,1,0,233,235,2,0,167,167,237, - 238,1,0,241,243,2,0,184,184,186,186,2,0,83,83,140,140,2,0,105,106,108,108, - 2,0,48,49,51,52,1,0,35,36,2,0,67,67,69,69,1,0,8,9,1,0,32,33,2,0,296,296, - 314,315,4,0,132,132,312,312,316,316,319,319,2,0,314,315,317,317,1,0,314, - 315,1,0,323,324,2,0,323,323,326,326,1,0,326,327,1,0,320,321,4,0,132,132, - 312,312,314,316,318,319,3,0,25,25,295,296,314,315,2,0,8,8,10,10,32,0,6, - 6,13,17,20,21,26,30,32,32,34,36,38,38,50,50,56,69,72,72,75,77,80,81,84, - 85,90,93,95,97,99,99,102,104,107,107,110,124,128,142,144,184,186,203,205, - 212,214,234,236,237,239,240,253,254,257,259,264,272,275,277,279,284,286, - 291,6,0,45,46,48,52,54,55,105,108,143,143,223,223,23,0,4,42,44,44,47,47, - 53,53,56,70,72,77,80,81,83,85,90,99,102,104,109,142,144,176,178,212,214, - 222,224,234,236,237,239,240,253,254,256,259,264,272,275,277,279,284,286, - 291,2055,0,308,1,0,0,0,2,311,1,0,0,0,4,321,1,0,0,0,6,336,1,0,0,0,8,338, - 1,0,0,0,10,354,1,0,0,0,12,358,1,0,0,0,14,360,1,0,0,0,16,363,1,0,0,0,18, - 374,1,0,0,0,20,382,1,0,0,0,22,390,1,0,0,0,24,392,1,0,0,0,26,437,1,0,0,0, - 28,439,1,0,0,0,30,446,1,0,0,0,32,450,1,0,0,0,34,454,1,0,0,0,36,458,1,0, - 0,0,38,501,1,0,0,0,40,505,1,0,0,0,42,507,1,0,0,0,44,548,1,0,0,0,46,562, - 1,0,0,0,48,564,1,0,0,0,50,574,1,0,0,0,52,576,1,0,0,0,54,624,1,0,0,0,56, - 626,1,0,0,0,58,630,1,0,0,0,60,638,1,0,0,0,62,646,1,0,0,0,64,650,1,0,0,0, - 66,657,1,0,0,0,68,673,1,0,0,0,70,680,1,0,0,0,72,683,1,0,0,0,74,693,1,0, - 0,0,76,695,1,0,0,0,78,701,1,0,0,0,80,703,1,0,0,0,82,711,1,0,0,0,84,719, - 1,0,0,0,86,721,1,0,0,0,88,725,1,0,0,0,90,729,1,0,0,0,92,753,1,0,0,0,94, - 757,1,0,0,0,96,759,1,0,0,0,98,771,1,0,0,0,100,777,1,0,0,0,102,779,1,0,0, - 0,104,784,1,0,0,0,106,795,1,0,0,0,108,813,1,0,0,0,110,833,1,0,0,0,112,844, - 1,0,0,0,114,846,1,0,0,0,116,853,1,0,0,0,118,857,1,0,0,0,120,860,1,0,0,0, - 122,868,1,0,0,0,124,873,1,0,0,0,126,890,1,0,0,0,128,897,1,0,0,0,130,907, - 1,0,0,0,132,916,1,0,0,0,134,926,1,0,0,0,136,945,1,0,0,0,138,947,1,0,0,0, - 140,960,1,0,0,0,142,963,1,0,0,0,144,972,1,0,0,0,146,983,1,0,0,0,148,996, - 1,0,0,0,150,1039,1,0,0,0,152,1058,1,0,0,0,154,1067,1,0,0,0,156,1086,1,0, - 0,0,158,1088,1,0,0,0,160,1102,1,0,0,0,162,1117,1,0,0,0,164,1124,1,0,0,0, - 166,1127,1,0,0,0,168,1160,1,0,0,0,170,1205,1,0,0,0,172,1207,1,0,0,0,174, - 1209,1,0,0,0,176,1215,1,0,0,0,178,1231,1,0,0,0,180,1233,1,0,0,0,182,1236, - 1,0,0,0,184,1297,1,0,0,0,186,1299,1,0,0,0,188,1302,1,0,0,0,190,1312,1,0, - 0,0,192,1316,1,0,0,0,194,1321,1,0,0,0,196,1330,1,0,0,0,198,1335,1,0,0,0, - 200,1367,1,0,0,0,202,1379,1,0,0,0,204,1381,1,0,0,0,206,1384,1,0,0,0,208, - 1398,1,0,0,0,210,1494,1,0,0,0,212,1521,1,0,0,0,214,1527,1,0,0,0,216,1644, - 1,0,0,0,218,1656,1,0,0,0,220,1658,1,0,0,0,222,1660,1,0,0,0,224,1664,1,0, - 0,0,226,1666,1,0,0,0,228,1671,1,0,0,0,230,1678,1,0,0,0,232,1682,1,0,0,0, - 234,1687,1,0,0,0,236,1697,1,0,0,0,238,1700,1,0,0,0,240,1707,1,0,0,0,242, - 1713,1,0,0,0,244,1723,1,0,0,0,246,1725,1,0,0,0,248,1729,1,0,0,0,250,1739, - 1,0,0,0,252,1745,1,0,0,0,254,1747,1,0,0,0,256,1749,1,0,0,0,258,1751,1,0, - 0,0,260,1756,1,0,0,0,262,1764,1,0,0,0,264,1771,1,0,0,0,266,1778,1,0,0,0, - 268,1781,1,0,0,0,270,1785,1,0,0,0,272,1788,1,0,0,0,274,1799,1,0,0,0,276, - 1809,1,0,0,0,278,1815,1,0,0,0,280,1823,1,0,0,0,282,1839,1,0,0,0,284,1848, - 1,0,0,0,286,1850,1,0,0,0,288,1852,1,0,0,0,290,1854,1,0,0,0,292,1868,1,0, - 0,0,294,1870,1,0,0,0,296,1872,1,0,0,0,298,1874,1,0,0,0,300,1876,1,0,0,0, - 302,1878,1,0,0,0,304,1880,1,0,0,0,306,1882,1,0,0,0,308,309,3,2,1,0,309, - 310,5,0,0,1,310,1,1,0,0,0,311,312,3,4,2,0,312,313,5,0,0,1,313,3,1,0,0,0, - 314,316,3,6,3,0,315,317,5,306,0,0,316,315,1,0,0,0,316,317,1,0,0,0,317,320, - 1,0,0,0,318,320,3,8,4,0,319,314,1,0,0,0,319,318,1,0,0,0,320,323,1,0,0,0, - 321,319,1,0,0,0,321,322,1,0,0,0,322,5,1,0,0,0,323,321,1,0,0,0,324,337,3, - 10,5,0,325,337,3,12,6,0,326,337,3,14,7,0,327,337,3,16,8,0,328,337,3,22, - 11,0,329,337,3,26,13,0,330,337,3,28,14,0,331,337,3,30,15,0,332,337,3,32, - 16,0,333,337,3,34,17,0,334,337,3,36,18,0,335,337,3,38,19,0,336,324,1,0, - 0,0,336,325,1,0,0,0,336,326,1,0,0,0,336,327,1,0,0,0,336,328,1,0,0,0,336, - 329,1,0,0,0,336,330,1,0,0,0,336,331,1,0,0,0,336,332,1,0,0,0,336,333,1,0, - 0,0,336,334,1,0,0,0,336,335,1,0,0,0,337,7,1,0,0,0,338,339,5,306,0,0,339, - 9,1,0,0,0,340,355,3,40,20,0,341,355,3,104,52,0,342,355,3,106,53,0,343,355, - 3,108,54,0,344,355,3,102,51,0,345,355,3,114,57,0,346,355,3,120,60,0,347, - 355,3,122,61,0,348,355,3,124,62,0,349,355,3,126,63,0,350,355,3,128,64,0, - 351,355,3,130,65,0,352,355,3,132,66,0,353,355,3,134,67,0,354,340,1,0,0, - 0,354,341,1,0,0,0,354,342,1,0,0,0,354,343,1,0,0,0,354,344,1,0,0,0,354,345, - 1,0,0,0,354,346,1,0,0,0,354,347,1,0,0,0,354,348,1,0,0,0,354,349,1,0,0,0, - 354,350,1,0,0,0,354,351,1,0,0,0,354,352,1,0,0,0,354,353,1,0,0,0,355,11, - 1,0,0,0,356,359,3,150,75,0,357,359,3,136,68,0,358,356,1,0,0,0,358,357,1, - 0,0,0,359,13,1,0,0,0,360,361,7,0,0,0,361,362,3,262,131,0,362,15,1,0,0,0, - 363,367,5,85,0,0,364,368,3,18,9,0,365,366,5,86,0,0,366,368,5,37,0,0,367, - 364,1,0,0,0,367,365,1,0,0,0,367,368,1,0,0,0,368,372,1,0,0,0,369,373,3,12, - 6,0,370,373,3,138,69,0,371,373,3,148,74,0,372,369,1,0,0,0,372,370,1,0,0, - 0,372,371,1,0,0,0,373,17,1,0,0,0,374,379,3,20,10,0,375,376,5,305,0,0,376, - 378,3,20,10,0,377,375,1,0,0,0,378,381,1,0,0,0,379,377,1,0,0,0,379,380,1, - 0,0,0,380,19,1,0,0,0,381,379,1,0,0,0,382,383,7,1,0,0,383,21,1,0,0,0,384, - 386,5,99,0,0,385,387,5,239,0,0,386,385,1,0,0,0,386,387,1,0,0,0,387,388, - 1,0,0,0,388,391,3,262,131,0,389,391,3,24,12,0,390,384,1,0,0,0,390,389,1, - 0,0,0,391,23,1,0,0,0,392,393,5,99,0,0,393,394,5,101,0,0,394,399,3,262,131, - 0,395,396,5,305,0,0,396,398,3,262,131,0,397,395,1,0,0,0,398,401,1,0,0,0, - 399,397,1,0,0,0,399,400,1,0,0,0,400,25,1,0,0,0,401,399,1,0,0,0,402,403, - 5,95,0,0,403,438,7,2,0,0,404,405,5,95,0,0,405,406,5,66,0,0,406,438,7,3, - 0,0,407,408,5,95,0,0,408,411,5,96,0,0,409,410,7,4,0,0,410,412,3,262,131, - 0,411,409,1,0,0,0,411,412,1,0,0,0,412,414,1,0,0,0,413,415,3,212,106,0,414, - 413,1,0,0,0,414,415,1,0,0,0,415,438,1,0,0,0,416,417,5,95,0,0,417,418,5, - 97,0,0,418,419,7,4,0,0,419,421,3,262,131,0,420,422,3,212,106,0,421,420, - 1,0,0,0,421,422,1,0,0,0,422,438,1,0,0,0,423,424,5,95,0,0,424,425,5,73,0, - 0,425,426,7,5,0,0,426,438,3,262,131,0,427,429,5,95,0,0,428,430,5,53,0,0, - 429,428,1,0,0,0,429,430,1,0,0,0,430,431,1,0,0,0,431,438,5,103,0,0,432,434, - 5,95,0,0,433,435,5,52,0,0,434,433,1,0,0,0,434,435,1,0,0,0,435,436,1,0,0, - 0,436,438,5,101,0,0,437,402,1,0,0,0,437,404,1,0,0,0,437,407,1,0,0,0,437, - 416,1,0,0,0,437,423,1,0,0,0,437,427,1,0,0,0,437,432,1,0,0,0,438,27,1,0, - 0,0,439,440,5,212,0,0,440,441,5,100,0,0,441,444,3,262,131,0,442,443,5,70, - 0,0,443,445,3,272,136,0,444,442,1,0,0,0,444,445,1,0,0,0,445,29,1,0,0,0, - 446,447,5,213,0,0,447,448,5,100,0,0,448,449,3,262,131,0,449,31,1,0,0,0, - 450,452,5,116,0,0,451,453,3,274,137,0,452,451,1,0,0,0,452,453,1,0,0,0,453, - 33,1,0,0,0,454,456,5,117,0,0,455,457,3,276,138,0,456,455,1,0,0,0,456,457, - 1,0,0,0,457,35,1,0,0,0,458,459,7,6,0,0,459,460,5,244,0,0,460,461,3,112, - 56,0,461,37,1,0,0,0,462,463,5,6,0,0,463,464,5,244,0,0,464,465,5,70,0,0, - 465,468,5,328,0,0,466,467,5,7,0,0,467,469,3,262,131,0,468,466,1,0,0,0,468, - 469,1,0,0,0,469,502,1,0,0,0,470,471,5,6,0,0,471,472,5,245,0,0,472,473,5, - 70,0,0,473,476,5,328,0,0,474,475,5,7,0,0,475,477,3,262,131,0,476,474,1, - 0,0,0,476,477,1,0,0,0,477,480,1,0,0,0,478,479,5,113,0,0,479,481,3,262,131, - 0,480,478,1,0,0,0,480,481,1,0,0,0,481,502,1,0,0,0,482,483,5,6,0,0,483,484, - 7,7,0,0,484,485,5,70,0,0,485,486,5,328,0,0,486,487,5,113,0,0,487,502,3, - 262,131,0,488,489,5,6,0,0,489,490,5,251,0,0,490,502,5,328,0,0,491,492,5, - 6,0,0,492,493,5,252,0,0,493,494,5,245,0,0,494,495,5,70,0,0,495,496,5,328, - 0,0,496,497,5,113,0,0,497,498,3,262,131,0,498,499,5,257,0,0,499,500,3,262, - 131,0,500,502,1,0,0,0,501,462,1,0,0,0,501,470,1,0,0,0,501,482,1,0,0,0,501, - 488,1,0,0,0,501,491,1,0,0,0,502,39,1,0,0,0,503,506,3,42,21,0,504,506,3, - 44,22,0,505,503,1,0,0,0,505,504,1,0,0,0,506,41,1,0,0,0,507,509,5,73,0,0, - 508,510,5,166,0,0,509,508,1,0,0,0,509,510,1,0,0,0,510,511,1,0,0,0,511,513, - 5,74,0,0,512,514,3,268,134,0,513,512,1,0,0,0,513,514,1,0,0,0,514,515,1, - 0,0,0,515,516,3,98,49,0,516,517,5,303,0,0,517,522,3,46,23,0,518,519,5,305, - 0,0,519,521,3,46,23,0,520,518,1,0,0,0,521,524,1,0,0,0,522,520,1,0,0,0,522, - 523,1,0,0,0,523,527,1,0,0,0,524,522,1,0,0,0,525,526,5,305,0,0,526,528,3, - 80,40,0,527,525,1,0,0,0,527,528,1,0,0,0,528,531,1,0,0,0,529,530,5,305,0, - 0,530,532,3,82,41,0,531,529,1,0,0,0,531,532,1,0,0,0,532,535,1,0,0,0,533, - 534,5,305,0,0,534,536,3,86,43,0,535,533,1,0,0,0,535,536,1,0,0,0,536,537, - 1,0,0,0,537,539,5,304,0,0,538,540,3,70,35,0,539,538,1,0,0,0,539,540,1,0, - 0,0,540,542,1,0,0,0,541,543,3,88,44,0,542,541,1,0,0,0,542,543,1,0,0,0,543, - 544,1,0,0,0,544,546,3,266,133,0,545,547,3,96,48,0,546,545,1,0,0,0,546,547, - 1,0,0,0,547,43,1,0,0,0,548,549,5,73,0,0,549,551,5,74,0,0,550,552,3,268, - 134,0,551,550,1,0,0,0,551,552,1,0,0,0,552,553,1,0,0,0,553,554,3,98,49,0, - 554,557,3,266,133,0,555,556,5,7,0,0,556,558,3,150,75,0,557,555,1,0,0,0, - 557,558,1,0,0,0,558,45,1,0,0,0,559,563,3,48,24,0,560,563,3,72,36,0,561, - 563,3,76,38,0,562,559,1,0,0,0,562,560,1,0,0,0,562,561,1,0,0,0,563,47,1, - 0,0,0,564,565,3,50,25,0,565,567,3,54,27,0,566,568,3,68,34,0,567,566,1,0, - 0,0,567,568,1,0,0,0,568,570,1,0,0,0,569,571,3,70,35,0,570,569,1,0,0,0,570, - 571,1,0,0,0,571,49,1,0,0,0,572,575,3,264,132,0,573,575,3,206,103,0,574, - 572,1,0,0,0,574,573,1,0,0,0,575,51,1,0,0,0,576,577,5,303,0,0,577,582,3, - 50,25,0,578,579,5,305,0,0,579,581,3,50,25,0,580,578,1,0,0,0,581,584,1,0, - 0,0,582,580,1,0,0,0,582,583,1,0,0,0,583,585,1,0,0,0,584,582,1,0,0,0,585, - 586,5,304,0,0,586,53,1,0,0,0,587,625,7,8,0,0,588,590,7,9,0,0,589,591,3, - 56,28,0,590,589,1,0,0,0,590,591,1,0,0,0,591,625,1,0,0,0,592,594,5,284,0, - 0,593,595,3,56,28,0,594,593,1,0,0,0,594,595,1,0,0,0,595,602,1,0,0,0,596, - 598,7,10,0,0,597,599,5,224,0,0,598,597,1,0,0,0,598,599,1,0,0,0,599,600, - 1,0,0,0,600,601,5,283,0,0,601,603,5,263,0,0,602,596,1,0,0,0,602,603,1,0, - 0,0,603,625,1,0,0,0,604,606,7,11,0,0,605,607,3,58,29,0,606,605,1,0,0,0, - 606,607,1,0,0,0,607,625,1,0,0,0,608,610,7,12,0,0,609,611,3,62,31,0,610, - 609,1,0,0,0,610,611,1,0,0,0,611,625,1,0,0,0,612,614,5,266,0,0,613,615,3, - 64,32,0,614,613,1,0,0,0,614,615,1,0,0,0,615,625,1,0,0,0,616,618,5,289,0, - 0,617,619,3,66,33,0,618,617,1,0,0,0,618,619,1,0,0,0,619,625,1,0,0,0,620, - 622,5,288,0,0,621,623,3,60,30,0,622,621,1,0,0,0,622,623,1,0,0,0,623,625, - 1,0,0,0,624,587,1,0,0,0,624,588,1,0,0,0,624,592,1,0,0,0,624,604,1,0,0,0, - 624,608,1,0,0,0,624,612,1,0,0,0,624,616,1,0,0,0,624,620,1,0,0,0,625,55, - 1,0,0,0,626,627,5,303,0,0,627,628,3,296,148,0,628,629,5,304,0,0,629,57, - 1,0,0,0,630,631,5,303,0,0,631,634,3,296,148,0,632,633,5,305,0,0,633,635, - 3,296,148,0,634,632,1,0,0,0,634,635,1,0,0,0,635,636,1,0,0,0,636,637,5,304, - 0,0,637,59,1,0,0,0,638,639,5,303,0,0,639,642,3,294,147,0,640,641,5,305, - 0,0,641,643,3,294,147,0,642,640,1,0,0,0,642,643,1,0,0,0,643,644,1,0,0,0, - 644,645,5,304,0,0,645,61,1,0,0,0,646,647,5,294,0,0,647,648,3,54,27,0,648, - 649,5,293,0,0,649,63,1,0,0,0,650,651,5,294,0,0,651,652,3,54,27,0,652,653, - 5,305,0,0,653,654,3,54,27,0,654,655,1,0,0,0,655,656,5,293,0,0,656,65,1, - 0,0,0,657,658,5,294,0,0,658,659,3,50,25,0,659,666,3,54,27,0,660,661,5,305, - 0,0,661,662,3,50,25,0,662,663,3,54,27,0,663,665,1,0,0,0,664,660,1,0,0,0, - 665,668,1,0,0,0,666,664,1,0,0,0,666,667,1,0,0,0,667,669,1,0,0,0,668,666, - 1,0,0,0,669,670,5,293,0,0,670,67,1,0,0,0,671,672,5,185,0,0,672,674,3,84, - 42,0,673,671,1,0,0,0,673,674,1,0,0,0,674,675,1,0,0,0,675,676,5,256,0,0, - 676,677,5,257,0,0,677,678,5,25,0,0,678,679,5,260,0,0,679,69,1,0,0,0,680, - 681,5,115,0,0,681,682,5,322,0,0,682,71,1,0,0,0,683,684,3,50,25,0,684,685, - 3,54,27,0,685,688,5,261,0,0,686,687,5,5,0,0,687,689,3,74,37,0,688,686,1, - 0,0,0,688,689,1,0,0,0,689,691,1,0,0,0,690,692,5,262,0,0,691,690,1,0,0,0, - 691,692,1,0,0,0,692,73,1,0,0,0,693,694,5,322,0,0,694,75,1,0,0,0,695,696, - 3,50,25,0,696,697,5,7,0,0,697,699,3,78,39,0,698,700,3,70,35,0,699,698,1, - 0,0,0,699,700,1,0,0,0,700,77,1,0,0,0,701,702,3,206,103,0,702,79,1,0,0,0, - 703,704,5,226,0,0,704,705,5,37,0,0,705,706,3,206,103,0,706,707,5,7,0,0, - 707,708,3,206,103,0,708,81,1,0,0,0,709,710,5,185,0,0,710,712,3,84,42,0, - 711,709,1,0,0,0,711,712,1,0,0,0,712,713,1,0,0,0,713,714,5,256,0,0,714,715, - 5,257,0,0,715,716,3,52,26,0,716,717,5,25,0,0,717,718,5,260,0,0,718,83,1, - 0,0,0,719,720,3,250,125,0,720,85,1,0,0,0,721,722,5,258,0,0,722,723,5,37, - 0,0,723,724,5,259,0,0,724,87,1,0,0,0,725,726,5,200,0,0,726,727,5,13,0,0, - 727,728,3,90,45,0,728,89,1,0,0,0,729,730,5,303,0,0,730,735,3,92,46,0,731, - 732,5,305,0,0,732,734,3,92,46,0,733,731,1,0,0,0,734,737,1,0,0,0,735,733, - 1,0,0,0,735,736,1,0,0,0,736,738,1,0,0,0,737,735,1,0,0,0,738,739,5,304,0, - 0,739,91,1,0,0,0,740,754,3,224,112,0,741,742,3,250,125,0,742,743,5,303, - 0,0,743,748,3,94,47,0,744,745,5,305,0,0,745,747,3,94,47,0,746,744,1,0,0, - 0,747,750,1,0,0,0,748,746,1,0,0,0,748,749,1,0,0,0,749,751,1,0,0,0,750,748, - 1,0,0,0,751,752,5,304,0,0,752,754,1,0,0,0,753,740,1,0,0,0,753,741,1,0,0, - 0,754,93,1,0,0,0,755,758,3,224,112,0,756,758,3,292,146,0,757,755,1,0,0, - 0,757,756,1,0,0,0,758,95,1,0,0,0,759,760,5,29,0,0,760,769,3,98,49,0,761, - 765,5,303,0,0,762,764,3,100,50,0,763,762,1,0,0,0,764,767,1,0,0,0,765,763, - 1,0,0,0,765,766,1,0,0,0,766,768,1,0,0,0,767,765,1,0,0,0,768,770,5,304,0, - 0,769,761,1,0,0,0,769,770,1,0,0,0,770,97,1,0,0,0,771,772,3,262,131,0,772, - 99,1,0,0,0,773,774,7,13,0,0,774,778,7,14,0,0,775,776,7,15,0,0,776,778,7, - 16,0,0,777,773,1,0,0,0,777,775,1,0,0,0,778,101,1,0,0,0,779,780,5,73,0,0, - 780,781,5,239,0,0,781,782,3,262,131,0,782,783,3,266,133,0,783,103,1,0,0, - 0,784,785,5,73,0,0,785,787,5,192,0,0,786,788,3,268,134,0,787,786,1,0,0, - 0,787,788,1,0,0,0,788,789,1,0,0,0,789,791,3,262,131,0,790,792,3,70,35,0, - 791,790,1,0,0,0,791,792,1,0,0,0,792,793,1,0,0,0,793,794,3,266,133,0,794, - 105,1,0,0,0,795,797,5,73,0,0,796,798,5,166,0,0,797,796,1,0,0,0,797,798, - 1,0,0,0,798,799,1,0,0,0,799,801,5,76,0,0,800,802,3,268,134,0,801,800,1, - 0,0,0,801,802,1,0,0,0,802,803,1,0,0,0,803,805,3,262,131,0,804,806,3,52, - 26,0,805,804,1,0,0,0,805,806,1,0,0,0,806,808,1,0,0,0,807,809,3,70,35,0, - 808,807,1,0,0,0,808,809,1,0,0,0,809,810,1,0,0,0,810,811,5,7,0,0,811,812, - 3,150,75,0,812,107,1,0,0,0,813,817,5,73,0,0,814,818,5,166,0,0,815,816,5, - 166,0,0,816,818,5,232,0,0,817,814,1,0,0,0,817,815,1,0,0,0,817,818,1,0,0, - 0,818,819,1,0,0,0,819,821,5,157,0,0,820,822,3,268,134,0,821,820,1,0,0,0, - 821,822,1,0,0,0,822,823,1,0,0,0,823,824,3,262,131,0,824,825,5,7,0,0,825, - 828,3,250,125,0,826,827,5,240,0,0,827,829,7,17,0,0,828,826,1,0,0,0,828, - 829,1,0,0,0,829,831,1,0,0,0,830,832,3,110,55,0,831,830,1,0,0,0,831,832, - 1,0,0,0,832,109,1,0,0,0,833,834,5,143,0,0,834,835,5,244,0,0,835,841,3,112, - 56,0,836,837,5,305,0,0,837,838,5,244,0,0,838,840,3,112,56,0,839,836,1,0, - 0,0,840,843,1,0,0,0,841,839,1,0,0,0,841,842,1,0,0,0,842,111,1,0,0,0,843, - 841,1,0,0,0,844,845,5,322,0,0,845,113,1,0,0,0,846,847,5,112,0,0,847,848, - 5,74,0,0,848,851,3,262,131,0,849,852,3,116,58,0,850,852,3,118,59,0,851, - 849,1,0,0,0,851,850,1,0,0,0,852,115,1,0,0,0,853,854,5,113,0,0,854,855,5, - 109,0,0,855,856,3,262,131,0,856,117,1,0,0,0,857,858,5,116,0,0,858,859,3, - 272,136,0,859,119,1,0,0,0,860,861,5,112,0,0,861,862,5,76,0,0,862,866,3, - 262,131,0,863,867,3,116,58,0,864,865,5,7,0,0,865,867,3,150,75,0,866,863, - 1,0,0,0,866,864,1,0,0,0,867,121,1,0,0,0,868,869,5,112,0,0,869,870,5,192, - 0,0,870,871,3,262,131,0,871,872,3,118,59,0,872,123,1,0,0,0,873,877,5,112, - 0,0,874,878,5,166,0,0,875,876,5,166,0,0,876,878,5,232,0,0,877,874,1,0,0, - 0,877,875,1,0,0,0,877,878,1,0,0,0,878,879,1,0,0,0,879,881,5,157,0,0,880, - 882,3,270,135,0,881,880,1,0,0,0,881,882,1,0,0,0,882,883,1,0,0,0,883,884, - 3,262,131,0,884,885,5,7,0,0,885,888,3,250,125,0,886,887,5,240,0,0,887,889, - 7,17,0,0,888,886,1,0,0,0,888,889,1,0,0,0,889,125,1,0,0,0,890,891,5,104, - 0,0,891,893,5,239,0,0,892,894,3,270,135,0,893,892,1,0,0,0,893,894,1,0,0, - 0,894,895,1,0,0,0,895,896,3,262,131,0,896,127,1,0,0,0,897,899,5,104,0,0, - 898,900,5,166,0,0,899,898,1,0,0,0,899,900,1,0,0,0,900,901,1,0,0,0,901,903, - 5,74,0,0,902,904,3,270,135,0,903,902,1,0,0,0,903,904,1,0,0,0,904,905,1, - 0,0,0,905,906,3,262,131,0,906,129,1,0,0,0,907,908,5,104,0,0,908,910,5,192, - 0,0,909,911,3,270,135,0,910,909,1,0,0,0,910,911,1,0,0,0,911,912,1,0,0,0, - 912,914,3,262,131,0,913,915,7,18,0,0,914,913,1,0,0,0,914,915,1,0,0,0,915, - 131,1,0,0,0,916,918,5,104,0,0,917,919,5,166,0,0,918,917,1,0,0,0,918,919, - 1,0,0,0,919,920,1,0,0,0,920,922,5,76,0,0,921,923,3,270,135,0,922,921,1, - 0,0,0,922,923,1,0,0,0,923,924,1,0,0,0,924,925,3,262,131,0,925,133,1,0,0, - 0,926,930,5,104,0,0,927,931,5,166,0,0,928,929,5,166,0,0,929,931,5,232,0, - 0,930,927,1,0,0,0,930,928,1,0,0,0,930,931,1,0,0,0,931,932,1,0,0,0,932,934, - 5,157,0,0,933,935,3,270,135,0,934,933,1,0,0,0,934,935,1,0,0,0,935,936,1, - 0,0,0,936,937,3,262,131,0,937,135,1,0,0,0,938,940,5,78,0,0,939,938,1,0, - 0,0,939,940,1,0,0,0,940,941,1,0,0,0,941,946,3,138,69,0,942,946,3,146,73, - 0,943,944,5,78,0,0,944,946,3,148,74,0,945,939,1,0,0,0,945,942,1,0,0,0,945, - 943,1,0,0,0,946,137,1,0,0,0,947,948,5,80,0,0,948,949,7,19,0,0,949,958,3, - 262,131,0,950,952,3,140,70,0,951,950,1,0,0,0,951,952,1,0,0,0,952,954,1, - 0,0,0,953,955,3,52,26,0,954,953,1,0,0,0,954,955,1,0,0,0,955,956,1,0,0,0, - 956,959,3,150,75,0,957,959,3,142,71,0,958,951,1,0,0,0,958,957,1,0,0,0,959, - 139,1,0,0,0,960,961,5,60,0,0,961,962,3,272,136,0,962,141,1,0,0,0,963,964, - 5,72,0,0,964,969,3,144,72,0,965,966,5,305,0,0,966,968,3,144,72,0,967,965, - 1,0,0,0,968,971,1,0,0,0,969,967,1,0,0,0,969,970,1,0,0,0,970,143,1,0,0,0, - 971,969,1,0,0,0,972,973,5,303,0,0,973,978,3,292,146,0,974,975,5,305,0,0, - 975,977,3,292,146,0,976,974,1,0,0,0,977,980,1,0,0,0,978,976,1,0,0,0,978, - 979,1,0,0,0,979,981,1,0,0,0,980,978,1,0,0,0,981,982,5,304,0,0,982,145,1, - 0,0,0,983,984,5,43,0,0,984,985,5,79,0,0,985,986,5,116,0,0,986,990,5,306, - 0,0,987,988,3,138,69,0,988,989,5,306,0,0,989,991,1,0,0,0,990,987,1,0,0, - 0,991,992,1,0,0,0,992,990,1,0,0,0,992,993,1,0,0,0,993,994,1,0,0,0,994,995, - 5,44,0,0,995,147,1,0,0,0,996,997,5,79,0,0,997,998,5,116,0,0,998,1002,5, - 43,0,0,999,1000,3,138,69,0,1000,1001,5,306,0,0,1001,1003,1,0,0,0,1002,999, - 1,0,0,0,1003,1004,1,0,0,0,1004,1002,1,0,0,0,1004,1005,1,0,0,0,1005,1006, - 1,0,0,0,1006,1007,5,44,0,0,1007,149,1,0,0,0,1008,1009,6,75,-1,0,1009,1040, - 3,152,76,0,1010,1011,5,70,0,0,1011,1016,3,154,77,0,1012,1013,5,305,0,0, - 1013,1015,3,154,77,0,1014,1012,1,0,0,0,1015,1018,1,0,0,0,1016,1014,1,0, - 0,0,1016,1017,1,0,0,0,1017,1019,1,0,0,0,1018,1016,1,0,0,0,1019,1020,3,150, - 75,5,1020,1040,1,0,0,0,1021,1022,5,303,0,0,1022,1023,3,150,75,0,1023,1024, - 5,304,0,0,1024,1040,1,0,0,0,1025,1027,3,160,80,0,1026,1028,3,188,94,0,1027, - 1026,1,0,0,0,1027,1028,1,0,0,0,1028,1030,1,0,0,0,1029,1031,3,192,96,0,1030, - 1029,1,0,0,0,1030,1031,1,0,0,0,1031,1040,1,0,0,0,1032,1034,3,158,79,0,1033, - 1035,3,188,94,0,1034,1033,1,0,0,0,1034,1035,1,0,0,0,1035,1037,1,0,0,0,1036, - 1038,3,192,96,0,1037,1036,1,0,0,0,1037,1038,1,0,0,0,1038,1040,1,0,0,0,1039, - 1008,1,0,0,0,1039,1010,1,0,0,0,1039,1021,1,0,0,0,1039,1025,1,0,0,0,1039, - 1032,1,0,0,0,1040,1055,1,0,0,0,1041,1042,10,3,0,0,1042,1044,7,20,0,0,1043, - 1045,5,8,0,0,1044,1043,1,0,0,0,1044,1045,1,0,0,0,1045,1046,1,0,0,0,1046, - 1048,3,150,75,0,1047,1049,3,188,94,0,1048,1047,1,0,0,0,1048,1049,1,0,0, - 0,1049,1051,1,0,0,0,1050,1052,3,192,96,0,1051,1050,1,0,0,0,1051,1052,1, - 0,0,0,1052,1054,1,0,0,0,1053,1041,1,0,0,0,1054,1057,1,0,0,0,1055,1053,1, - 0,0,0,1055,1056,1,0,0,0,1056,151,1,0,0,0,1057,1055,1,0,0,0,1058,1059,5, - 72,0,0,1059,1064,3,206,103,0,1060,1061,5,305,0,0,1061,1063,3,206,103,0, - 1062,1060,1,0,0,0,1063,1066,1,0,0,0,1064,1062,1,0,0,0,1064,1065,1,0,0,0, - 1065,153,1,0,0,0,1066,1064,1,0,0,0,1067,1079,3,156,78,0,1068,1069,5,303, - 0,0,1069,1074,3,50,25,0,1070,1071,5,305,0,0,1071,1073,3,50,25,0,1072,1070, - 1,0,0,0,1073,1076,1,0,0,0,1074,1072,1,0,0,0,1074,1075,1,0,0,0,1075,1077, - 1,0,0,0,1076,1074,1,0,0,0,1077,1078,5,304,0,0,1078,1080,1,0,0,0,1079,1068, - 1,0,0,0,1079,1080,1,0,0,0,1080,1081,1,0,0,0,1081,1082,5,7,0,0,1082,1083, - 5,303,0,0,1083,1084,3,150,75,0,1084,1085,5,304,0,0,1085,155,1,0,0,0,1086, - 1087,3,250,125,0,1087,157,1,0,0,0,1088,1089,3,160,80,0,1089,1091,3,164, - 82,0,1090,1092,3,180,90,0,1091,1090,1,0,0,0,1091,1092,1,0,0,0,1092,1094, - 1,0,0,0,1093,1095,3,182,91,0,1094,1093,1,0,0,0,1094,1095,1,0,0,0,1095,1097, - 1,0,0,0,1096,1098,3,186,93,0,1097,1096,1,0,0,0,1097,1098,1,0,0,0,1098,1100, - 1,0,0,0,1099,1101,3,194,97,0,1100,1099,1,0,0,0,1100,1101,1,0,0,0,1101,159, - 1,0,0,0,1102,1104,5,4,0,0,1103,1105,3,300,150,0,1104,1103,1,0,0,0,1104, - 1105,1,0,0,0,1105,1115,1,0,0,0,1106,1116,5,312,0,0,1107,1112,3,162,81,0, - 1108,1109,5,305,0,0,1109,1111,3,162,81,0,1110,1108,1,0,0,0,1111,1114,1, - 0,0,0,1112,1110,1,0,0,0,1112,1113,1,0,0,0,1113,1116,1,0,0,0,1114,1112,1, - 0,0,0,1115,1106,1,0,0,0,1115,1107,1,0,0,0,1116,161,1,0,0,0,1117,1122,3, - 206,103,0,1118,1120,5,7,0,0,1119,1118,1,0,0,0,1119,1120,1,0,0,0,1120,1121, - 1,0,0,0,1121,1123,3,206,103,0,1122,1119,1,0,0,0,1122,1123,1,0,0,0,1123, - 163,1,0,0,0,1124,1125,5,5,0,0,1125,1126,3,166,83,0,1126,165,1,0,0,0,1127, - 1128,6,83,-1,0,1128,1133,3,168,84,0,1129,1130,5,305,0,0,1130,1132,3,168, - 84,0,1131,1129,1,0,0,0,1132,1135,1,0,0,0,1133,1131,1,0,0,0,1133,1134,1, - 0,0,0,1134,1157,1,0,0,0,1135,1133,1,0,0,0,1136,1137,10,1,0,0,1137,1138, - 5,46,0,0,1138,1139,5,45,0,0,1139,1156,3,166,83,2,1140,1142,10,2,0,0,1141, - 1143,5,54,0,0,1142,1141,1,0,0,0,1142,1143,1,0,0,0,1143,1145,1,0,0,0,1144, - 1146,7,21,0,0,1145,1144,1,0,0,0,1145,1146,1,0,0,0,1146,1148,1,0,0,0,1147, - 1149,5,47,0,0,1148,1147,1,0,0,0,1148,1149,1,0,0,0,1149,1150,1,0,0,0,1150, - 1151,5,45,0,0,1151,1153,3,166,83,0,1152,1154,3,178,89,0,1153,1152,1,0,0, - 0,1153,1154,1,0,0,0,1154,1156,1,0,0,0,1155,1136,1,0,0,0,1155,1140,1,0,0, - 0,1156,1159,1,0,0,0,1157,1155,1,0,0,0,1157,1158,1,0,0,0,1158,167,1,0,0, - 0,1159,1157,1,0,0,0,1160,1162,3,170,85,0,1161,1163,3,240,120,0,1162,1161, - 1,0,0,0,1162,1163,1,0,0,0,1163,169,1,0,0,0,1164,1166,5,74,0,0,1165,1164, - 1,0,0,0,1165,1166,1,0,0,0,1166,1167,1,0,0,0,1167,1169,3,172,86,0,1168,1170, - 3,174,87,0,1169,1168,1,0,0,0,1169,1170,1,0,0,0,1170,1175,1,0,0,0,1171,1173, - 5,7,0,0,1172,1171,1,0,0,0,1172,1173,1,0,0,0,1173,1174,1,0,0,0,1174,1176, - 3,222,111,0,1175,1172,1,0,0,0,1175,1176,1,0,0,0,1176,1206,1,0,0,0,1177, - 1178,5,57,0,0,1178,1179,5,74,0,0,1179,1180,5,303,0,0,1180,1181,3,218,109, - 0,1181,1182,5,303,0,0,1182,1187,3,206,103,0,1183,1184,5,305,0,0,1184,1186, - 3,206,103,0,1185,1183,1,0,0,0,1186,1189,1,0,0,0,1187,1185,1,0,0,0,1187, - 1188,1,0,0,0,1188,1190,1,0,0,0,1189,1187,1,0,0,0,1190,1191,5,304,0,0,1191, - 1192,5,304,0,0,1192,1206,1,0,0,0,1193,1195,5,57,0,0,1194,1193,1,0,0,0,1194, - 1195,1,0,0,0,1195,1196,1,0,0,0,1196,1197,5,303,0,0,1197,1198,3,150,75,0, - 1198,1199,5,304,0,0,1199,1206,1,0,0,0,1200,1201,5,227,0,0,1201,1202,5,303, - 0,0,1202,1203,3,206,103,0,1203,1204,5,304,0,0,1204,1206,1,0,0,0,1205,1165, - 1,0,0,0,1205,1177,1,0,0,0,1205,1194,1,0,0,0,1205,1200,1,0,0,0,1206,171, - 1,0,0,0,1207,1208,3,262,131,0,1208,173,1,0,0,0,1209,1210,5,37,0,0,1210, - 1211,5,259,0,0,1211,1212,5,7,0,0,1212,1213,5,136,0,0,1213,1214,3,176,88, - 0,1214,175,1,0,0,0,1215,1216,3,206,103,0,1216,177,1,0,0,0,1217,1218,5,55, - 0,0,1218,1232,3,208,104,0,1219,1220,5,143,0,0,1220,1221,5,303,0,0,1221, - 1226,3,262,131,0,1222,1223,5,305,0,0,1223,1225,3,262,131,0,1224,1222,1, - 0,0,0,1225,1228,1,0,0,0,1226,1224,1,0,0,0,1226,1227,1,0,0,0,1227,1229,1, - 0,0,0,1228,1226,1,0,0,0,1229,1230,5,304,0,0,1230,1232,1,0,0,0,1231,1217, - 1,0,0,0,1231,1219,1,0,0,0,1232,179,1,0,0,0,1233,1234,5,11,0,0,1234,1235, - 3,208,104,0,1235,181,1,0,0,0,1236,1237,5,12,0,0,1237,1238,5,13,0,0,1238, - 1243,3,184,92,0,1239,1240,5,305,0,0,1240,1242,3,184,92,0,1241,1239,1,0, - 0,0,1242,1245,1,0,0,0,1243,1241,1,0,0,0,1243,1244,1,0,0,0,1244,183,1,0, - 0,0,1245,1243,1,0,0,0,1246,1298,3,206,103,0,1247,1248,5,303,0,0,1248,1298, - 5,304,0,0,1249,1250,5,303,0,0,1250,1255,3,206,103,0,1251,1252,5,305,0,0, - 1252,1254,3,206,103,0,1253,1251,1,0,0,0,1254,1257,1,0,0,0,1255,1253,1,0, - 0,0,1255,1256,1,0,0,0,1256,1258,1,0,0,0,1257,1255,1,0,0,0,1258,1259,5,304, - 0,0,1259,1298,1,0,0,0,1260,1261,5,16,0,0,1261,1262,5,303,0,0,1262,1267, - 3,206,103,0,1263,1264,5,305,0,0,1264,1266,3,206,103,0,1265,1263,1,0,0,0, - 1266,1269,1,0,0,0,1267,1265,1,0,0,0,1267,1268,1,0,0,0,1268,1270,1,0,0,0, - 1269,1267,1,0,0,0,1270,1271,5,304,0,0,1271,1298,1,0,0,0,1272,1273,5,17, - 0,0,1273,1274,5,303,0,0,1274,1279,3,206,103,0,1275,1276,5,305,0,0,1276, - 1278,3,206,103,0,1277,1275,1,0,0,0,1278,1281,1,0,0,0,1279,1277,1,0,0,0, - 1279,1280,1,0,0,0,1280,1282,1,0,0,0,1281,1279,1,0,0,0,1282,1283,5,304,0, - 0,1283,1298,1,0,0,0,1284,1285,5,14,0,0,1285,1286,5,15,0,0,1286,1287,5,303, - 0,0,1287,1292,3,184,92,0,1288,1289,5,305,0,0,1289,1291,3,184,92,0,1290, - 1288,1,0,0,0,1291,1294,1,0,0,0,1292,1290,1,0,0,0,1292,1293,1,0,0,0,1293, - 1295,1,0,0,0,1294,1292,1,0,0,0,1295,1296,5,304,0,0,1296,1298,1,0,0,0,1297, - 1246,1,0,0,0,1297,1247,1,0,0,0,1297,1249,1,0,0,0,1297,1260,1,0,0,0,1297, - 1272,1,0,0,0,1297,1284,1,0,0,0,1298,185,1,0,0,0,1299,1300,5,19,0,0,1300, - 1301,3,208,104,0,1301,187,1,0,0,0,1302,1303,5,18,0,0,1303,1304,5,13,0,0, - 1304,1309,3,190,95,0,1305,1306,5,305,0,0,1306,1308,3,190,95,0,1307,1305, - 1,0,0,0,1308,1311,1,0,0,0,1309,1307,1,0,0,0,1309,1310,1,0,0,0,1310,189, - 1,0,0,0,1311,1309,1,0,0,0,1312,1314,3,206,103,0,1313,1315,7,22,0,0,1314, - 1313,1,0,0,0,1314,1315,1,0,0,0,1315,191,1,0,0,0,1316,1319,5,20,0,0,1317, - 1320,5,8,0,0,1318,1320,3,206,103,0,1319,1317,1,0,0,0,1319,1318,1,0,0,0, - 1320,193,1,0,0,0,1321,1322,5,58,0,0,1322,1327,3,196,98,0,1323,1324,5,305, - 0,0,1324,1326,3,196,98,0,1325,1323,1,0,0,0,1326,1329,1,0,0,0,1327,1325, - 1,0,0,0,1327,1328,1,0,0,0,1328,195,1,0,0,0,1329,1327,1,0,0,0,1330,1331, - 3,242,121,0,1331,1332,5,7,0,0,1332,1333,3,198,99,0,1333,197,1,0,0,0,1334, - 1336,3,242,121,0,1335,1334,1,0,0,0,1335,1336,1,0,0,0,1336,1337,1,0,0,0, - 1337,1348,5,303,0,0,1338,1339,5,18,0,0,1339,1340,5,13,0,0,1340,1345,3,200, - 100,0,1341,1342,5,305,0,0,1342,1344,3,200,100,0,1343,1341,1,0,0,0,1344, - 1347,1,0,0,0,1345,1343,1,0,0,0,1345,1346,1,0,0,0,1346,1349,1,0,0,0,1347, - 1345,1,0,0,0,1348,1338,1,0,0,0,1348,1349,1,0,0,0,1349,1360,1,0,0,0,1350, - 1351,5,60,0,0,1351,1352,5,13,0,0,1352,1357,3,206,103,0,1353,1354,5,305, - 0,0,1354,1356,3,206,103,0,1355,1353,1,0,0,0,1356,1359,1,0,0,0,1357,1355, - 1,0,0,0,1357,1358,1,0,0,0,1358,1361,1,0,0,0,1359,1357,1,0,0,0,1360,1350, - 1,0,0,0,1360,1361,1,0,0,0,1361,1363,1,0,0,0,1362,1364,3,202,101,0,1363, - 1362,1,0,0,0,1363,1364,1,0,0,0,1364,1365,1,0,0,0,1365,1366,5,304,0,0,1366, - 199,1,0,0,0,1367,1369,3,206,103,0,1368,1370,7,22,0,0,1369,1368,1,0,0,0, - 1369,1370,1,0,0,0,1370,1373,1,0,0,0,1371,1372,5,34,0,0,1372,1374,7,23,0, - 0,1373,1371,1,0,0,0,1373,1374,1,0,0,0,1374,201,1,0,0,0,1375,1376,5,61,0, - 0,1376,1380,3,204,102,0,1377,1378,5,62,0,0,1378,1380,3,204,102,0,1379,1375, - 1,0,0,0,1379,1377,1,0,0,0,1380,203,1,0,0,0,1381,1382,3,206,103,0,1382,1383, - 5,64,0,0,1383,205,1,0,0,0,1384,1385,3,208,104,0,1385,207,1,0,0,0,1386,1387, - 6,104,-1,0,1387,1388,5,25,0,0,1388,1399,3,208,104,5,1389,1390,5,27,0,0, - 1390,1391,5,303,0,0,1391,1392,3,150,75,0,1392,1393,5,304,0,0,1393,1399, - 1,0,0,0,1394,1396,3,214,107,0,1395,1397,3,210,105,0,1396,1395,1,0,0,0,1396, - 1397,1,0,0,0,1397,1399,1,0,0,0,1398,1386,1,0,0,0,1398,1389,1,0,0,0,1398, - 1394,1,0,0,0,1399,1408,1,0,0,0,1400,1401,10,2,0,0,1401,1402,5,23,0,0,1402, - 1407,3,208,104,3,1403,1404,10,1,0,0,1404,1405,5,22,0,0,1405,1407,3,208, - 104,2,1406,1400,1,0,0,0,1406,1403,1,0,0,0,1407,1410,1,0,0,0,1408,1406,1, - 0,0,0,1408,1409,1,0,0,0,1409,209,1,0,0,0,1410,1408,1,0,0,0,1411,1413,5, - 25,0,0,1412,1411,1,0,0,0,1412,1413,1,0,0,0,1413,1414,1,0,0,0,1414,1415, - 5,28,0,0,1415,1416,3,214,107,0,1416,1417,5,23,0,0,1417,1418,3,214,107,0, - 1418,1495,1,0,0,0,1419,1421,5,25,0,0,1420,1419,1,0,0,0,1420,1421,1,0,0, - 0,1421,1422,1,0,0,0,1422,1423,5,24,0,0,1423,1424,5,303,0,0,1424,1429,3, - 206,103,0,1425,1426,5,305,0,0,1426,1428,3,206,103,0,1427,1425,1,0,0,0,1428, - 1431,1,0,0,0,1429,1427,1,0,0,0,1429,1430,1,0,0,0,1430,1432,1,0,0,0,1431, - 1429,1,0,0,0,1432,1433,5,304,0,0,1433,1495,1,0,0,0,1434,1436,5,25,0,0,1435, - 1434,1,0,0,0,1435,1436,1,0,0,0,1436,1437,1,0,0,0,1437,1438,5,24,0,0,1438, - 1439,5,303,0,0,1439,1440,3,150,75,0,1440,1441,5,304,0,0,1441,1495,1,0,0, - 0,1442,1443,5,27,0,0,1443,1444,5,303,0,0,1444,1445,3,150,75,0,1445,1446, - 5,304,0,0,1446,1495,1,0,0,0,1447,1449,5,25,0,0,1448,1447,1,0,0,0,1448,1449, - 1,0,0,0,1449,1450,1,0,0,0,1450,1451,5,30,0,0,1451,1495,3,214,107,0,1452, - 1454,5,25,0,0,1453,1452,1,0,0,0,1453,1454,1,0,0,0,1454,1455,1,0,0,0,1455, - 1456,5,29,0,0,1456,1470,7,24,0,0,1457,1458,5,303,0,0,1458,1471,5,304,0, - 0,1459,1460,5,303,0,0,1460,1465,3,206,103,0,1461,1462,5,305,0,0,1462,1464, - 3,206,103,0,1463,1461,1,0,0,0,1464,1467,1,0,0,0,1465,1463,1,0,0,0,1465, - 1466,1,0,0,0,1466,1468,1,0,0,0,1467,1465,1,0,0,0,1468,1469,5,304,0,0,1469, - 1471,1,0,0,0,1470,1457,1,0,0,0,1470,1459,1,0,0,0,1471,1495,1,0,0,0,1472, - 1474,5,25,0,0,1473,1472,1,0,0,0,1473,1474,1,0,0,0,1474,1475,1,0,0,0,1475, - 1476,5,29,0,0,1476,1495,3,214,107,0,1477,1479,5,31,0,0,1478,1480,5,25,0, - 0,1479,1478,1,0,0,0,1479,1480,1,0,0,0,1480,1481,1,0,0,0,1481,1495,5,290, - 0,0,1482,1484,5,31,0,0,1483,1485,5,25,0,0,1484,1483,1,0,0,0,1484,1485,1, - 0,0,0,1485,1486,1,0,0,0,1486,1495,7,25,0,0,1487,1489,5,31,0,0,1488,1490, - 5,25,0,0,1489,1488,1,0,0,0,1489,1490,1,0,0,0,1490,1491,1,0,0,0,1491,1492, - 5,10,0,0,1492,1493,5,5,0,0,1493,1495,3,214,107,0,1494,1412,1,0,0,0,1494, - 1420,1,0,0,0,1494,1435,1,0,0,0,1494,1442,1,0,0,0,1494,1448,1,0,0,0,1494, - 1453,1,0,0,0,1494,1473,1,0,0,0,1494,1477,1,0,0,0,1494,1482,1,0,0,0,1494, - 1487,1,0,0,0,1495,211,1,0,0,0,1496,1498,5,25,0,0,1497,1496,1,0,0,0,1497, - 1498,1,0,0,0,1498,1499,1,0,0,0,1499,1500,5,29,0,0,1500,1514,7,24,0,0,1501, - 1502,5,303,0,0,1502,1515,5,304,0,0,1503,1504,5,303,0,0,1504,1509,3,206, - 103,0,1505,1506,5,305,0,0,1506,1508,3,206,103,0,1507,1505,1,0,0,0,1508, - 1511,1,0,0,0,1509,1507,1,0,0,0,1509,1510,1,0,0,0,1510,1512,1,0,0,0,1511, - 1509,1,0,0,0,1512,1513,5,304,0,0,1513,1515,1,0,0,0,1514,1501,1,0,0,0,1514, - 1503,1,0,0,0,1515,1522,1,0,0,0,1516,1518,5,25,0,0,1517,1516,1,0,0,0,1517, - 1518,1,0,0,0,1518,1519,1,0,0,0,1519,1520,5,29,0,0,1520,1522,3,214,107,0, - 1521,1497,1,0,0,0,1521,1517,1,0,0,0,1522,213,1,0,0,0,1523,1524,6,107,-1, - 0,1524,1528,3,216,108,0,1525,1526,7,26,0,0,1526,1528,3,214,107,7,1527,1523, - 1,0,0,0,1527,1525,1,0,0,0,1528,1550,1,0,0,0,1529,1530,10,6,0,0,1530,1531, - 7,27,0,0,1531,1549,3,214,107,7,1532,1533,10,5,0,0,1533,1534,7,28,0,0,1534, - 1549,3,214,107,6,1535,1536,10,4,0,0,1536,1537,5,298,0,0,1537,1549,3,214, - 107,5,1538,1539,10,3,0,0,1539,1540,5,299,0,0,1540,1549,3,214,107,4,1541, - 1542,10,2,0,0,1542,1543,5,297,0,0,1543,1549,3,214,107,3,1544,1545,10,1, - 0,0,1545,1546,3,282,141,0,1546,1547,3,214,107,2,1547,1549,1,0,0,0,1548, - 1529,1,0,0,0,1548,1532,1,0,0,0,1548,1535,1,0,0,0,1548,1538,1,0,0,0,1548, - 1541,1,0,0,0,1548,1544,1,0,0,0,1549,1552,1,0,0,0,1550,1548,1,0,0,0,1550, - 1551,1,0,0,0,1551,215,1,0,0,0,1552,1550,1,0,0,0,1553,1554,6,108,-1,0,1554, - 1556,5,39,0,0,1555,1557,3,258,129,0,1556,1555,1,0,0,0,1557,1558,1,0,0,0, - 1558,1556,1,0,0,0,1558,1559,1,0,0,0,1559,1562,1,0,0,0,1560,1561,5,42,0, - 0,1561,1563,3,206,103,0,1562,1560,1,0,0,0,1562,1563,1,0,0,0,1563,1564,1, - 0,0,0,1564,1565,5,44,0,0,1565,1645,1,0,0,0,1566,1567,5,39,0,0,1567,1569, - 3,206,103,0,1568,1570,3,258,129,0,1569,1568,1,0,0,0,1570,1571,1,0,0,0,1571, - 1569,1,0,0,0,1571,1572,1,0,0,0,1572,1575,1,0,0,0,1573,1574,5,42,0,0,1574, - 1576,3,206,103,0,1575,1573,1,0,0,0,1575,1576,1,0,0,0,1576,1577,1,0,0,0, - 1577,1578,5,44,0,0,1578,1645,1,0,0,0,1579,1580,5,94,0,0,1580,1581,5,303, - 0,0,1581,1582,3,206,103,0,1582,1583,5,7,0,0,1583,1584,3,54,27,0,1584,1585, - 5,304,0,0,1585,1645,1,0,0,0,1586,1587,5,67,0,0,1587,1588,5,303,0,0,1588, - 1591,3,206,103,0,1589,1590,5,124,0,0,1590,1592,5,34,0,0,1591,1589,1,0,0, - 0,1591,1592,1,0,0,0,1592,1593,1,0,0,0,1593,1594,5,304,0,0,1594,1645,1,0, - 0,0,1595,1596,5,69,0,0,1596,1597,5,303,0,0,1597,1600,3,206,103,0,1598,1599, - 5,124,0,0,1599,1601,5,34,0,0,1600,1598,1,0,0,0,1600,1601,1,0,0,0,1601,1602, - 1,0,0,0,1602,1603,5,304,0,0,1603,1645,1,0,0,0,1604,1605,5,129,0,0,1605, - 1606,5,303,0,0,1606,1607,3,214,107,0,1607,1608,5,24,0,0,1608,1609,3,214, - 107,0,1609,1610,5,304,0,0,1610,1645,1,0,0,0,1611,1645,3,292,146,0,1612, - 1645,5,312,0,0,1613,1614,3,262,131,0,1614,1615,5,300,0,0,1615,1616,5,312, - 0,0,1616,1645,1,0,0,0,1617,1618,5,303,0,0,1618,1619,3,150,75,0,1619,1620, - 5,304,0,0,1620,1645,1,0,0,0,1621,1622,3,218,109,0,1622,1634,5,303,0,0,1623, - 1625,3,300,150,0,1624,1623,1,0,0,0,1624,1625,1,0,0,0,1625,1626,1,0,0,0, - 1626,1631,3,206,103,0,1627,1628,5,305,0,0,1628,1630,3,206,103,0,1629,1627, - 1,0,0,0,1630,1633,1,0,0,0,1631,1629,1,0,0,0,1631,1632,1,0,0,0,1632,1635, - 1,0,0,0,1633,1631,1,0,0,0,1634,1624,1,0,0,0,1634,1635,1,0,0,0,1635,1636, - 1,0,0,0,1636,1637,5,304,0,0,1637,1645,1,0,0,0,1638,1645,3,250,125,0,1639, - 1645,3,220,110,0,1640,1641,5,303,0,0,1641,1642,3,206,103,0,1642,1643,5, - 304,0,0,1643,1645,1,0,0,0,1644,1553,1,0,0,0,1644,1566,1,0,0,0,1644,1579, - 1,0,0,0,1644,1586,1,0,0,0,1644,1595,1,0,0,0,1644,1604,1,0,0,0,1644,1611, - 1,0,0,0,1644,1612,1,0,0,0,1644,1613,1,0,0,0,1644,1617,1,0,0,0,1644,1621, - 1,0,0,0,1644,1638,1,0,0,0,1644,1639,1,0,0,0,1644,1640,1,0,0,0,1645,1653, - 1,0,0,0,1646,1647,10,4,0,0,1647,1648,5,301,0,0,1648,1649,3,214,107,0,1649, - 1650,5,302,0,0,1650,1652,1,0,0,0,1651,1646,1,0,0,0,1652,1655,1,0,0,0,1653, - 1651,1,0,0,0,1653,1654,1,0,0,0,1654,217,1,0,0,0,1655,1653,1,0,0,0,1656, - 1657,3,262,131,0,1657,219,1,0,0,0,1658,1659,3,262,131,0,1659,221,1,0,0, - 0,1660,1661,3,250,125,0,1661,223,1,0,0,0,1662,1665,3,250,125,0,1663,1665, - 3,220,110,0,1664,1662,1,0,0,0,1664,1663,1,0,0,0,1665,225,1,0,0,0,1666,1669, - 5,38,0,0,1667,1670,3,228,114,0,1668,1670,3,232,116,0,1669,1667,1,0,0,0, - 1669,1668,1,0,0,0,1669,1670,1,0,0,0,1670,227,1,0,0,0,1671,1673,3,230,115, - 0,1672,1674,3,234,117,0,1673,1672,1,0,0,0,1673,1674,1,0,0,0,1674,229,1, - 0,0,0,1675,1676,3,236,118,0,1676,1677,3,250,125,0,1677,1679,1,0,0,0,1678, - 1675,1,0,0,0,1679,1680,1,0,0,0,1680,1678,1,0,0,0,1680,1681,1,0,0,0,1681, - 231,1,0,0,0,1682,1685,3,234,117,0,1683,1686,3,230,115,0,1684,1686,3,234, - 117,0,1685,1683,1,0,0,0,1685,1684,1,0,0,0,1685,1686,1,0,0,0,1686,233,1, - 0,0,0,1687,1688,3,236,118,0,1688,1689,3,250,125,0,1689,1690,5,109,0,0,1690, - 1691,3,250,125,0,1691,235,1,0,0,0,1692,1694,7,29,0,0,1693,1692,1,0,0,0, - 1693,1694,1,0,0,0,1694,1695,1,0,0,0,1695,1698,7,30,0,0,1696,1698,5,322, - 0,0,1697,1693,1,0,0,0,1697,1696,1,0,0,0,1698,237,1,0,0,0,1699,1701,5,7, - 0,0,1700,1699,1,0,0,0,1700,1701,1,0,0,0,1701,1702,1,0,0,0,1702,1704,3,252, - 126,0,1703,1705,3,246,123,0,1704,1703,1,0,0,0,1704,1705,1,0,0,0,1705,239, - 1,0,0,0,1706,1708,5,7,0,0,1707,1706,1,0,0,0,1707,1708,1,0,0,0,1708,1709, - 1,0,0,0,1709,1711,3,252,126,0,1710,1712,3,246,123,0,1711,1710,1,0,0,0,1711, - 1712,1,0,0,0,1712,241,1,0,0,0,1713,1714,3,250,125,0,1714,1715,3,244,122, - 0,1715,243,1,0,0,0,1716,1717,5,131,0,0,1717,1719,3,250,125,0,1718,1716, - 1,0,0,0,1719,1720,1,0,0,0,1720,1718,1,0,0,0,1720,1721,1,0,0,0,1721,1724, - 1,0,0,0,1722,1724,1,0,0,0,1723,1718,1,0,0,0,1723,1722,1,0,0,0,1724,245, - 1,0,0,0,1725,1726,5,303,0,0,1726,1727,3,248,124,0,1727,1728,5,304,0,0,1728, - 247,1,0,0,0,1729,1734,3,250,125,0,1730,1731,5,305,0,0,1731,1733,3,250,125, - 0,1732,1730,1,0,0,0,1733,1736,1,0,0,0,1734,1732,1,0,0,0,1734,1735,1,0,0, - 0,1735,249,1,0,0,0,1736,1734,1,0,0,0,1737,1740,3,252,126,0,1738,1740,3, - 304,152,0,1739,1737,1,0,0,0,1739,1738,1,0,0,0,1740,251,1,0,0,0,1741,1746, - 3,254,127,0,1742,1746,3,256,128,0,1743,1746,3,302,151,0,1744,1746,3,306, - 153,0,1745,1741,1,0,0,0,1745,1742,1,0,0,0,1745,1743,1,0,0,0,1745,1744,1, - 0,0,0,1746,253,1,0,0,0,1747,1748,7,31,0,0,1748,255,1,0,0,0,1749,1750,5, - 322,0,0,1750,257,1,0,0,0,1751,1752,5,40,0,0,1752,1753,3,206,103,0,1753, - 1754,5,41,0,0,1754,1755,3,206,103,0,1755,259,1,0,0,0,1756,1761,3,262,131, - 0,1757,1758,5,305,0,0,1758,1760,3,262,131,0,1759,1757,1,0,0,0,1760,1763, - 1,0,0,0,1761,1759,1,0,0,0,1761,1762,1,0,0,0,1762,261,1,0,0,0,1763,1761, - 1,0,0,0,1764,1768,5,326,0,0,1765,1767,5,320,0,0,1766,1765,1,0,0,0,1767, - 1770,1,0,0,0,1768,1769,1,0,0,0,1768,1766,1,0,0,0,1769,263,1,0,0,0,1770, - 1768,1,0,0,0,1771,1775,7,32,0,0,1772,1774,7,33,0,0,1773,1772,1,0,0,0,1774, - 1777,1,0,0,0,1775,1776,1,0,0,0,1775,1773,1,0,0,0,1776,265,1,0,0,0,1777, - 1775,1,0,0,0,1778,1779,5,70,0,0,1779,1780,3,272,136,0,1780,267,1,0,0,0, - 1781,1782,5,128,0,0,1782,1783,5,25,0,0,1783,1784,5,27,0,0,1784,269,1,0, - 0,0,1785,1786,5,128,0,0,1786,1787,5,27,0,0,1787,271,1,0,0,0,1788,1789,5, - 303,0,0,1789,1794,3,274,137,0,1790,1791,5,305,0,0,1791,1793,3,274,137,0, - 1792,1790,1,0,0,0,1793,1796,1,0,0,0,1794,1792,1,0,0,0,1794,1795,1,0,0,0, - 1795,1797,1,0,0,0,1796,1794,1,0,0,0,1797,1798,5,304,0,0,1798,273,1,0,0, - 0,1799,1804,3,276,138,0,1800,1802,5,292,0,0,1801,1800,1,0,0,0,1801,1802, - 1,0,0,0,1802,1803,1,0,0,0,1803,1805,3,278,139,0,1804,1801,1,0,0,0,1804, - 1805,1,0,0,0,1805,275,1,0,0,0,1806,1810,3,250,125,0,1807,1810,3,220,110, - 0,1808,1810,5,322,0,0,1809,1806,1,0,0,0,1809,1807,1,0,0,0,1809,1808,1,0, - 0,0,1810,277,1,0,0,0,1811,1816,5,323,0,0,1812,1816,5,324,0,0,1813,1816, - 3,298,149,0,1814,1816,5,322,0,0,1815,1811,1,0,0,0,1815,1812,1,0,0,0,1815, - 1813,1,0,0,0,1815,1814,1,0,0,0,1816,279,1,0,0,0,1817,1824,5,23,0,0,1818, - 1819,5,298,0,0,1819,1824,5,298,0,0,1820,1824,5,22,0,0,1821,1822,5,297,0, - 0,1822,1824,5,297,0,0,1823,1817,1,0,0,0,1823,1818,1,0,0,0,1823,1820,1,0, - 0,0,1823,1821,1,0,0,0,1824,281,1,0,0,0,1825,1840,5,292,0,0,1826,1840,5, - 293,0,0,1827,1840,5,294,0,0,1828,1829,5,294,0,0,1829,1840,5,292,0,0,1830, - 1831,5,293,0,0,1831,1840,5,292,0,0,1832,1833,5,294,0,0,1833,1840,5,293, - 0,0,1834,1835,5,295,0,0,1835,1840,5,292,0,0,1836,1837,5,294,0,0,1837,1838, - 5,292,0,0,1838,1840,5,293,0,0,1839,1825,1,0,0,0,1839,1826,1,0,0,0,1839, - 1827,1,0,0,0,1839,1828,1,0,0,0,1839,1830,1,0,0,0,1839,1832,1,0,0,0,1839, - 1834,1,0,0,0,1839,1836,1,0,0,0,1840,283,1,0,0,0,1841,1842,5,294,0,0,1842, - 1849,5,294,0,0,1843,1844,5,293,0,0,1844,1849,5,293,0,0,1845,1849,5,298, - 0,0,1846,1849,5,299,0,0,1847,1849,5,297,0,0,1848,1841,1,0,0,0,1848,1843, - 1,0,0,0,1848,1845,1,0,0,0,1848,1846,1,0,0,0,1848,1847,1,0,0,0,1849,285, - 1,0,0,0,1850,1851,7,34,0,0,1851,287,1,0,0,0,1852,1853,7,35,0,0,1853,289, - 1,0,0,0,1854,1855,3,262,131,0,1855,291,1,0,0,0,1856,1869,3,294,147,0,1857, - 1869,3,296,148,0,1858,1869,3,226,113,0,1859,1860,5,314,0,0,1860,1869,3, - 296,148,0,1861,1869,3,298,149,0,1862,1869,5,324,0,0,1863,1869,5,325,0,0, - 1864,1866,5,25,0,0,1865,1864,1,0,0,0,1865,1866,1,0,0,0,1866,1867,1,0,0, - 0,1867,1869,5,290,0,0,1868,1856,1,0,0,0,1868,1857,1,0,0,0,1868,1858,1,0, - 0,0,1868,1859,1,0,0,0,1868,1861,1,0,0,0,1868,1862,1,0,0,0,1868,1863,1,0, - 0,0,1868,1865,1,0,0,0,1869,293,1,0,0,0,1870,1871,5,322,0,0,1871,295,1,0, - 0,0,1872,1873,5,323,0,0,1873,297,1,0,0,0,1874,1875,7,25,0,0,1875,299,1, - 0,0,0,1876,1877,7,36,0,0,1877,301,1,0,0,0,1878,1879,7,37,0,0,1879,303,1, - 0,0,0,1880,1881,7,38,0,0,1881,305,1,0,0,0,1882,1883,7,39,0,0,1883,307,1, - 0,0,0,224,316,319,321,336,354,358,367,372,379,386,390,399,411,414,421,429, - 434,437,444,452,456,468,476,480,501,505,509,513,522,527,531,535,539,542, - 546,551,557,562,567,570,574,582,590,594,598,602,606,610,614,618,622,624, - 634,642,666,673,688,691,699,711,735,748,753,757,765,769,777,787,791,797, - 801,805,808,817,821,828,831,841,851,866,877,881,888,893,899,903,910,914, - 918,922,930,934,939,945,951,954,958,969,978,992,1004,1016,1027,1030,1034, - 1037,1039,1044,1048,1051,1055,1064,1074,1079,1091,1094,1097,1100,1104,1112, - 1115,1119,1122,1133,1142,1145,1148,1153,1155,1157,1162,1165,1169,1172,1175, - 1187,1194,1205,1226,1231,1243,1255,1267,1279,1292,1297,1309,1314,1319,1327, - 1335,1345,1348,1357,1360,1363,1369,1373,1379,1396,1398,1406,1408,1412,1420, - 1429,1435,1448,1453,1465,1470,1473,1479,1484,1489,1494,1497,1509,1514,1517, - 1521,1527,1548,1550,1558,1562,1571,1575,1591,1600,1624,1631,1634,1644,1653, - 1664,1669,1673,1680,1685,1693,1697,1700,1704,1707,1711,1720,1723,1734,1739, - 1745,1761,1768,1775,1794,1801,1804,1809,1815,1823,1839,1848,1865,1868]; + 1,107,1,107,1,107,1,107,1,107,1,107,3,107,1609,8,107,1,107,1,107,1,107, + 5,107,1614,8,107,10,107,12,107,1617,9,107,3,107,1619,8,107,1,107,1,107, + 1,107,1,107,1,107,1,107,1,107,1,107,3,107,1629,8,107,1,107,1,107,1,107, + 1,107,1,107,5,107,1636,8,107,10,107,12,107,1639,9,107,1,108,1,108,1,109, + 1,109,1,110,1,110,1,111,1,111,3,111,1649,8,111,1,112,1,112,1,112,3,112, + 1654,8,112,1,113,1,113,3,113,1658,8,113,1,114,1,114,1,114,4,114,1663,8, + 114,11,114,12,114,1664,1,115,1,115,1,115,3,115,1670,8,115,1,116,1,116,1, + 116,1,116,1,116,1,117,3,117,1678,8,117,1,117,1,117,3,117,1682,8,117,1,118, + 3,118,1685,8,118,1,118,1,118,3,118,1689,8,118,1,119,3,119,1692,8,119,1, + 119,1,119,3,119,1696,8,119,1,120,1,120,1,120,1,121,1,121,4,121,1703,8,121, + 11,121,12,121,1704,1,121,3,121,1708,8,121,1,122,1,122,1,122,1,122,1,123, + 1,123,1,123,5,123,1717,8,123,10,123,12,123,1720,9,123,1,124,1,124,3,124, + 1724,8,124,1,125,1,125,1,125,1,125,3,125,1730,8,125,1,126,1,126,1,127,1, + 127,1,128,1,128,1,128,1,128,1,128,1,129,1,129,1,129,5,129,1744,8,129,10, + 129,12,129,1747,9,129,1,130,1,130,5,130,1751,8,130,10,130,12,130,1754,9, + 130,1,131,1,131,5,131,1758,8,131,10,131,12,131,1761,9,131,1,132,1,132,1, + 132,1,133,1,133,1,133,1,133,1,134,1,134,1,134,1,135,1,135,1,135,1,135,5, + 135,1777,8,135,10,135,12,135,1780,9,135,1,135,1,135,1,136,1,136,3,136,1786, + 8,136,1,136,3,136,1789,8,136,1,137,1,137,1,137,3,137,1794,8,137,1,138,1, + 138,1,138,1,138,3,138,1800,8,138,1,139,1,139,1,139,1,139,1,139,1,139,3, + 139,1808,8,139,1,140,1,140,1,140,1,140,1,140,1,140,1,140,1,140,1,140,1, + 140,1,140,1,140,1,140,1,140,3,140,1824,8,140,1,141,1,141,1,141,1,141,1, + 141,1,141,1,141,3,141,1833,8,141,1,142,1,142,1,143,1,143,1,144,1,144,1, + 145,1,145,1,145,1,145,1,145,1,145,1,145,1,145,1,145,3,145,1850,8,145,1, + 145,3,145,1853,8,145,1,146,1,146,1,147,1,147,1,148,1,148,1,149,1,149,1, + 150,1,150,1,151,1,151,1,152,1,152,1,152,2,1752,1759,5,148,164,206,212,214, + 153,0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46, + 48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,86,88,90,92,94, + 96,98,100,102,104,106,108,110,112,114,116,118,120,122,124,126,128,130,132, + 134,136,138,140,142,144,146,148,150,152,154,156,158,160,162,164,166,168, + 170,172,174,176,178,180,182,184,186,188,190,192,194,196,198,200,202,204, + 206,208,210,212,214,216,218,220,222,224,226,228,230,232,234,236,238,240, + 242,244,246,248,250,252,254,256,258,260,262,264,266,268,270,272,274,276, + 278,280,282,284,286,288,290,292,294,296,298,300,302,304,0,40,2,0,36,36, + 84,84,1,0,87,89,2,0,193,193,253,255,2,0,192,192,239,239,2,0,5,5,24,24,2, + 0,74,74,76,76,2,0,6,6,82,82,1,0,246,250,3,0,282,282,287,287,290,290,6,0, + 264,264,267,271,275,279,283,283,285,285,291,291,1,0,70,71,2,0,272,274,280, + 281,2,0,265,265,286,286,1,0,233,234,3,0,8,8,102,102,236,236,1,0,233,235, + 2,0,167,167,237,238,1,0,241,243,2,0,184,184,186,186,2,0,83,83,140,140,2, + 0,105,106,108,108,2,0,48,49,51,52,1,0,35,36,2,0,67,67,69,69,1,0,8,9,1,0, + 32,33,2,0,296,296,314,315,4,0,132,132,312,312,316,316,319,319,2,0,314,315, + 317,317,1,0,314,315,1,0,323,324,2,0,323,323,326,326,1,0,326,327,1,0,320, + 321,4,0,132,132,312,312,314,316,318,319,3,0,25,25,295,296,314,315,2,0,8, + 8,10,10,32,0,6,6,13,17,20,21,26,30,32,32,34,36,38,38,50,50,56,69,72,72, + 75,77,80,81,84,85,90,93,95,97,99,99,102,104,107,107,110,124,128,142,144, + 184,186,203,205,212,214,234,236,237,239,240,253,254,257,259,264,272,275, + 277,279,284,286,291,6,0,45,46,48,52,54,55,105,108,143,143,223,223,23,0, + 4,42,44,44,47,47,53,53,56,70,72,77,80,81,83,85,90,99,102,104,109,142,144, + 176,178,212,214,222,224,234,236,237,239,240,253,254,256,259,264,272,275, + 277,279,284,286,291,2038,0,306,1,0,0,0,2,309,1,0,0,0,4,319,1,0,0,0,6,334, + 1,0,0,0,8,336,1,0,0,0,10,352,1,0,0,0,12,356,1,0,0,0,14,358,1,0,0,0,16,361, + 1,0,0,0,18,372,1,0,0,0,20,380,1,0,0,0,22,388,1,0,0,0,24,390,1,0,0,0,26, + 435,1,0,0,0,28,437,1,0,0,0,30,444,1,0,0,0,32,448,1,0,0,0,34,452,1,0,0,0, + 36,456,1,0,0,0,38,499,1,0,0,0,40,503,1,0,0,0,42,505,1,0,0,0,44,546,1,0, + 0,0,46,560,1,0,0,0,48,562,1,0,0,0,50,572,1,0,0,0,52,574,1,0,0,0,54,622, + 1,0,0,0,56,624,1,0,0,0,58,628,1,0,0,0,60,636,1,0,0,0,62,644,1,0,0,0,64, + 648,1,0,0,0,66,655,1,0,0,0,68,671,1,0,0,0,70,678,1,0,0,0,72,681,1,0,0,0, + 74,691,1,0,0,0,76,693,1,0,0,0,78,699,1,0,0,0,80,701,1,0,0,0,82,709,1,0, + 0,0,84,717,1,0,0,0,86,719,1,0,0,0,88,723,1,0,0,0,90,727,1,0,0,0,92,751, + 1,0,0,0,94,755,1,0,0,0,96,757,1,0,0,0,98,769,1,0,0,0,100,775,1,0,0,0,102, + 777,1,0,0,0,104,782,1,0,0,0,106,793,1,0,0,0,108,811,1,0,0,0,110,831,1,0, + 0,0,112,842,1,0,0,0,114,844,1,0,0,0,116,851,1,0,0,0,118,855,1,0,0,0,120, + 858,1,0,0,0,122,866,1,0,0,0,124,871,1,0,0,0,126,888,1,0,0,0,128,895,1,0, + 0,0,130,905,1,0,0,0,132,914,1,0,0,0,134,924,1,0,0,0,136,942,1,0,0,0,138, + 944,1,0,0,0,140,957,1,0,0,0,142,960,1,0,0,0,144,969,1,0,0,0,146,980,1,0, + 0,0,148,1023,1,0,0,0,150,1042,1,0,0,0,152,1051,1,0,0,0,154,1070,1,0,0,0, + 156,1072,1,0,0,0,158,1086,1,0,0,0,160,1101,1,0,0,0,162,1108,1,0,0,0,164, + 1111,1,0,0,0,166,1144,1,0,0,0,168,1189,1,0,0,0,170,1191,1,0,0,0,172,1193, + 1,0,0,0,174,1199,1,0,0,0,176,1215,1,0,0,0,178,1217,1,0,0,0,180,1220,1,0, + 0,0,182,1281,1,0,0,0,184,1283,1,0,0,0,186,1286,1,0,0,0,188,1296,1,0,0,0, + 190,1300,1,0,0,0,192,1305,1,0,0,0,194,1314,1,0,0,0,196,1319,1,0,0,0,198, + 1351,1,0,0,0,200,1363,1,0,0,0,202,1365,1,0,0,0,204,1368,1,0,0,0,206,1382, + 1,0,0,0,208,1478,1,0,0,0,210,1505,1,0,0,0,212,1511,1,0,0,0,214,1628,1,0, + 0,0,216,1640,1,0,0,0,218,1642,1,0,0,0,220,1644,1,0,0,0,222,1648,1,0,0,0, + 224,1650,1,0,0,0,226,1655,1,0,0,0,228,1662,1,0,0,0,230,1666,1,0,0,0,232, + 1671,1,0,0,0,234,1681,1,0,0,0,236,1684,1,0,0,0,238,1691,1,0,0,0,240,1697, + 1,0,0,0,242,1707,1,0,0,0,244,1709,1,0,0,0,246,1713,1,0,0,0,248,1723,1,0, + 0,0,250,1729,1,0,0,0,252,1731,1,0,0,0,254,1733,1,0,0,0,256,1735,1,0,0,0, + 258,1740,1,0,0,0,260,1748,1,0,0,0,262,1755,1,0,0,0,264,1762,1,0,0,0,266, + 1765,1,0,0,0,268,1769,1,0,0,0,270,1772,1,0,0,0,272,1783,1,0,0,0,274,1793, + 1,0,0,0,276,1799,1,0,0,0,278,1807,1,0,0,0,280,1823,1,0,0,0,282,1832,1,0, + 0,0,284,1834,1,0,0,0,286,1836,1,0,0,0,288,1838,1,0,0,0,290,1852,1,0,0,0, + 292,1854,1,0,0,0,294,1856,1,0,0,0,296,1858,1,0,0,0,298,1860,1,0,0,0,300, + 1862,1,0,0,0,302,1864,1,0,0,0,304,1866,1,0,0,0,306,307,3,2,1,0,307,308, + 5,0,0,1,308,1,1,0,0,0,309,310,3,4,2,0,310,311,5,0,0,1,311,3,1,0,0,0,312, + 314,3,6,3,0,313,315,5,306,0,0,314,313,1,0,0,0,314,315,1,0,0,0,315,318,1, + 0,0,0,316,318,3,8,4,0,317,312,1,0,0,0,317,316,1,0,0,0,318,321,1,0,0,0,319, + 317,1,0,0,0,319,320,1,0,0,0,320,5,1,0,0,0,321,319,1,0,0,0,322,335,3,10, + 5,0,323,335,3,12,6,0,324,335,3,14,7,0,325,335,3,16,8,0,326,335,3,22,11, + 0,327,335,3,26,13,0,328,335,3,28,14,0,329,335,3,30,15,0,330,335,3,32,16, + 0,331,335,3,34,17,0,332,335,3,36,18,0,333,335,3,38,19,0,334,322,1,0,0,0, + 334,323,1,0,0,0,334,324,1,0,0,0,334,325,1,0,0,0,334,326,1,0,0,0,334,327, + 1,0,0,0,334,328,1,0,0,0,334,329,1,0,0,0,334,330,1,0,0,0,334,331,1,0,0,0, + 334,332,1,0,0,0,334,333,1,0,0,0,335,7,1,0,0,0,336,337,5,306,0,0,337,9,1, + 0,0,0,338,353,3,40,20,0,339,353,3,104,52,0,340,353,3,106,53,0,341,353,3, + 108,54,0,342,353,3,102,51,0,343,353,3,114,57,0,344,353,3,120,60,0,345,353, + 3,122,61,0,346,353,3,124,62,0,347,353,3,126,63,0,348,353,3,128,64,0,349, + 353,3,130,65,0,350,353,3,132,66,0,351,353,3,134,67,0,352,338,1,0,0,0,352, + 339,1,0,0,0,352,340,1,0,0,0,352,341,1,0,0,0,352,342,1,0,0,0,352,343,1,0, + 0,0,352,344,1,0,0,0,352,345,1,0,0,0,352,346,1,0,0,0,352,347,1,0,0,0,352, + 348,1,0,0,0,352,349,1,0,0,0,352,350,1,0,0,0,352,351,1,0,0,0,353,11,1,0, + 0,0,354,357,3,148,74,0,355,357,3,136,68,0,356,354,1,0,0,0,356,355,1,0,0, + 0,357,13,1,0,0,0,358,359,7,0,0,0,359,360,3,260,130,0,360,15,1,0,0,0,361, + 365,5,85,0,0,362,366,3,18,9,0,363,364,5,86,0,0,364,366,5,37,0,0,365,362, + 1,0,0,0,365,363,1,0,0,0,365,366,1,0,0,0,366,370,1,0,0,0,367,371,3,12,6, + 0,368,371,3,138,69,0,369,371,3,146,73,0,370,367,1,0,0,0,370,368,1,0,0,0, + 370,369,1,0,0,0,371,17,1,0,0,0,372,377,3,20,10,0,373,374,5,305,0,0,374, + 376,3,20,10,0,375,373,1,0,0,0,376,379,1,0,0,0,377,375,1,0,0,0,377,378,1, + 0,0,0,378,19,1,0,0,0,379,377,1,0,0,0,380,381,7,1,0,0,381,21,1,0,0,0,382, + 384,5,99,0,0,383,385,5,239,0,0,384,383,1,0,0,0,384,385,1,0,0,0,385,386, + 1,0,0,0,386,389,3,260,130,0,387,389,3,24,12,0,388,382,1,0,0,0,388,387,1, + 0,0,0,389,23,1,0,0,0,390,391,5,99,0,0,391,392,5,101,0,0,392,397,3,260,130, + 0,393,394,5,305,0,0,394,396,3,260,130,0,395,393,1,0,0,0,396,399,1,0,0,0, + 397,395,1,0,0,0,397,398,1,0,0,0,398,25,1,0,0,0,399,397,1,0,0,0,400,401, + 5,95,0,0,401,436,7,2,0,0,402,403,5,95,0,0,403,404,5,66,0,0,404,436,7,3, + 0,0,405,406,5,95,0,0,406,409,5,96,0,0,407,408,7,4,0,0,408,410,3,260,130, + 0,409,407,1,0,0,0,409,410,1,0,0,0,410,412,1,0,0,0,411,413,3,210,105,0,412, + 411,1,0,0,0,412,413,1,0,0,0,413,436,1,0,0,0,414,415,5,95,0,0,415,416,5, + 97,0,0,416,417,7,4,0,0,417,419,3,260,130,0,418,420,3,210,105,0,419,418, + 1,0,0,0,419,420,1,0,0,0,420,436,1,0,0,0,421,422,5,95,0,0,422,423,5,73,0, + 0,423,424,7,5,0,0,424,436,3,260,130,0,425,427,5,95,0,0,426,428,5,53,0,0, + 427,426,1,0,0,0,427,428,1,0,0,0,428,429,1,0,0,0,429,436,5,103,0,0,430,432, + 5,95,0,0,431,433,5,52,0,0,432,431,1,0,0,0,432,433,1,0,0,0,433,434,1,0,0, + 0,434,436,5,101,0,0,435,400,1,0,0,0,435,402,1,0,0,0,435,405,1,0,0,0,435, + 414,1,0,0,0,435,421,1,0,0,0,435,425,1,0,0,0,435,430,1,0,0,0,436,27,1,0, + 0,0,437,438,5,212,0,0,438,439,5,100,0,0,439,442,3,260,130,0,440,441,5,70, + 0,0,441,443,3,270,135,0,442,440,1,0,0,0,442,443,1,0,0,0,443,29,1,0,0,0, + 444,445,5,213,0,0,445,446,5,100,0,0,446,447,3,260,130,0,447,31,1,0,0,0, + 448,450,5,116,0,0,449,451,3,272,136,0,450,449,1,0,0,0,450,451,1,0,0,0,451, + 33,1,0,0,0,452,454,5,117,0,0,453,455,3,274,137,0,454,453,1,0,0,0,454,455, + 1,0,0,0,455,35,1,0,0,0,456,457,7,6,0,0,457,458,5,244,0,0,458,459,3,112, + 56,0,459,37,1,0,0,0,460,461,5,6,0,0,461,462,5,244,0,0,462,463,5,70,0,0, + 463,466,5,328,0,0,464,465,5,7,0,0,465,467,3,260,130,0,466,464,1,0,0,0,466, + 467,1,0,0,0,467,500,1,0,0,0,468,469,5,6,0,0,469,470,5,245,0,0,470,471,5, + 70,0,0,471,474,5,328,0,0,472,473,5,7,0,0,473,475,3,260,130,0,474,472,1, + 0,0,0,474,475,1,0,0,0,475,478,1,0,0,0,476,477,5,113,0,0,477,479,3,260,130, + 0,478,476,1,0,0,0,478,479,1,0,0,0,479,500,1,0,0,0,480,481,5,6,0,0,481,482, + 7,7,0,0,482,483,5,70,0,0,483,484,5,328,0,0,484,485,5,113,0,0,485,500,3, + 260,130,0,486,487,5,6,0,0,487,488,5,251,0,0,488,500,5,328,0,0,489,490,5, + 6,0,0,490,491,5,252,0,0,491,492,5,245,0,0,492,493,5,70,0,0,493,494,5,328, + 0,0,494,495,5,113,0,0,495,496,3,260,130,0,496,497,5,257,0,0,497,498,3,260, + 130,0,498,500,1,0,0,0,499,460,1,0,0,0,499,468,1,0,0,0,499,480,1,0,0,0,499, + 486,1,0,0,0,499,489,1,0,0,0,500,39,1,0,0,0,501,504,3,42,21,0,502,504,3, + 44,22,0,503,501,1,0,0,0,503,502,1,0,0,0,504,41,1,0,0,0,505,507,5,73,0,0, + 506,508,5,166,0,0,507,506,1,0,0,0,507,508,1,0,0,0,508,509,1,0,0,0,509,511, + 5,74,0,0,510,512,3,266,133,0,511,510,1,0,0,0,511,512,1,0,0,0,512,513,1, + 0,0,0,513,514,3,98,49,0,514,515,5,303,0,0,515,520,3,46,23,0,516,517,5,305, + 0,0,517,519,3,46,23,0,518,516,1,0,0,0,519,522,1,0,0,0,520,518,1,0,0,0,520, + 521,1,0,0,0,521,525,1,0,0,0,522,520,1,0,0,0,523,524,5,305,0,0,524,526,3, + 80,40,0,525,523,1,0,0,0,525,526,1,0,0,0,526,529,1,0,0,0,527,528,5,305,0, + 0,528,530,3,82,41,0,529,527,1,0,0,0,529,530,1,0,0,0,530,533,1,0,0,0,531, + 532,5,305,0,0,532,534,3,86,43,0,533,531,1,0,0,0,533,534,1,0,0,0,534,535, + 1,0,0,0,535,537,5,304,0,0,536,538,3,70,35,0,537,536,1,0,0,0,537,538,1,0, + 0,0,538,540,1,0,0,0,539,541,3,88,44,0,540,539,1,0,0,0,540,541,1,0,0,0,541, + 542,1,0,0,0,542,544,3,264,132,0,543,545,3,96,48,0,544,543,1,0,0,0,544,545, + 1,0,0,0,545,43,1,0,0,0,546,547,5,73,0,0,547,549,5,74,0,0,548,550,3,266, + 133,0,549,548,1,0,0,0,549,550,1,0,0,0,550,551,1,0,0,0,551,552,3,98,49,0, + 552,555,3,264,132,0,553,554,5,7,0,0,554,556,3,148,74,0,555,553,1,0,0,0, + 555,556,1,0,0,0,556,45,1,0,0,0,557,561,3,48,24,0,558,561,3,72,36,0,559, + 561,3,76,38,0,560,557,1,0,0,0,560,558,1,0,0,0,560,559,1,0,0,0,561,47,1, + 0,0,0,562,563,3,50,25,0,563,565,3,54,27,0,564,566,3,68,34,0,565,564,1,0, + 0,0,565,566,1,0,0,0,566,568,1,0,0,0,567,569,3,70,35,0,568,567,1,0,0,0,568, + 569,1,0,0,0,569,49,1,0,0,0,570,573,3,262,131,0,571,573,3,204,102,0,572, + 570,1,0,0,0,572,571,1,0,0,0,573,51,1,0,0,0,574,575,5,303,0,0,575,580,3, + 50,25,0,576,577,5,305,0,0,577,579,3,50,25,0,578,576,1,0,0,0,579,582,1,0, + 0,0,580,578,1,0,0,0,580,581,1,0,0,0,581,583,1,0,0,0,582,580,1,0,0,0,583, + 584,5,304,0,0,584,53,1,0,0,0,585,623,7,8,0,0,586,588,7,9,0,0,587,589,3, + 56,28,0,588,587,1,0,0,0,588,589,1,0,0,0,589,623,1,0,0,0,590,592,5,284,0, + 0,591,593,3,56,28,0,592,591,1,0,0,0,592,593,1,0,0,0,593,600,1,0,0,0,594, + 596,7,10,0,0,595,597,5,224,0,0,596,595,1,0,0,0,596,597,1,0,0,0,597,598, + 1,0,0,0,598,599,5,283,0,0,599,601,5,263,0,0,600,594,1,0,0,0,600,601,1,0, + 0,0,601,623,1,0,0,0,602,604,7,11,0,0,603,605,3,58,29,0,604,603,1,0,0,0, + 604,605,1,0,0,0,605,623,1,0,0,0,606,608,7,12,0,0,607,609,3,62,31,0,608, + 607,1,0,0,0,608,609,1,0,0,0,609,623,1,0,0,0,610,612,5,266,0,0,611,613,3, + 64,32,0,612,611,1,0,0,0,612,613,1,0,0,0,613,623,1,0,0,0,614,616,5,289,0, + 0,615,617,3,66,33,0,616,615,1,0,0,0,616,617,1,0,0,0,617,623,1,0,0,0,618, + 620,5,288,0,0,619,621,3,60,30,0,620,619,1,0,0,0,620,621,1,0,0,0,621,623, + 1,0,0,0,622,585,1,0,0,0,622,586,1,0,0,0,622,590,1,0,0,0,622,602,1,0,0,0, + 622,606,1,0,0,0,622,610,1,0,0,0,622,614,1,0,0,0,622,618,1,0,0,0,623,55, + 1,0,0,0,624,625,5,303,0,0,625,626,3,294,147,0,626,627,5,304,0,0,627,57, + 1,0,0,0,628,629,5,303,0,0,629,632,3,294,147,0,630,631,5,305,0,0,631,633, + 3,294,147,0,632,630,1,0,0,0,632,633,1,0,0,0,633,634,1,0,0,0,634,635,5,304, + 0,0,635,59,1,0,0,0,636,637,5,303,0,0,637,640,3,292,146,0,638,639,5,305, + 0,0,639,641,3,292,146,0,640,638,1,0,0,0,640,641,1,0,0,0,641,642,1,0,0,0, + 642,643,5,304,0,0,643,61,1,0,0,0,644,645,5,294,0,0,645,646,3,54,27,0,646, + 647,5,293,0,0,647,63,1,0,0,0,648,649,5,294,0,0,649,650,3,54,27,0,650,651, + 5,305,0,0,651,652,3,54,27,0,652,653,1,0,0,0,653,654,5,293,0,0,654,65,1, + 0,0,0,655,656,5,294,0,0,656,657,3,50,25,0,657,664,3,54,27,0,658,659,5,305, + 0,0,659,660,3,50,25,0,660,661,3,54,27,0,661,663,1,0,0,0,662,658,1,0,0,0, + 663,666,1,0,0,0,664,662,1,0,0,0,664,665,1,0,0,0,665,667,1,0,0,0,666,664, + 1,0,0,0,667,668,5,293,0,0,668,67,1,0,0,0,669,670,5,185,0,0,670,672,3,84, + 42,0,671,669,1,0,0,0,671,672,1,0,0,0,672,673,1,0,0,0,673,674,5,256,0,0, + 674,675,5,257,0,0,675,676,5,25,0,0,676,677,5,260,0,0,677,69,1,0,0,0,678, + 679,5,115,0,0,679,680,5,322,0,0,680,71,1,0,0,0,681,682,3,50,25,0,682,683, + 3,54,27,0,683,686,5,261,0,0,684,685,5,5,0,0,685,687,3,74,37,0,686,684,1, + 0,0,0,686,687,1,0,0,0,687,689,1,0,0,0,688,690,5,262,0,0,689,688,1,0,0,0, + 689,690,1,0,0,0,690,73,1,0,0,0,691,692,5,322,0,0,692,75,1,0,0,0,693,694, + 3,50,25,0,694,695,5,7,0,0,695,697,3,78,39,0,696,698,3,70,35,0,697,696,1, + 0,0,0,697,698,1,0,0,0,698,77,1,0,0,0,699,700,3,204,102,0,700,79,1,0,0,0, + 701,702,5,226,0,0,702,703,5,37,0,0,703,704,3,204,102,0,704,705,5,7,0,0, + 705,706,3,204,102,0,706,81,1,0,0,0,707,708,5,185,0,0,708,710,3,84,42,0, + 709,707,1,0,0,0,709,710,1,0,0,0,710,711,1,0,0,0,711,712,5,256,0,0,712,713, + 5,257,0,0,713,714,3,52,26,0,714,715,5,25,0,0,715,716,5,260,0,0,716,83,1, + 0,0,0,717,718,3,248,124,0,718,85,1,0,0,0,719,720,5,258,0,0,720,721,5,37, + 0,0,721,722,5,259,0,0,722,87,1,0,0,0,723,724,5,200,0,0,724,725,5,13,0,0, + 725,726,3,90,45,0,726,89,1,0,0,0,727,728,5,303,0,0,728,733,3,92,46,0,729, + 730,5,305,0,0,730,732,3,92,46,0,731,729,1,0,0,0,732,735,1,0,0,0,733,731, + 1,0,0,0,733,734,1,0,0,0,734,736,1,0,0,0,735,733,1,0,0,0,736,737,5,304,0, + 0,737,91,1,0,0,0,738,752,3,222,111,0,739,740,3,248,124,0,740,741,5,303, + 0,0,741,746,3,94,47,0,742,743,5,305,0,0,743,745,3,94,47,0,744,742,1,0,0, + 0,745,748,1,0,0,0,746,744,1,0,0,0,746,747,1,0,0,0,747,749,1,0,0,0,748,746, + 1,0,0,0,749,750,5,304,0,0,750,752,1,0,0,0,751,738,1,0,0,0,751,739,1,0,0, + 0,752,93,1,0,0,0,753,756,3,222,111,0,754,756,3,290,145,0,755,753,1,0,0, + 0,755,754,1,0,0,0,756,95,1,0,0,0,757,758,5,29,0,0,758,767,3,98,49,0,759, + 763,5,303,0,0,760,762,3,100,50,0,761,760,1,0,0,0,762,765,1,0,0,0,763,761, + 1,0,0,0,763,764,1,0,0,0,764,766,1,0,0,0,765,763,1,0,0,0,766,768,5,304,0, + 0,767,759,1,0,0,0,767,768,1,0,0,0,768,97,1,0,0,0,769,770,3,260,130,0,770, + 99,1,0,0,0,771,772,7,13,0,0,772,776,7,14,0,0,773,774,7,15,0,0,774,776,7, + 16,0,0,775,771,1,0,0,0,775,773,1,0,0,0,776,101,1,0,0,0,777,778,5,73,0,0, + 778,779,5,239,0,0,779,780,3,260,130,0,780,781,3,264,132,0,781,103,1,0,0, + 0,782,783,5,73,0,0,783,785,5,192,0,0,784,786,3,266,133,0,785,784,1,0,0, + 0,785,786,1,0,0,0,786,787,1,0,0,0,787,789,3,260,130,0,788,790,3,70,35,0, + 789,788,1,0,0,0,789,790,1,0,0,0,790,791,1,0,0,0,791,792,3,264,132,0,792, + 105,1,0,0,0,793,795,5,73,0,0,794,796,5,166,0,0,795,794,1,0,0,0,795,796, + 1,0,0,0,796,797,1,0,0,0,797,799,5,76,0,0,798,800,3,266,133,0,799,798,1, + 0,0,0,799,800,1,0,0,0,800,801,1,0,0,0,801,803,3,260,130,0,802,804,3,52, + 26,0,803,802,1,0,0,0,803,804,1,0,0,0,804,806,1,0,0,0,805,807,3,70,35,0, + 806,805,1,0,0,0,806,807,1,0,0,0,807,808,1,0,0,0,808,809,5,7,0,0,809,810, + 3,148,74,0,810,107,1,0,0,0,811,815,5,73,0,0,812,816,5,166,0,0,813,814,5, + 166,0,0,814,816,5,232,0,0,815,812,1,0,0,0,815,813,1,0,0,0,815,816,1,0,0, + 0,816,817,1,0,0,0,817,819,5,157,0,0,818,820,3,266,133,0,819,818,1,0,0,0, + 819,820,1,0,0,0,820,821,1,0,0,0,821,822,3,260,130,0,822,823,5,7,0,0,823, + 826,3,248,124,0,824,825,5,240,0,0,825,827,7,17,0,0,826,824,1,0,0,0,826, + 827,1,0,0,0,827,829,1,0,0,0,828,830,3,110,55,0,829,828,1,0,0,0,829,830, + 1,0,0,0,830,109,1,0,0,0,831,832,5,143,0,0,832,833,5,244,0,0,833,839,3,112, + 56,0,834,835,5,305,0,0,835,836,5,244,0,0,836,838,3,112,56,0,837,834,1,0, + 0,0,838,841,1,0,0,0,839,837,1,0,0,0,839,840,1,0,0,0,840,111,1,0,0,0,841, + 839,1,0,0,0,842,843,5,322,0,0,843,113,1,0,0,0,844,845,5,112,0,0,845,846, + 5,74,0,0,846,849,3,260,130,0,847,850,3,116,58,0,848,850,3,118,59,0,849, + 847,1,0,0,0,849,848,1,0,0,0,850,115,1,0,0,0,851,852,5,113,0,0,852,853,5, + 109,0,0,853,854,3,260,130,0,854,117,1,0,0,0,855,856,5,116,0,0,856,857,3, + 270,135,0,857,119,1,0,0,0,858,859,5,112,0,0,859,860,5,76,0,0,860,864,3, + 260,130,0,861,865,3,116,58,0,862,863,5,7,0,0,863,865,3,148,74,0,864,861, + 1,0,0,0,864,862,1,0,0,0,865,121,1,0,0,0,866,867,5,112,0,0,867,868,5,192, + 0,0,868,869,3,260,130,0,869,870,3,118,59,0,870,123,1,0,0,0,871,875,5,112, + 0,0,872,876,5,166,0,0,873,874,5,166,0,0,874,876,5,232,0,0,875,872,1,0,0, + 0,875,873,1,0,0,0,875,876,1,0,0,0,876,877,1,0,0,0,877,879,5,157,0,0,878, + 880,3,268,134,0,879,878,1,0,0,0,879,880,1,0,0,0,880,881,1,0,0,0,881,882, + 3,260,130,0,882,883,5,7,0,0,883,886,3,248,124,0,884,885,5,240,0,0,885,887, + 7,17,0,0,886,884,1,0,0,0,886,887,1,0,0,0,887,125,1,0,0,0,888,889,5,104, + 0,0,889,891,5,239,0,0,890,892,3,268,134,0,891,890,1,0,0,0,891,892,1,0,0, + 0,892,893,1,0,0,0,893,894,3,260,130,0,894,127,1,0,0,0,895,897,5,104,0,0, + 896,898,5,166,0,0,897,896,1,0,0,0,897,898,1,0,0,0,898,899,1,0,0,0,899,901, + 5,74,0,0,900,902,3,268,134,0,901,900,1,0,0,0,901,902,1,0,0,0,902,903,1, + 0,0,0,903,904,3,260,130,0,904,129,1,0,0,0,905,906,5,104,0,0,906,908,5,192, + 0,0,907,909,3,268,134,0,908,907,1,0,0,0,908,909,1,0,0,0,909,910,1,0,0,0, + 910,912,3,260,130,0,911,913,7,18,0,0,912,911,1,0,0,0,912,913,1,0,0,0,913, + 131,1,0,0,0,914,916,5,104,0,0,915,917,5,166,0,0,916,915,1,0,0,0,916,917, + 1,0,0,0,917,918,1,0,0,0,918,920,5,76,0,0,919,921,3,268,134,0,920,919,1, + 0,0,0,920,921,1,0,0,0,921,922,1,0,0,0,922,923,3,260,130,0,923,133,1,0,0, + 0,924,928,5,104,0,0,925,929,5,166,0,0,926,927,5,166,0,0,927,929,5,232,0, + 0,928,925,1,0,0,0,928,926,1,0,0,0,928,929,1,0,0,0,929,930,1,0,0,0,930,932, + 5,157,0,0,931,933,3,268,134,0,932,931,1,0,0,0,932,933,1,0,0,0,933,934,1, + 0,0,0,934,935,3,260,130,0,935,135,1,0,0,0,936,938,5,78,0,0,937,936,1,0, + 0,0,937,938,1,0,0,0,938,939,1,0,0,0,939,943,3,138,69,0,940,941,5,78,0,0, + 941,943,3,146,73,0,942,937,1,0,0,0,942,940,1,0,0,0,943,137,1,0,0,0,944, + 945,5,80,0,0,945,946,7,19,0,0,946,955,3,260,130,0,947,949,3,140,70,0,948, + 947,1,0,0,0,948,949,1,0,0,0,949,951,1,0,0,0,950,952,3,52,26,0,951,950,1, + 0,0,0,951,952,1,0,0,0,952,953,1,0,0,0,953,956,3,148,74,0,954,956,3,142, + 71,0,955,948,1,0,0,0,955,954,1,0,0,0,956,139,1,0,0,0,957,958,5,60,0,0,958, + 959,3,270,135,0,959,141,1,0,0,0,960,961,5,72,0,0,961,966,3,144,72,0,962, + 963,5,305,0,0,963,965,3,144,72,0,964,962,1,0,0,0,965,968,1,0,0,0,966,964, + 1,0,0,0,966,967,1,0,0,0,967,143,1,0,0,0,968,966,1,0,0,0,969,970,5,303,0, + 0,970,975,3,290,145,0,971,972,5,305,0,0,972,974,3,290,145,0,973,971,1,0, + 0,0,974,977,1,0,0,0,975,973,1,0,0,0,975,976,1,0,0,0,976,978,1,0,0,0,977, + 975,1,0,0,0,978,979,5,304,0,0,979,145,1,0,0,0,980,981,5,79,0,0,981,982, + 5,116,0,0,982,986,5,43,0,0,983,984,3,138,69,0,984,985,5,306,0,0,985,987, + 1,0,0,0,986,983,1,0,0,0,987,988,1,0,0,0,988,986,1,0,0,0,988,989,1,0,0,0, + 989,990,1,0,0,0,990,991,5,44,0,0,991,147,1,0,0,0,992,993,6,74,-1,0,993, + 1024,3,150,75,0,994,995,5,70,0,0,995,1000,3,152,76,0,996,997,5,305,0,0, + 997,999,3,152,76,0,998,996,1,0,0,0,999,1002,1,0,0,0,1000,998,1,0,0,0,1000, + 1001,1,0,0,0,1001,1003,1,0,0,0,1002,1000,1,0,0,0,1003,1004,3,148,74,5,1004, + 1024,1,0,0,0,1005,1006,5,303,0,0,1006,1007,3,148,74,0,1007,1008,5,304,0, + 0,1008,1024,1,0,0,0,1009,1011,3,158,79,0,1010,1012,3,186,93,0,1011,1010, + 1,0,0,0,1011,1012,1,0,0,0,1012,1014,1,0,0,0,1013,1015,3,190,95,0,1014,1013, + 1,0,0,0,1014,1015,1,0,0,0,1015,1024,1,0,0,0,1016,1018,3,156,78,0,1017,1019, + 3,186,93,0,1018,1017,1,0,0,0,1018,1019,1,0,0,0,1019,1021,1,0,0,0,1020,1022, + 3,190,95,0,1021,1020,1,0,0,0,1021,1022,1,0,0,0,1022,1024,1,0,0,0,1023,992, + 1,0,0,0,1023,994,1,0,0,0,1023,1005,1,0,0,0,1023,1009,1,0,0,0,1023,1016, + 1,0,0,0,1024,1039,1,0,0,0,1025,1026,10,3,0,0,1026,1028,7,20,0,0,1027,1029, + 5,8,0,0,1028,1027,1,0,0,0,1028,1029,1,0,0,0,1029,1030,1,0,0,0,1030,1032, + 3,148,74,0,1031,1033,3,186,93,0,1032,1031,1,0,0,0,1032,1033,1,0,0,0,1033, + 1035,1,0,0,0,1034,1036,3,190,95,0,1035,1034,1,0,0,0,1035,1036,1,0,0,0,1036, + 1038,1,0,0,0,1037,1025,1,0,0,0,1038,1041,1,0,0,0,1039,1037,1,0,0,0,1039, + 1040,1,0,0,0,1040,149,1,0,0,0,1041,1039,1,0,0,0,1042,1043,5,72,0,0,1043, + 1048,3,204,102,0,1044,1045,5,305,0,0,1045,1047,3,204,102,0,1046,1044,1, + 0,0,0,1047,1050,1,0,0,0,1048,1046,1,0,0,0,1048,1049,1,0,0,0,1049,151,1, + 0,0,0,1050,1048,1,0,0,0,1051,1063,3,154,77,0,1052,1053,5,303,0,0,1053,1058, + 3,50,25,0,1054,1055,5,305,0,0,1055,1057,3,50,25,0,1056,1054,1,0,0,0,1057, + 1060,1,0,0,0,1058,1056,1,0,0,0,1058,1059,1,0,0,0,1059,1061,1,0,0,0,1060, + 1058,1,0,0,0,1061,1062,5,304,0,0,1062,1064,1,0,0,0,1063,1052,1,0,0,0,1063, + 1064,1,0,0,0,1064,1065,1,0,0,0,1065,1066,5,7,0,0,1066,1067,5,303,0,0,1067, + 1068,3,148,74,0,1068,1069,5,304,0,0,1069,153,1,0,0,0,1070,1071,3,248,124, + 0,1071,155,1,0,0,0,1072,1073,3,158,79,0,1073,1075,3,162,81,0,1074,1076, + 3,178,89,0,1075,1074,1,0,0,0,1075,1076,1,0,0,0,1076,1078,1,0,0,0,1077,1079, + 3,180,90,0,1078,1077,1,0,0,0,1078,1079,1,0,0,0,1079,1081,1,0,0,0,1080,1082, + 3,184,92,0,1081,1080,1,0,0,0,1081,1082,1,0,0,0,1082,1084,1,0,0,0,1083,1085, + 3,192,96,0,1084,1083,1,0,0,0,1084,1085,1,0,0,0,1085,157,1,0,0,0,1086,1088, + 5,4,0,0,1087,1089,3,298,149,0,1088,1087,1,0,0,0,1088,1089,1,0,0,0,1089, + 1099,1,0,0,0,1090,1100,5,312,0,0,1091,1096,3,160,80,0,1092,1093,5,305,0, + 0,1093,1095,3,160,80,0,1094,1092,1,0,0,0,1095,1098,1,0,0,0,1096,1094,1, + 0,0,0,1096,1097,1,0,0,0,1097,1100,1,0,0,0,1098,1096,1,0,0,0,1099,1090,1, + 0,0,0,1099,1091,1,0,0,0,1100,159,1,0,0,0,1101,1106,3,204,102,0,1102,1104, + 5,7,0,0,1103,1102,1,0,0,0,1103,1104,1,0,0,0,1104,1105,1,0,0,0,1105,1107, + 3,204,102,0,1106,1103,1,0,0,0,1106,1107,1,0,0,0,1107,161,1,0,0,0,1108,1109, + 5,5,0,0,1109,1110,3,164,82,0,1110,163,1,0,0,0,1111,1112,6,82,-1,0,1112, + 1117,3,166,83,0,1113,1114,5,305,0,0,1114,1116,3,166,83,0,1115,1113,1,0, + 0,0,1116,1119,1,0,0,0,1117,1115,1,0,0,0,1117,1118,1,0,0,0,1118,1141,1,0, + 0,0,1119,1117,1,0,0,0,1120,1121,10,1,0,0,1121,1122,5,46,0,0,1122,1123,5, + 45,0,0,1123,1140,3,164,82,2,1124,1126,10,2,0,0,1125,1127,5,54,0,0,1126, + 1125,1,0,0,0,1126,1127,1,0,0,0,1127,1129,1,0,0,0,1128,1130,7,21,0,0,1129, + 1128,1,0,0,0,1129,1130,1,0,0,0,1130,1132,1,0,0,0,1131,1133,5,47,0,0,1132, + 1131,1,0,0,0,1132,1133,1,0,0,0,1133,1134,1,0,0,0,1134,1135,5,45,0,0,1135, + 1137,3,164,82,0,1136,1138,3,176,88,0,1137,1136,1,0,0,0,1137,1138,1,0,0, + 0,1138,1140,1,0,0,0,1139,1120,1,0,0,0,1139,1124,1,0,0,0,1140,1143,1,0,0, + 0,1141,1139,1,0,0,0,1141,1142,1,0,0,0,1142,165,1,0,0,0,1143,1141,1,0,0, + 0,1144,1146,3,168,84,0,1145,1147,3,238,119,0,1146,1145,1,0,0,0,1146,1147, + 1,0,0,0,1147,167,1,0,0,0,1148,1150,5,74,0,0,1149,1148,1,0,0,0,1149,1150, + 1,0,0,0,1150,1151,1,0,0,0,1151,1153,3,170,85,0,1152,1154,3,172,86,0,1153, + 1152,1,0,0,0,1153,1154,1,0,0,0,1154,1159,1,0,0,0,1155,1157,5,7,0,0,1156, + 1155,1,0,0,0,1156,1157,1,0,0,0,1157,1158,1,0,0,0,1158,1160,3,220,110,0, + 1159,1156,1,0,0,0,1159,1160,1,0,0,0,1160,1190,1,0,0,0,1161,1162,5,57,0, + 0,1162,1163,5,74,0,0,1163,1164,5,303,0,0,1164,1165,3,216,108,0,1165,1166, + 5,303,0,0,1166,1171,3,204,102,0,1167,1168,5,305,0,0,1168,1170,3,204,102, + 0,1169,1167,1,0,0,0,1170,1173,1,0,0,0,1171,1169,1,0,0,0,1171,1172,1,0,0, + 0,1172,1174,1,0,0,0,1173,1171,1,0,0,0,1174,1175,5,304,0,0,1175,1176,5,304, + 0,0,1176,1190,1,0,0,0,1177,1179,5,57,0,0,1178,1177,1,0,0,0,1178,1179,1, + 0,0,0,1179,1180,1,0,0,0,1180,1181,5,303,0,0,1181,1182,3,148,74,0,1182,1183, + 5,304,0,0,1183,1190,1,0,0,0,1184,1185,5,227,0,0,1185,1186,5,303,0,0,1186, + 1187,3,204,102,0,1187,1188,5,304,0,0,1188,1190,1,0,0,0,1189,1149,1,0,0, + 0,1189,1161,1,0,0,0,1189,1178,1,0,0,0,1189,1184,1,0,0,0,1190,169,1,0,0, + 0,1191,1192,3,260,130,0,1192,171,1,0,0,0,1193,1194,5,37,0,0,1194,1195,5, + 259,0,0,1195,1196,5,7,0,0,1196,1197,5,136,0,0,1197,1198,3,174,87,0,1198, + 173,1,0,0,0,1199,1200,3,204,102,0,1200,175,1,0,0,0,1201,1202,5,55,0,0,1202, + 1216,3,206,103,0,1203,1204,5,143,0,0,1204,1205,5,303,0,0,1205,1210,3,260, + 130,0,1206,1207,5,305,0,0,1207,1209,3,260,130,0,1208,1206,1,0,0,0,1209, + 1212,1,0,0,0,1210,1208,1,0,0,0,1210,1211,1,0,0,0,1211,1213,1,0,0,0,1212, + 1210,1,0,0,0,1213,1214,5,304,0,0,1214,1216,1,0,0,0,1215,1201,1,0,0,0,1215, + 1203,1,0,0,0,1216,177,1,0,0,0,1217,1218,5,11,0,0,1218,1219,3,206,103,0, + 1219,179,1,0,0,0,1220,1221,5,12,0,0,1221,1222,5,13,0,0,1222,1227,3,182, + 91,0,1223,1224,5,305,0,0,1224,1226,3,182,91,0,1225,1223,1,0,0,0,1226,1229, + 1,0,0,0,1227,1225,1,0,0,0,1227,1228,1,0,0,0,1228,181,1,0,0,0,1229,1227, + 1,0,0,0,1230,1282,3,204,102,0,1231,1232,5,303,0,0,1232,1282,5,304,0,0,1233, + 1234,5,303,0,0,1234,1239,3,204,102,0,1235,1236,5,305,0,0,1236,1238,3,204, + 102,0,1237,1235,1,0,0,0,1238,1241,1,0,0,0,1239,1237,1,0,0,0,1239,1240,1, + 0,0,0,1240,1242,1,0,0,0,1241,1239,1,0,0,0,1242,1243,5,304,0,0,1243,1282, + 1,0,0,0,1244,1245,5,16,0,0,1245,1246,5,303,0,0,1246,1251,3,204,102,0,1247, + 1248,5,305,0,0,1248,1250,3,204,102,0,1249,1247,1,0,0,0,1250,1253,1,0,0, + 0,1251,1249,1,0,0,0,1251,1252,1,0,0,0,1252,1254,1,0,0,0,1253,1251,1,0,0, + 0,1254,1255,5,304,0,0,1255,1282,1,0,0,0,1256,1257,5,17,0,0,1257,1258,5, + 303,0,0,1258,1263,3,204,102,0,1259,1260,5,305,0,0,1260,1262,3,204,102,0, + 1261,1259,1,0,0,0,1262,1265,1,0,0,0,1263,1261,1,0,0,0,1263,1264,1,0,0,0, + 1264,1266,1,0,0,0,1265,1263,1,0,0,0,1266,1267,5,304,0,0,1267,1282,1,0,0, + 0,1268,1269,5,14,0,0,1269,1270,5,15,0,0,1270,1271,5,303,0,0,1271,1276,3, + 182,91,0,1272,1273,5,305,0,0,1273,1275,3,182,91,0,1274,1272,1,0,0,0,1275, + 1278,1,0,0,0,1276,1274,1,0,0,0,1276,1277,1,0,0,0,1277,1279,1,0,0,0,1278, + 1276,1,0,0,0,1279,1280,5,304,0,0,1280,1282,1,0,0,0,1281,1230,1,0,0,0,1281, + 1231,1,0,0,0,1281,1233,1,0,0,0,1281,1244,1,0,0,0,1281,1256,1,0,0,0,1281, + 1268,1,0,0,0,1282,183,1,0,0,0,1283,1284,5,19,0,0,1284,1285,3,206,103,0, + 1285,185,1,0,0,0,1286,1287,5,18,0,0,1287,1288,5,13,0,0,1288,1293,3,188, + 94,0,1289,1290,5,305,0,0,1290,1292,3,188,94,0,1291,1289,1,0,0,0,1292,1295, + 1,0,0,0,1293,1291,1,0,0,0,1293,1294,1,0,0,0,1294,187,1,0,0,0,1295,1293, + 1,0,0,0,1296,1298,3,204,102,0,1297,1299,7,22,0,0,1298,1297,1,0,0,0,1298, + 1299,1,0,0,0,1299,189,1,0,0,0,1300,1303,5,20,0,0,1301,1304,5,8,0,0,1302, + 1304,3,204,102,0,1303,1301,1,0,0,0,1303,1302,1,0,0,0,1304,191,1,0,0,0,1305, + 1306,5,58,0,0,1306,1311,3,194,97,0,1307,1308,5,305,0,0,1308,1310,3,194, + 97,0,1309,1307,1,0,0,0,1310,1313,1,0,0,0,1311,1309,1,0,0,0,1311,1312,1, + 0,0,0,1312,193,1,0,0,0,1313,1311,1,0,0,0,1314,1315,3,240,120,0,1315,1316, + 5,7,0,0,1316,1317,3,196,98,0,1317,195,1,0,0,0,1318,1320,3,240,120,0,1319, + 1318,1,0,0,0,1319,1320,1,0,0,0,1320,1321,1,0,0,0,1321,1332,5,303,0,0,1322, + 1323,5,18,0,0,1323,1324,5,13,0,0,1324,1329,3,198,99,0,1325,1326,5,305,0, + 0,1326,1328,3,198,99,0,1327,1325,1,0,0,0,1328,1331,1,0,0,0,1329,1327,1, + 0,0,0,1329,1330,1,0,0,0,1330,1333,1,0,0,0,1331,1329,1,0,0,0,1332,1322,1, + 0,0,0,1332,1333,1,0,0,0,1333,1344,1,0,0,0,1334,1335,5,60,0,0,1335,1336, + 5,13,0,0,1336,1341,3,204,102,0,1337,1338,5,305,0,0,1338,1340,3,204,102, + 0,1339,1337,1,0,0,0,1340,1343,1,0,0,0,1341,1339,1,0,0,0,1341,1342,1,0,0, + 0,1342,1345,1,0,0,0,1343,1341,1,0,0,0,1344,1334,1,0,0,0,1344,1345,1,0,0, + 0,1345,1347,1,0,0,0,1346,1348,3,200,100,0,1347,1346,1,0,0,0,1347,1348,1, + 0,0,0,1348,1349,1,0,0,0,1349,1350,5,304,0,0,1350,197,1,0,0,0,1351,1353, + 3,204,102,0,1352,1354,7,22,0,0,1353,1352,1,0,0,0,1353,1354,1,0,0,0,1354, + 1357,1,0,0,0,1355,1356,5,34,0,0,1356,1358,7,23,0,0,1357,1355,1,0,0,0,1357, + 1358,1,0,0,0,1358,199,1,0,0,0,1359,1360,5,61,0,0,1360,1364,3,202,101,0, + 1361,1362,5,62,0,0,1362,1364,3,202,101,0,1363,1359,1,0,0,0,1363,1361,1, + 0,0,0,1364,201,1,0,0,0,1365,1366,3,204,102,0,1366,1367,5,64,0,0,1367,203, + 1,0,0,0,1368,1369,3,206,103,0,1369,205,1,0,0,0,1370,1371,6,103,-1,0,1371, + 1372,5,25,0,0,1372,1383,3,206,103,5,1373,1374,5,27,0,0,1374,1375,5,303, + 0,0,1375,1376,3,148,74,0,1376,1377,5,304,0,0,1377,1383,1,0,0,0,1378,1380, + 3,212,106,0,1379,1381,3,208,104,0,1380,1379,1,0,0,0,1380,1381,1,0,0,0,1381, + 1383,1,0,0,0,1382,1370,1,0,0,0,1382,1373,1,0,0,0,1382,1378,1,0,0,0,1383, + 1392,1,0,0,0,1384,1385,10,2,0,0,1385,1386,5,23,0,0,1386,1391,3,206,103, + 3,1387,1388,10,1,0,0,1388,1389,5,22,0,0,1389,1391,3,206,103,2,1390,1384, + 1,0,0,0,1390,1387,1,0,0,0,1391,1394,1,0,0,0,1392,1390,1,0,0,0,1392,1393, + 1,0,0,0,1393,207,1,0,0,0,1394,1392,1,0,0,0,1395,1397,5,25,0,0,1396,1395, + 1,0,0,0,1396,1397,1,0,0,0,1397,1398,1,0,0,0,1398,1399,5,28,0,0,1399,1400, + 3,212,106,0,1400,1401,5,23,0,0,1401,1402,3,212,106,0,1402,1479,1,0,0,0, + 1403,1405,5,25,0,0,1404,1403,1,0,0,0,1404,1405,1,0,0,0,1405,1406,1,0,0, + 0,1406,1407,5,24,0,0,1407,1408,5,303,0,0,1408,1413,3,204,102,0,1409,1410, + 5,305,0,0,1410,1412,3,204,102,0,1411,1409,1,0,0,0,1412,1415,1,0,0,0,1413, + 1411,1,0,0,0,1413,1414,1,0,0,0,1414,1416,1,0,0,0,1415,1413,1,0,0,0,1416, + 1417,5,304,0,0,1417,1479,1,0,0,0,1418,1420,5,25,0,0,1419,1418,1,0,0,0,1419, + 1420,1,0,0,0,1420,1421,1,0,0,0,1421,1422,5,24,0,0,1422,1423,5,303,0,0,1423, + 1424,3,148,74,0,1424,1425,5,304,0,0,1425,1479,1,0,0,0,1426,1427,5,27,0, + 0,1427,1428,5,303,0,0,1428,1429,3,148,74,0,1429,1430,5,304,0,0,1430,1479, + 1,0,0,0,1431,1433,5,25,0,0,1432,1431,1,0,0,0,1432,1433,1,0,0,0,1433,1434, + 1,0,0,0,1434,1435,5,30,0,0,1435,1479,3,212,106,0,1436,1438,5,25,0,0,1437, + 1436,1,0,0,0,1437,1438,1,0,0,0,1438,1439,1,0,0,0,1439,1440,5,29,0,0,1440, + 1454,7,24,0,0,1441,1442,5,303,0,0,1442,1455,5,304,0,0,1443,1444,5,303,0, + 0,1444,1449,3,204,102,0,1445,1446,5,305,0,0,1446,1448,3,204,102,0,1447, + 1445,1,0,0,0,1448,1451,1,0,0,0,1449,1447,1,0,0,0,1449,1450,1,0,0,0,1450, + 1452,1,0,0,0,1451,1449,1,0,0,0,1452,1453,5,304,0,0,1453,1455,1,0,0,0,1454, + 1441,1,0,0,0,1454,1443,1,0,0,0,1455,1479,1,0,0,0,1456,1458,5,25,0,0,1457, + 1456,1,0,0,0,1457,1458,1,0,0,0,1458,1459,1,0,0,0,1459,1460,5,29,0,0,1460, + 1479,3,212,106,0,1461,1463,5,31,0,0,1462,1464,5,25,0,0,1463,1462,1,0,0, + 0,1463,1464,1,0,0,0,1464,1465,1,0,0,0,1465,1479,5,290,0,0,1466,1468,5,31, + 0,0,1467,1469,5,25,0,0,1468,1467,1,0,0,0,1468,1469,1,0,0,0,1469,1470,1, + 0,0,0,1470,1479,7,25,0,0,1471,1473,5,31,0,0,1472,1474,5,25,0,0,1473,1472, + 1,0,0,0,1473,1474,1,0,0,0,1474,1475,1,0,0,0,1475,1476,5,10,0,0,1476,1477, + 5,5,0,0,1477,1479,3,212,106,0,1478,1396,1,0,0,0,1478,1404,1,0,0,0,1478, + 1419,1,0,0,0,1478,1426,1,0,0,0,1478,1432,1,0,0,0,1478,1437,1,0,0,0,1478, + 1457,1,0,0,0,1478,1461,1,0,0,0,1478,1466,1,0,0,0,1478,1471,1,0,0,0,1479, + 209,1,0,0,0,1480,1482,5,25,0,0,1481,1480,1,0,0,0,1481,1482,1,0,0,0,1482, + 1483,1,0,0,0,1483,1484,5,29,0,0,1484,1498,7,24,0,0,1485,1486,5,303,0,0, + 1486,1499,5,304,0,0,1487,1488,5,303,0,0,1488,1493,3,204,102,0,1489,1490, + 5,305,0,0,1490,1492,3,204,102,0,1491,1489,1,0,0,0,1492,1495,1,0,0,0,1493, + 1491,1,0,0,0,1493,1494,1,0,0,0,1494,1496,1,0,0,0,1495,1493,1,0,0,0,1496, + 1497,5,304,0,0,1497,1499,1,0,0,0,1498,1485,1,0,0,0,1498,1487,1,0,0,0,1499, + 1506,1,0,0,0,1500,1502,5,25,0,0,1501,1500,1,0,0,0,1501,1502,1,0,0,0,1502, + 1503,1,0,0,0,1503,1504,5,29,0,0,1504,1506,3,212,106,0,1505,1481,1,0,0,0, + 1505,1501,1,0,0,0,1506,211,1,0,0,0,1507,1508,6,106,-1,0,1508,1512,3,214, + 107,0,1509,1510,7,26,0,0,1510,1512,3,212,106,7,1511,1507,1,0,0,0,1511,1509, + 1,0,0,0,1512,1534,1,0,0,0,1513,1514,10,6,0,0,1514,1515,7,27,0,0,1515,1533, + 3,212,106,7,1516,1517,10,5,0,0,1517,1518,7,28,0,0,1518,1533,3,212,106,6, + 1519,1520,10,4,0,0,1520,1521,5,298,0,0,1521,1533,3,212,106,5,1522,1523, + 10,3,0,0,1523,1524,5,299,0,0,1524,1533,3,212,106,4,1525,1526,10,2,0,0,1526, + 1527,5,297,0,0,1527,1533,3,212,106,3,1528,1529,10,1,0,0,1529,1530,3,280, + 140,0,1530,1531,3,212,106,2,1531,1533,1,0,0,0,1532,1513,1,0,0,0,1532,1516, + 1,0,0,0,1532,1519,1,0,0,0,1532,1522,1,0,0,0,1532,1525,1,0,0,0,1532,1528, + 1,0,0,0,1533,1536,1,0,0,0,1534,1532,1,0,0,0,1534,1535,1,0,0,0,1535,213, + 1,0,0,0,1536,1534,1,0,0,0,1537,1538,6,107,-1,0,1538,1540,5,39,0,0,1539, + 1541,3,256,128,0,1540,1539,1,0,0,0,1541,1542,1,0,0,0,1542,1540,1,0,0,0, + 1542,1543,1,0,0,0,1543,1546,1,0,0,0,1544,1545,5,42,0,0,1545,1547,3,204, + 102,0,1546,1544,1,0,0,0,1546,1547,1,0,0,0,1547,1548,1,0,0,0,1548,1549,5, + 44,0,0,1549,1629,1,0,0,0,1550,1551,5,39,0,0,1551,1553,3,204,102,0,1552, + 1554,3,256,128,0,1553,1552,1,0,0,0,1554,1555,1,0,0,0,1555,1553,1,0,0,0, + 1555,1556,1,0,0,0,1556,1559,1,0,0,0,1557,1558,5,42,0,0,1558,1560,3,204, + 102,0,1559,1557,1,0,0,0,1559,1560,1,0,0,0,1560,1561,1,0,0,0,1561,1562,5, + 44,0,0,1562,1629,1,0,0,0,1563,1564,5,94,0,0,1564,1565,5,303,0,0,1565,1566, + 3,204,102,0,1566,1567,5,7,0,0,1567,1568,3,54,27,0,1568,1569,5,304,0,0,1569, + 1629,1,0,0,0,1570,1571,5,67,0,0,1571,1572,5,303,0,0,1572,1575,3,204,102, + 0,1573,1574,5,124,0,0,1574,1576,5,34,0,0,1575,1573,1,0,0,0,1575,1576,1, + 0,0,0,1576,1577,1,0,0,0,1577,1578,5,304,0,0,1578,1629,1,0,0,0,1579,1580, + 5,69,0,0,1580,1581,5,303,0,0,1581,1584,3,204,102,0,1582,1583,5,124,0,0, + 1583,1585,5,34,0,0,1584,1582,1,0,0,0,1584,1585,1,0,0,0,1585,1586,1,0,0, + 0,1586,1587,5,304,0,0,1587,1629,1,0,0,0,1588,1589,5,129,0,0,1589,1590,5, + 303,0,0,1590,1591,3,212,106,0,1591,1592,5,24,0,0,1592,1593,3,212,106,0, + 1593,1594,5,304,0,0,1594,1629,1,0,0,0,1595,1629,3,290,145,0,1596,1629,5, + 312,0,0,1597,1598,3,260,130,0,1598,1599,5,300,0,0,1599,1600,5,312,0,0,1600, + 1629,1,0,0,0,1601,1602,5,303,0,0,1602,1603,3,148,74,0,1603,1604,5,304,0, + 0,1604,1629,1,0,0,0,1605,1606,3,216,108,0,1606,1618,5,303,0,0,1607,1609, + 3,298,149,0,1608,1607,1,0,0,0,1608,1609,1,0,0,0,1609,1610,1,0,0,0,1610, + 1615,3,204,102,0,1611,1612,5,305,0,0,1612,1614,3,204,102,0,1613,1611,1, + 0,0,0,1614,1617,1,0,0,0,1615,1613,1,0,0,0,1615,1616,1,0,0,0,1616,1619,1, + 0,0,0,1617,1615,1,0,0,0,1618,1608,1,0,0,0,1618,1619,1,0,0,0,1619,1620,1, + 0,0,0,1620,1621,5,304,0,0,1621,1629,1,0,0,0,1622,1629,3,248,124,0,1623, + 1629,3,218,109,0,1624,1625,5,303,0,0,1625,1626,3,204,102,0,1626,1627,5, + 304,0,0,1627,1629,1,0,0,0,1628,1537,1,0,0,0,1628,1550,1,0,0,0,1628,1563, + 1,0,0,0,1628,1570,1,0,0,0,1628,1579,1,0,0,0,1628,1588,1,0,0,0,1628,1595, + 1,0,0,0,1628,1596,1,0,0,0,1628,1597,1,0,0,0,1628,1601,1,0,0,0,1628,1605, + 1,0,0,0,1628,1622,1,0,0,0,1628,1623,1,0,0,0,1628,1624,1,0,0,0,1629,1637, + 1,0,0,0,1630,1631,10,4,0,0,1631,1632,5,301,0,0,1632,1633,3,212,106,0,1633, + 1634,5,302,0,0,1634,1636,1,0,0,0,1635,1630,1,0,0,0,1636,1639,1,0,0,0,1637, + 1635,1,0,0,0,1637,1638,1,0,0,0,1638,215,1,0,0,0,1639,1637,1,0,0,0,1640, + 1641,3,260,130,0,1641,217,1,0,0,0,1642,1643,3,260,130,0,1643,219,1,0,0, + 0,1644,1645,3,248,124,0,1645,221,1,0,0,0,1646,1649,3,248,124,0,1647,1649, + 3,218,109,0,1648,1646,1,0,0,0,1648,1647,1,0,0,0,1649,223,1,0,0,0,1650,1653, + 5,38,0,0,1651,1654,3,226,113,0,1652,1654,3,230,115,0,1653,1651,1,0,0,0, + 1653,1652,1,0,0,0,1653,1654,1,0,0,0,1654,225,1,0,0,0,1655,1657,3,228,114, + 0,1656,1658,3,232,116,0,1657,1656,1,0,0,0,1657,1658,1,0,0,0,1658,227,1, + 0,0,0,1659,1660,3,234,117,0,1660,1661,3,248,124,0,1661,1663,1,0,0,0,1662, + 1659,1,0,0,0,1663,1664,1,0,0,0,1664,1662,1,0,0,0,1664,1665,1,0,0,0,1665, + 229,1,0,0,0,1666,1669,3,232,116,0,1667,1670,3,228,114,0,1668,1670,3,232, + 116,0,1669,1667,1,0,0,0,1669,1668,1,0,0,0,1669,1670,1,0,0,0,1670,231,1, + 0,0,0,1671,1672,3,234,117,0,1672,1673,3,248,124,0,1673,1674,5,109,0,0,1674, + 1675,3,248,124,0,1675,233,1,0,0,0,1676,1678,7,29,0,0,1677,1676,1,0,0,0, + 1677,1678,1,0,0,0,1678,1679,1,0,0,0,1679,1682,7,30,0,0,1680,1682,5,322, + 0,0,1681,1677,1,0,0,0,1681,1680,1,0,0,0,1682,235,1,0,0,0,1683,1685,5,7, + 0,0,1684,1683,1,0,0,0,1684,1685,1,0,0,0,1685,1686,1,0,0,0,1686,1688,3,250, + 125,0,1687,1689,3,244,122,0,1688,1687,1,0,0,0,1688,1689,1,0,0,0,1689,237, + 1,0,0,0,1690,1692,5,7,0,0,1691,1690,1,0,0,0,1691,1692,1,0,0,0,1692,1693, + 1,0,0,0,1693,1695,3,250,125,0,1694,1696,3,244,122,0,1695,1694,1,0,0,0,1695, + 1696,1,0,0,0,1696,239,1,0,0,0,1697,1698,3,248,124,0,1698,1699,3,242,121, + 0,1699,241,1,0,0,0,1700,1701,5,131,0,0,1701,1703,3,248,124,0,1702,1700, + 1,0,0,0,1703,1704,1,0,0,0,1704,1702,1,0,0,0,1704,1705,1,0,0,0,1705,1708, + 1,0,0,0,1706,1708,1,0,0,0,1707,1702,1,0,0,0,1707,1706,1,0,0,0,1708,243, + 1,0,0,0,1709,1710,5,303,0,0,1710,1711,3,246,123,0,1711,1712,5,304,0,0,1712, + 245,1,0,0,0,1713,1718,3,248,124,0,1714,1715,5,305,0,0,1715,1717,3,248,124, + 0,1716,1714,1,0,0,0,1717,1720,1,0,0,0,1718,1716,1,0,0,0,1718,1719,1,0,0, + 0,1719,247,1,0,0,0,1720,1718,1,0,0,0,1721,1724,3,250,125,0,1722,1724,3, + 302,151,0,1723,1721,1,0,0,0,1723,1722,1,0,0,0,1724,249,1,0,0,0,1725,1730, + 3,252,126,0,1726,1730,3,254,127,0,1727,1730,3,300,150,0,1728,1730,3,304, + 152,0,1729,1725,1,0,0,0,1729,1726,1,0,0,0,1729,1727,1,0,0,0,1729,1728,1, + 0,0,0,1730,251,1,0,0,0,1731,1732,7,31,0,0,1732,253,1,0,0,0,1733,1734,5, + 322,0,0,1734,255,1,0,0,0,1735,1736,5,40,0,0,1736,1737,3,204,102,0,1737, + 1738,5,41,0,0,1738,1739,3,204,102,0,1739,257,1,0,0,0,1740,1745,3,260,130, + 0,1741,1742,5,305,0,0,1742,1744,3,260,130,0,1743,1741,1,0,0,0,1744,1747, + 1,0,0,0,1745,1743,1,0,0,0,1745,1746,1,0,0,0,1746,259,1,0,0,0,1747,1745, + 1,0,0,0,1748,1752,5,326,0,0,1749,1751,5,320,0,0,1750,1749,1,0,0,0,1751, + 1754,1,0,0,0,1752,1753,1,0,0,0,1752,1750,1,0,0,0,1753,261,1,0,0,0,1754, + 1752,1,0,0,0,1755,1759,7,32,0,0,1756,1758,7,33,0,0,1757,1756,1,0,0,0,1758, + 1761,1,0,0,0,1759,1760,1,0,0,0,1759,1757,1,0,0,0,1760,263,1,0,0,0,1761, + 1759,1,0,0,0,1762,1763,5,70,0,0,1763,1764,3,270,135,0,1764,265,1,0,0,0, + 1765,1766,5,128,0,0,1766,1767,5,25,0,0,1767,1768,5,27,0,0,1768,267,1,0, + 0,0,1769,1770,5,128,0,0,1770,1771,5,27,0,0,1771,269,1,0,0,0,1772,1773,5, + 303,0,0,1773,1778,3,272,136,0,1774,1775,5,305,0,0,1775,1777,3,272,136,0, + 1776,1774,1,0,0,0,1777,1780,1,0,0,0,1778,1776,1,0,0,0,1778,1779,1,0,0,0, + 1779,1781,1,0,0,0,1780,1778,1,0,0,0,1781,1782,5,304,0,0,1782,271,1,0,0, + 0,1783,1788,3,274,137,0,1784,1786,5,292,0,0,1785,1784,1,0,0,0,1785,1786, + 1,0,0,0,1786,1787,1,0,0,0,1787,1789,3,276,138,0,1788,1785,1,0,0,0,1788, + 1789,1,0,0,0,1789,273,1,0,0,0,1790,1794,3,248,124,0,1791,1794,3,218,109, + 0,1792,1794,5,322,0,0,1793,1790,1,0,0,0,1793,1791,1,0,0,0,1793,1792,1,0, + 0,0,1794,275,1,0,0,0,1795,1800,5,323,0,0,1796,1800,5,324,0,0,1797,1800, + 3,296,148,0,1798,1800,5,322,0,0,1799,1795,1,0,0,0,1799,1796,1,0,0,0,1799, + 1797,1,0,0,0,1799,1798,1,0,0,0,1800,277,1,0,0,0,1801,1808,5,23,0,0,1802, + 1803,5,298,0,0,1803,1808,5,298,0,0,1804,1808,5,22,0,0,1805,1806,5,297,0, + 0,1806,1808,5,297,0,0,1807,1801,1,0,0,0,1807,1802,1,0,0,0,1807,1804,1,0, + 0,0,1807,1805,1,0,0,0,1808,279,1,0,0,0,1809,1824,5,292,0,0,1810,1824,5, + 293,0,0,1811,1824,5,294,0,0,1812,1813,5,294,0,0,1813,1824,5,292,0,0,1814, + 1815,5,293,0,0,1815,1824,5,292,0,0,1816,1817,5,294,0,0,1817,1824,5,293, + 0,0,1818,1819,5,295,0,0,1819,1824,5,292,0,0,1820,1821,5,294,0,0,1821,1822, + 5,292,0,0,1822,1824,5,293,0,0,1823,1809,1,0,0,0,1823,1810,1,0,0,0,1823, + 1811,1,0,0,0,1823,1812,1,0,0,0,1823,1814,1,0,0,0,1823,1816,1,0,0,0,1823, + 1818,1,0,0,0,1823,1820,1,0,0,0,1824,281,1,0,0,0,1825,1826,5,294,0,0,1826, + 1833,5,294,0,0,1827,1828,5,293,0,0,1828,1833,5,293,0,0,1829,1833,5,298, + 0,0,1830,1833,5,299,0,0,1831,1833,5,297,0,0,1832,1825,1,0,0,0,1832,1827, + 1,0,0,0,1832,1829,1,0,0,0,1832,1830,1,0,0,0,1832,1831,1,0,0,0,1833,283, + 1,0,0,0,1834,1835,7,34,0,0,1835,285,1,0,0,0,1836,1837,7,35,0,0,1837,287, + 1,0,0,0,1838,1839,3,260,130,0,1839,289,1,0,0,0,1840,1853,3,292,146,0,1841, + 1853,3,294,147,0,1842,1853,3,224,112,0,1843,1844,5,314,0,0,1844,1853,3, + 294,147,0,1845,1853,3,296,148,0,1846,1853,5,324,0,0,1847,1853,5,325,0,0, + 1848,1850,5,25,0,0,1849,1848,1,0,0,0,1849,1850,1,0,0,0,1850,1851,1,0,0, + 0,1851,1853,5,290,0,0,1852,1840,1,0,0,0,1852,1841,1,0,0,0,1852,1842,1,0, + 0,0,1852,1843,1,0,0,0,1852,1845,1,0,0,0,1852,1846,1,0,0,0,1852,1847,1,0, + 0,0,1852,1849,1,0,0,0,1853,291,1,0,0,0,1854,1855,5,322,0,0,1855,293,1,0, + 0,0,1856,1857,5,323,0,0,1857,295,1,0,0,0,1858,1859,7,25,0,0,1859,297,1, + 0,0,0,1860,1861,7,36,0,0,1861,299,1,0,0,0,1862,1863,7,37,0,0,1863,301,1, + 0,0,0,1864,1865,7,38,0,0,1865,303,1,0,0,0,1866,1867,7,39,0,0,1867,305,1, + 0,0,0,223,314,317,319,334,352,356,365,370,377,384,388,397,409,412,419,427, + 432,435,442,450,454,466,474,478,499,503,507,511,520,525,529,533,537,540, + 544,549,555,560,565,568,572,580,588,592,596,600,604,608,612,616,620,622, + 632,640,664,671,686,689,697,709,733,746,751,755,763,767,775,785,789,795, + 799,803,806,815,819,826,829,839,849,864,875,879,886,891,897,901,908,912, + 916,920,928,932,937,942,948,951,955,966,975,988,1000,1011,1014,1018,1021, + 1023,1028,1032,1035,1039,1048,1058,1063,1075,1078,1081,1084,1088,1096,1099, + 1103,1106,1117,1126,1129,1132,1137,1139,1141,1146,1149,1153,1156,1159,1171, + 1178,1189,1210,1215,1227,1239,1251,1263,1276,1281,1293,1298,1303,1311,1319, + 1329,1332,1341,1344,1347,1353,1357,1363,1380,1382,1390,1392,1396,1404,1413, + 1419,1432,1437,1449,1454,1457,1463,1468,1473,1478,1481,1493,1498,1501,1505, + 1511,1532,1534,1542,1546,1555,1559,1575,1584,1608,1615,1618,1628,1637,1648, + 1653,1657,1664,1669,1677,1681,1684,1688,1691,1695,1704,1707,1718,1723,1729, + 1745,1752,1759,1778,1785,1788,1793,1799,1807,1823,1832,1849,1852]; private static __ATN: ATN; public static get _ATN(): ATN { @@ -13677,9 +13609,6 @@ export class InsertStatementContext extends ParserRuleContext { public EXECUTE(): TerminalNode { return this.getToken(FlinkSqlParser.EXECUTE, 0); } - public insertMulStatementCompatibility(): InsertMulStatementCompatibilityContext { - return this.getTypedRuleContext(InsertMulStatementCompatibilityContext, 0) as InsertMulStatementCompatibilityContext; - } public insertMulStatement(): InsertMulStatementContext { return this.getTypedRuleContext(InsertMulStatementContext, 0) as InsertMulStatementContext; } @@ -13886,59 +13815,6 @@ export class ValuesRowDefinitionContext extends ParserRuleContext { } -export class InsertMulStatementCompatibilityContext extends ParserRuleContext { - constructor(parser?: FlinkSqlParser, parent?: ParserRuleContext, invokingState?: number) { - super(parent, invokingState); - this.parser = parser; - } - public BEGIN(): TerminalNode { - return this.getToken(FlinkSqlParser.BEGIN, 0); - } - public STATEMENT(): TerminalNode { - return this.getToken(FlinkSqlParser.STATEMENT, 0); - } - public SET(): TerminalNode { - return this.getToken(FlinkSqlParser.SET, 0); - } - public SEMICOLON_list(): TerminalNode[] { - return this.getTokens(FlinkSqlParser.SEMICOLON); - } - public SEMICOLON(i: number): TerminalNode { - return this.getToken(FlinkSqlParser.SEMICOLON, i); - } - public END(): TerminalNode { - return this.getToken(FlinkSqlParser.END, 0); - } - public insertSimpleStatement_list(): InsertSimpleStatementContext[] { - return this.getTypedRuleContexts(InsertSimpleStatementContext) as InsertSimpleStatementContext[]; - } - public insertSimpleStatement(i: number): InsertSimpleStatementContext { - return this.getTypedRuleContext(InsertSimpleStatementContext, i) as InsertSimpleStatementContext; - } - public get ruleIndex(): number { - return FlinkSqlParser.RULE_insertMulStatementCompatibility; - } - public enterRule(listener: FlinkSqlParserListener): void { - if(listener.enterInsertMulStatementCompatibility) { - listener.enterInsertMulStatementCompatibility(this); - } - } - public exitRule(listener: FlinkSqlParserListener): void { - if(listener.exitInsertMulStatementCompatibility) { - listener.exitInsertMulStatementCompatibility(this); - } - } - // @Override - public accept(visitor: FlinkSqlParserVisitor): Result { - if (visitor.visitInsertMulStatementCompatibility) { - return visitor.visitInsertMulStatementCompatibility(this); - } else { - return visitor.visitChildren(this); - } - } -} - - export class InsertMulStatementContext extends ParserRuleContext { constructor(parser?: FlinkSqlParser, parent?: ParserRuleContext, invokingState?: number) { super(parent, invokingState); diff --git a/src/lib/flinksql/FlinkSqlParserListener.ts b/src/lib/flinksql/FlinkSqlParserListener.ts index ade1315..b467cf0 100644 --- a/src/lib/flinksql/FlinkSqlParserListener.ts +++ b/src/lib/flinksql/FlinkSqlParserListener.ts @@ -1,4 +1,4 @@ -// Generated from /Users/mortalYoung/Projects/dt-sql-parser/src/grammar/flinksql/FlinkSqlParser.g4 by ANTLR 4.12.0 +// Generated from /Users/zhenglin/Documents/parser/dt-sql-parser/src/grammar/flinksql/FlinkSqlParser.g4 by ANTLR 4.12.0 import {ParseTreeListener} from "antlr4"; @@ -77,7 +77,6 @@ import { InsertSimpleStatementContext } from "./FlinkSqlParser"; import { InsertPartitionDefinitionContext } from "./FlinkSqlParser"; import { ValuesDefinitionContext } from "./FlinkSqlParser"; import { ValuesRowDefinitionContext } from "./FlinkSqlParser"; -import { InsertMulStatementCompatibilityContext } from "./FlinkSqlParser"; import { InsertMulStatementContext } from "./FlinkSqlParser"; import { QueryStatementContext } from "./FlinkSqlParser"; import { ValuesCaluseContext } from "./FlinkSqlParser"; @@ -932,16 +931,6 @@ export default class FlinkSqlParserListener extends ParseTreeListener { * @param ctx the parse tree */ exitValuesRowDefinition?: (ctx: ValuesRowDefinitionContext) => void; - /** - * Enter a parse tree produced by `FlinkSqlParser.insertMulStatementCompatibility`. - * @param ctx the parse tree - */ - enterInsertMulStatementCompatibility?: (ctx: InsertMulStatementCompatibilityContext) => void; - /** - * Exit a parse tree produced by `FlinkSqlParser.insertMulStatementCompatibility`. - * @param ctx the parse tree - */ - exitInsertMulStatementCompatibility?: (ctx: InsertMulStatementCompatibilityContext) => void; /** * Enter a parse tree produced by `FlinkSqlParser.insertMulStatement`. * @param ctx the parse tree diff --git a/src/lib/flinksql/FlinkSqlParserVisitor.ts b/src/lib/flinksql/FlinkSqlParserVisitor.ts index b4d0621..2a44bc3 100644 --- a/src/lib/flinksql/FlinkSqlParserVisitor.ts +++ b/src/lib/flinksql/FlinkSqlParserVisitor.ts @@ -1,4 +1,4 @@ -// Generated from /Users/mortalYoung/Projects/dt-sql-parser/src/grammar/flinksql/FlinkSqlParser.g4 by ANTLR 4.12.0 +// Generated from /Users/zhenglin/Documents/parser/dt-sql-parser/src/grammar/flinksql/FlinkSqlParser.g4 by ANTLR 4.12.0 import {ParseTreeVisitor} from 'antlr4'; @@ -77,7 +77,6 @@ import { InsertSimpleStatementContext } from "./FlinkSqlParser"; import { InsertPartitionDefinitionContext } from "./FlinkSqlParser"; import { ValuesDefinitionContext } from "./FlinkSqlParser"; import { ValuesRowDefinitionContext } from "./FlinkSqlParser"; -import { InsertMulStatementCompatibilityContext } from "./FlinkSqlParser"; import { InsertMulStatementContext } from "./FlinkSqlParser"; import { QueryStatementContext } from "./FlinkSqlParser"; import { ValuesCaluseContext } from "./FlinkSqlParser"; @@ -637,12 +636,6 @@ export default class FlinkSqlParserVisitor extends ParseTreeVisitor Result; - /** - * Visit a parse tree produced by `FlinkSqlParser.insertMulStatementCompatibility`. - * @param ctx the parse tree - * @return the visitor result - */ - visitInsertMulStatementCompatibility?: (ctx: InsertMulStatementCompatibilityContext) => Result; /** * Visit a parse tree produced by `FlinkSqlParser.insertMulStatement`. * @param ctx the parse tree diff --git a/src/parser/common/basicParser.ts b/src/parser/common/basicParser.ts index 8286eba..acf2cf0 100644 --- a/src/parser/common/basicParser.ts +++ b/src/parser/common/basicParser.ts @@ -44,7 +44,6 @@ export default abstract class BasicParser { parser.addErrorListener(new ParserErrorCollector(syntaxErrors)); parser.program(); - return lexerError.concat(syntaxErrors); } diff --git a/test/helper.ts b/test/helper.ts index 1062e67..ef59b07 100644 --- a/test/helper.ts +++ b/test/helper.ts @@ -1,10 +1,30 @@ import fs from 'fs'; import path from 'path'; -export const readSQL = (dirname: string, fileName: string, isSegment = true) => { - const sqlFiles = fs.readFileSync(path.join(dirname, 'fixtures', fileName), 'utf-8') - if (!isSegment) return [sqlFiles]; - return sqlFiles.split(';') - .filter(Boolean) - .map((i) => i.trim()); -} \ No newline at end of file +export const readSQL = (dirname: string, fileName: string) => { + const content = fs.readFileSync(path.join(dirname, 'fixtures', fileName), 'utf-8'); + const result: string[] = []; + let tmp = ''; + + for (let index = 0; index < content.length; index++) { + const char = content[index]; + tmp += char; + + const isMulti = tmp.includes('EXECUTE STATEMENT SET'); + + if (!isMulti) { + // 非批量的先简单按照分号切割 + if (tmp.endsWith(';')) { + result.push(tmp.trim()); + tmp = ''; + } + } else { + if (tmp.endsWith('END;')) { + result.push(tmp.trim()); + tmp = ''; + } + } + } + + return result; +}; diff --git a/test/parser/flinksql/syntax/fixtures/insertFromSelectQueries.sql b/test/parser/flinksql/syntax/fixtures/insertFromSelectQueries.sql new file mode 100644 index 0000000..5151905 --- /dev/null +++ b/test/parser/flinksql/syntax/fixtures/insertFromSelectQueries.sql @@ -0,0 +1,47 @@ +INSERT INTO country_page_view +SELECT user, + cnt +FROM page_view_source; + +INSERT INTO catalog1.db1.country_page_view +SELECT user, + cnt +FROM page_view_source; + + +--- Execute InsertStatement +EXECUTE +INSERT INTO country_page_view PARTITION (date = '2019-8-30', country = 'China') +SELECT user, + cnt +FROM page_view_source; + +--- Partition Clause: Static Partition +INSERT INTO country_page_view PARTITION (date = '2019-8-30', country = 'China') +SELECT user, + cnt +FROM page_view_source; + +--- Partition Clause: Dynamic Partition +INSERT INTO country_page_view PARTITION (date = '2019-8-30') +SELECT user, + cnt, + country +FROM page_view_source; + +--- Column List Statement +INSERT INTO country_page_view PARTITION (date = '2019-8-30', country = 'China') (date, country) +SELECT user, + cnt +FROM page_view_source; + +--- Insert Method: OverWrite +INSERT OVERWRITE country_page_view PARTITION (date = '2019-8-30') +SELECT user, + cnt, + country +FROM page_view_source; + + + + diff --git a/test/parser/flinksql/syntax/fixtures/insertMultipleTable.sql b/test/parser/flinksql/syntax/fixtures/insertMultipleTable.sql new file mode 100644 index 0000000..f852e77 --- /dev/null +++ b/test/parser/flinksql/syntax/fixtures/insertMultipleTable.sql @@ -0,0 +1,11 @@ +EXECUTE STATEMENT SET +BEGIN +INSERT INTO country_page_view +VALUES ('Chinese', 'mumiao', 18), + ('Amercian', 'georage', 22); +INSERT INTO country_page_view +VALUES ('Chinese', 'mumiao', 18), + ('Amercian', 'georage', 22); +END; + + diff --git a/test/parser/flinksql/syntax/fixtures/insertValuesIntoTable.sql b/test/parser/flinksql/syntax/fixtures/insertValuesIntoTable.sql new file mode 100644 index 0000000..57ca9e6 --- /dev/null +++ b/test/parser/flinksql/syntax/fixtures/insertValuesIntoTable.sql @@ -0,0 +1,22 @@ +INSERT INTO country_page_view +VALUES ('Chinese', 'mumiao', 18), + ('Amercian', 'georage', 22); + +EXECUTE +INSERT INTO country_page_view +VALUES ('Chinese', 'mumiao', 18), + ('Amercian', 'georage', 22); + +EXECUTE +INSERT OverWrite country_page_view +VALUES ('Chinese', 'mumiao', 18), + ('Amercian', 'georage', 22); + +EXECUTE +INSERT INTO country_page_view +VALUES ('Chinese', 'mumiao', 18), + ('Amercian', 'georage', 22); + +INSERT INTO catalog1.db1.country_page_view +VALUES ('Chinese', 'mumiao', 18), + ('Amercian', 'georage', 22); \ No newline at end of file diff --git a/test/parser/flinksql/syntax/insertStatement.test.ts b/test/parser/flinksql/syntax/insertStatement.test.ts index 1dd2c64..c080a67 100644 --- a/test/parser/flinksql/syntax/insertStatement.test.ts +++ b/test/parser/flinksql/syntax/insertStatement.test.ts @@ -1,83 +1,29 @@ -import FlinkSQL from "../../../../src/parser/flinksql"; +import FlinkSQL from '../../../../src/parser/flinksql'; +import { readSQL } from '../../../helper'; -describe('FlinkSQL Create Table Syntax Tests', () => { - const parser = new FlinkSQL(); - // insert statements - test('Test one simple Insert Statement', () => { - const sql = ` - INSERT INTO country_page_view - SELECT user, cnt FROM page_view_source; - `; - const result = parser.validate(sql); - expect(result.length).toBe(0); - }); - test('Test Insert Overwrite Statement', () => { - const sql = ` - INSERT OVERWRITE country_page_view PARTITION (date='2019-8-30', country='China') - SELECT user, cnt FROM page_view_source; - `; - const result = parser.validate(sql); - expect(result.length).toBe(0); - }); - test('Test execute Statement', () => { - const sql = ` - EXECUTE INSERT INTO country_page_view PARTITION (date='2019-8-30', country='China') - SELECT user, cnt FROM page_view_source; - `; - const result = parser.validate(sql); - expect(result.length).toBe(0); - }); - test('Test Partition Clause Statement', () => { - const sql = ` - INSERT INTO country_page_view PARTITION (date='2019-8-30', country='China') - SELECT user, cnt FROM page_view_source; - `; - const result = parser.validate(sql); - expect(result.length).toBe(0); - }); - test('Test Column List Statement', () => { - const sql = ` - INSERT INTO emps PARTITION (x='ab', y='bc') (x, y) SELECT * FROM emps; - `; - const result = parser.validate(sql); - expect(result.length).toBe(0); - }); - test('Test Insert Values Statement', () => { - const sql = ` - INSERT INTO students - VALUES ('fred flintstone', 35, 1.28), ('barney rubble', 32, 2.32); - `; - const result = parser.validate(sql); - expect(result.length).toBe(0); - }); - test('Test insert into multiple tables Statement for 1.14', () => { - const sql = ` - BEGIN STATEMENT SET; - INSERT INTO pageviews - SELECT page_id, count(1) - FROM pageviews - GROUP BY page_id; - - INSERT INTO uniqueview - SELECT page_id, count(distinct user_id) - FROM pageviews - GROUP BY page_id; - - END; - `; - const result = parser.validate(sql); - expect(result.length).toBe(0); +const parser = new FlinkSQL(); + +const features = { + InsertFromSelectQueries: readSQL(__dirname, 'insertFromSelectQueries.sql'), + InsertValuesIntoTable: readSQL(__dirname, 'insertValuesIntoTable.sql'), + InsertMultipleTable: readSQL(__dirname, 'insertMultipleTable.sql') +}; + +describe('FlinkSQL Insert Syntax Tests', () => { + features.InsertFromSelectQueries.forEach((insertFromSelectQueries) => { + it(insertFromSelectQueries, () => { + expect(parser.validate(insertFromSelectQueries).length).toBe(0); + }); }); - test('Test insert into multiple tables Statement for 1.15', () => { - const sql = ` - EXECUTE STATEMENT SET - BEGIN - INSERT INTO students VALUES ('fred flintstone', 35, 1.28), ('barney rubble', 32, 2.32); - INSERT INTO students VALUES ('fred flintstone', 35, 1.28), ('barney rubble', 32, 2.32); - END; - `; - const result = parser.validate(sql); - expect(result.length).toBe(0); + features.InsertValuesIntoTable.forEach((insertValuesIntoTable) => { + it(insertValuesIntoTable, () => { + expect(parser.validate(insertValuesIntoTable).length).toBe(0); + }); + }); + features.InsertMultipleTable.forEach((insertMultipleTable) => { + it(insertMultipleTable, () => { + expect(parser.validate(insertMultipleTable).length).toBe(0); + }); }); });