diff --git a/docs/changelog/123074.yaml b/docs/changelog/123074.yaml new file mode 100644 index 0000000000000..59ca1524893f8 --- /dev/null +++ b/docs/changelog/123074.yaml @@ -0,0 +1,5 @@ +pr: 123074 +summary: Adding ES|QL Reranker command in snapshot builds +area: Ranking +type: feature +issues: [] diff --git a/muted-tests.yml b/muted-tests.yml index c6274fc919768..70e4e3e96f139 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -369,6 +369,9 @@ tests: - class: org.elasticsearch.snapshots.SharedClusterSnapshotRestoreIT method: testDeletionOfFailingToRecoverIndexShouldStopRestore issue: https://github.com/elastic/elasticsearch/issues/126204 +- class: org.elasticsearch.xpack.esql.inference.RerankOperatorTests + method: testSimpleCircuitBreaking + issue: https://github.com/elastic/elasticsearch/issues/124337 - class: org.elasticsearch.index.engine.ThreadPoolMergeSchedulerTests method: testSchedulerCloseWaitsForRunningMerge issue: https://github.com/elastic/elasticsearch/issues/125236 diff --git a/x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/inference/action/InferenceAction.java b/x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/inference/action/InferenceAction.java index 7a14185e7b5dc..64957328d48dd 100644 --- a/x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/inference/action/InferenceAction.java +++ b/x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/inference/action/InferenceAction.java @@ -64,6 +64,10 @@ public static class Request extends BaseInferenceActionRequest { public static final ParseField TOP_N = new ParseField("top_n"); public static final ParseField TIMEOUT = new ParseField("timeout"); + public static Builder builder(String inferenceEntityId, TaskType taskType) { + return new Builder().setInferenceEntityId(inferenceEntityId).setTaskType(taskType); + } + static final ObjectParser PARSER = new ObjectParser<>(NAME, Request.Builder::new); static { PARSER.declareStringArray(Request.Builder::setInput, INPUT); diff --git a/x-pack/plugin/esql/gen/EsqlBaseLexer.java b/x-pack/plugin/esql/gen/EsqlBaseLexer.java new file mode 100644 index 0000000000000..3c465373ece7a --- /dev/null +++ b/x-pack/plugin/esql/gen/EsqlBaseLexer.java @@ -0,0 +1,153 @@ +// Generated from /Users/afoucret/git/elasticsearch/x-pack/plugin/esql/src/main/antlr/EsqlBaseLexer.g4 by ANTLR 4.13.2 + +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import org.antlr.v4.runtime.Lexer; +import org.antlr.v4.runtime.CharStream; +import org.antlr.v4.runtime.Token; +import org.antlr.v4.runtime.TokenStream; +import org.antlr.v4.runtime.*; +import org.antlr.v4.runtime.atn.*; +import org.antlr.v4.runtime.dfa.DFA; +import org.antlr.v4.runtime.misc.*; + +@SuppressWarnings({"all", "warnings", "unchecked", "unused", "cast", "CheckReturnValue", "this-escape"}) +public class EsqlBaseLexer extends LexerConfig { + static { RuntimeMetaData.checkVersion("4.13.2", RuntimeMetaData.VERSION); } + + protected static final DFA[] _decisionToDFA; + protected static final PredictionContextCache _sharedContextCache = + new PredictionContextCache(); + public static final int + LINE_COMMENT=1, MULTILINE_COMMENT=2, WS=3; + public static String[] channelNames = { + "DEFAULT_TOKEN_CHANNEL", "HIDDEN" + }; + + public static String[] modeNames = { + "DEFAULT_MODE" + }; + + private static String[] makeRuleNames() { + return new String[] { + "LINE_COMMENT", "MULTILINE_COMMENT", "WS" + }; + } + public static final String[] ruleNames = makeRuleNames(); + + private static String[] makeLiteralNames() { + return new String[] { + }; + } + private static final String[] _LITERAL_NAMES = makeLiteralNames(); + private static String[] makeSymbolicNames() { + return new String[] { + null, "LINE_COMMENT", "MULTILINE_COMMENT", "WS" + }; + } + private static final String[] _SYMBOLIC_NAMES = makeSymbolicNames(); + public static final Vocabulary VOCABULARY = new VocabularyImpl(_LITERAL_NAMES, _SYMBOLIC_NAMES); + + /** + * @deprecated Use {@link #VOCABULARY} instead. + */ + @Deprecated + public static final String[] tokenNames; + static { + tokenNames = new String[_SYMBOLIC_NAMES.length]; + for (int i = 0; i < tokenNames.length; i++) { + tokenNames[i] = VOCABULARY.getLiteralName(i); + if (tokenNames[i] == null) { + tokenNames[i] = VOCABULARY.getSymbolicName(i); + } + + if (tokenNames[i] == null) { + tokenNames[i] = ""; + } + } + } + + @Override + @Deprecated + public String[] getTokenNames() { + return tokenNames; + } + + @Override + + public Vocabulary getVocabulary() { + return VOCABULARY; + } + + + public EsqlBaseLexer(CharStream input) { + super(input); + _interp = new LexerATNSimulator(this,_ATN,_decisionToDFA,_sharedContextCache); + } + + @Override + public String getGrammarFileName() { return "EsqlBaseLexer.g4"; } + + @Override + public String[] getRuleNames() { return ruleNames; } + + @Override + public String getSerializedATN() { return _serializedATN; } + + @Override + public String[] getChannelNames() { return channelNames; } + + @Override + public String[] getModeNames() { return modeNames; } + + @Override + public ATN getATN() { return _ATN; } + + public static final String _serializedATN = + "\u0004\u0000\u0003.\u0006\uffff\uffff\u0002\u0000\u0007\u0000\u0002\u0001"+ + "\u0007\u0001\u0002\u0002\u0007\u0002\u0001\u0000\u0001\u0000\u0001\u0000"+ + "\u0001\u0000\u0005\u0000\f\b\u0000\n\u0000\f\u0000\u000f\t\u0000\u0001"+ + "\u0000\u0003\u0000\u0012\b\u0000\u0001\u0000\u0003\u0000\u0015\b\u0000"+ + "\u0001\u0000\u0001\u0000\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001"+ + "\u0001\u0001\u0005\u0001\u001e\b\u0001\n\u0001\f\u0001!\t\u0001\u0001"+ + "\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0002\u0004"+ + "\u0002)\b\u0002\u000b\u0002\f\u0002*\u0001\u0002\u0001\u0002\u0001\u001f"+ + "\u0000\u0003\u0001\u0001\u0003\u0002\u0005\u0003\u0001\u0000\u0002\u0002"+ + "\u0000\n\n\r\r\u0003\u0000\t\n\r\r 3\u0000\u0001\u0001\u0000\u0000\u0000"+ + "\u0000\u0003\u0001\u0000\u0000\u0000\u0000\u0005\u0001\u0000\u0000\u0000"+ + "\u0001\u0007\u0001\u0000\u0000\u0000\u0003\u0018\u0001\u0000\u0000\u0000"+ + "\u0005(\u0001\u0000\u0000\u0000\u0007\b\u0005/\u0000\u0000\b\t\u0005/"+ + "\u0000\u0000\t\r\u0001\u0000\u0000\u0000\n\f\b\u0000\u0000\u0000\u000b"+ + "\n\u0001\u0000\u0000\u0000\f\u000f\u0001\u0000\u0000\u0000\r\u000b\u0001"+ + "\u0000\u0000\u0000\r\u000e\u0001\u0000\u0000\u0000\u000e\u0011\u0001\u0000"+ + "\u0000\u0000\u000f\r\u0001\u0000\u0000\u0000\u0010\u0012\u0005\r\u0000"+ + "\u0000\u0011\u0010\u0001\u0000\u0000\u0000\u0011\u0012\u0001\u0000\u0000"+ + "\u0000\u0012\u0014\u0001\u0000\u0000\u0000\u0013\u0015\u0005\n\u0000\u0000"+ + "\u0014\u0013\u0001\u0000\u0000\u0000\u0014\u0015\u0001\u0000\u0000\u0000"+ + "\u0015\u0016\u0001\u0000\u0000\u0000\u0016\u0017\u0006\u0000\u0000\u0000"+ + "\u0017\u0002\u0001\u0000\u0000\u0000\u0018\u0019\u0005/\u0000\u0000\u0019"+ + "\u001a\u0005*\u0000\u0000\u001a\u001f\u0001\u0000\u0000\u0000\u001b\u001e"+ + "\u0003\u0003\u0001\u0000\u001c\u001e\t\u0000\u0000\u0000\u001d\u001b\u0001"+ + "\u0000\u0000\u0000\u001d\u001c\u0001\u0000\u0000\u0000\u001e!\u0001\u0000"+ + "\u0000\u0000\u001f \u0001\u0000\u0000\u0000\u001f\u001d\u0001\u0000\u0000"+ + "\u0000 \"\u0001\u0000\u0000\u0000!\u001f\u0001\u0000\u0000\u0000\"#\u0005"+ + "*\u0000\u0000#$\u0005/\u0000\u0000$%\u0001\u0000\u0000\u0000%&\u0006\u0001"+ + "\u0000\u0000&\u0004\u0001\u0000\u0000\u0000\')\u0007\u0001\u0000\u0000"+ + "(\'\u0001\u0000\u0000\u0000)*\u0001\u0000\u0000\u0000*(\u0001\u0000\u0000"+ + "\u0000*+\u0001\u0000\u0000\u0000+,\u0001\u0000\u0000\u0000,-\u0006\u0002"+ + "\u0000\u0000-\u0006\u0001\u0000\u0000\u0000\u0007\u0000\r\u0011\u0014"+ + "\u001d\u001f*\u0001\u0000\u0001\u0000"; + public static final ATN _ATN = + new ATNDeserializer().deserialize(_serializedATN.toCharArray()); + static { + _decisionToDFA = new DFA[_ATN.getNumberOfDecisions()]; + for (int i = 0; i < _ATN.getNumberOfDecisions(); i++) { + _decisionToDFA[i] = new DFA(_ATN.getDecisionState(i), i); + } + } +} \ No newline at end of file diff --git a/x-pack/plugin/esql/gen/EsqlBaseLexer.tokens b/x-pack/plugin/esql/gen/EsqlBaseLexer.tokens new file mode 100644 index 0000000000000..907d464c07573 --- /dev/null +++ b/x-pack/plugin/esql/gen/EsqlBaseLexer.tokens @@ -0,0 +1,3 @@ +LINE_COMMENT=1 +MULTILINE_COMMENT=2 +WS=3 diff --git a/x-pack/plugin/esql/qa/server/multi-clusters/src/javaRestTest/java/org/elasticsearch/xpack/esql/ccq/MultiClusterSpecIT.java b/x-pack/plugin/esql/qa/server/multi-clusters/src/javaRestTest/java/org/elasticsearch/xpack/esql/ccq/MultiClusterSpecIT.java index c774fb5955133..37b818d222548 100644 --- a/x-pack/plugin/esql/qa/server/multi-clusters/src/javaRestTest/java/org/elasticsearch/xpack/esql/ccq/MultiClusterSpecIT.java +++ b/x-pack/plugin/esql/qa/server/multi-clusters/src/javaRestTest/java/org/elasticsearch/xpack/esql/ccq/MultiClusterSpecIT.java @@ -52,6 +52,7 @@ import static org.elasticsearch.xpack.esql.action.EsqlCapabilities.Cap.JOIN_LOOKUP_V12; import static org.elasticsearch.xpack.esql.action.EsqlCapabilities.Cap.JOIN_PLANNING_V1; import static org.elasticsearch.xpack.esql.action.EsqlCapabilities.Cap.METADATA_FIELDS_REMOTE_TEST; +import static org.elasticsearch.xpack.esql.action.EsqlCapabilities.Cap.RERANK; import static org.elasticsearch.xpack.esql.action.EsqlCapabilities.Cap.UNMAPPED_FIELDS; import static org.elasticsearch.xpack.esql.qa.rest.EsqlSpecTestCase.Mode.SYNC; import static org.mockito.ArgumentMatchers.any; @@ -130,6 +131,8 @@ protected void shouldSkipTest(String testName) throws IOException { assumeFalse("LOOKUP JOIN not yet supported in CCS", testCase.requiredCapabilities.contains(JOIN_LOOKUP_V12.capabilityName())); // Unmapped fields require a coorect capability response from every cluster, which isn't currently implemented. assumeFalse("UNMAPPED FIELDS not yet supported in CCS", testCase.requiredCapabilities.contains(UNMAPPED_FIELDS.capabilityName())); + // Need to do additional developmnet to get CSS support for the rerank coammnd + assumeFalse("RERANK not yet supported in CCS", testCase.requiredCapabilities.contains(RERANK.capabilityName())); } @Override diff --git a/x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/EsqlSpecTestCase.java b/x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/EsqlSpecTestCase.java index fb06d31ddafac..afd7d95196ab8 100644 --- a/x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/EsqlSpecTestCase.java +++ b/x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/EsqlSpecTestCase.java @@ -66,8 +66,11 @@ import static org.elasticsearch.xpack.esql.CsvTestUtils.loadCsvSpecValues; import static org.elasticsearch.xpack.esql.CsvTestsDataLoader.availableDatasetsForEs; import static org.elasticsearch.xpack.esql.CsvTestsDataLoader.clusterHasInferenceEndpoint; +import static org.elasticsearch.xpack.esql.CsvTestsDataLoader.clusterHasRerankInferenceEndpoint; import static org.elasticsearch.xpack.esql.CsvTestsDataLoader.createInferenceEndpoint; +import static org.elasticsearch.xpack.esql.CsvTestsDataLoader.createRerankInferenceEndpoint; import static org.elasticsearch.xpack.esql.CsvTestsDataLoader.deleteInferenceEndpoint; +import static org.elasticsearch.xpack.esql.CsvTestsDataLoader.deleteRerankInferenceEndpoint; import static org.elasticsearch.xpack.esql.CsvTestsDataLoader.loadDataSetIntoEs; import static org.elasticsearch.xpack.esql.EsqlTestUtils.classpathResources; import static org.elasticsearch.xpack.esql.action.EsqlCapabilities.Cap.METRICS_COMMAND; @@ -134,6 +137,10 @@ public void setup() throws IOException { createInferenceEndpoint(client()); } + if (supportsInferenceTestService() && clusterHasRerankInferenceEndpoint(client()) == false) { + createRerankInferenceEndpoint(client()); + } + boolean supportsLookup = supportsIndexModeLookup(); boolean supportsSourceMapping = supportsSourceFieldMapping(); if (indexExists(availableDatasetsForEs(client(), supportsLookup, supportsSourceMapping).iterator().next().indexName()) == false) { @@ -153,6 +160,7 @@ public static void wipeTestData() throws IOException { } deleteInferenceEndpoint(client()); + deleteRerankInferenceEndpoint(client()); } public boolean logResults() { diff --git a/x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/RestRerankTestCase.java b/x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/RestRerankTestCase.java new file mode 100644 index 0000000000000..ce5e58d61fbb3 --- /dev/null +++ b/x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/RestRerankTestCase.java @@ -0,0 +1,192 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +package org.elasticsearch.xpack.esql.qa.rest; + +import org.elasticsearch.client.Request; +import org.elasticsearch.client.ResponseException; +import org.elasticsearch.test.rest.ESRestTestCase; +import org.elasticsearch.xpack.esql.action.EsqlCapabilities; +import org.junit.After; +import org.junit.Before; + +import java.io.IOException; +import java.util.List; +import java.util.Map; + +import static org.elasticsearch.xpack.esql.CsvTestsDataLoader.createRerankInferenceEndpoint; +import static org.elasticsearch.xpack.esql.CsvTestsDataLoader.deleteRerankInferenceEndpoint; +import static org.hamcrest.core.StringContains.containsString; + +public class RestRerankTestCase extends ESRestTestCase { + + @Before + public void skipWhenRerankDisabled() throws IOException { + assumeTrue( + "Requires RERANK capability", + EsqlSpecTestCase.hasCapabilities(adminClient(), List.of(EsqlCapabilities.Cap.RERANK.capabilityName())) + ); + } + + @Before + @After + public void assertRequestBreakerEmpty() throws Exception { + EsqlSpecTestCase.assertRequestBreakerEmpty(); + } + + @Before + public void setUpInferenceEndpoint() throws IOException { + createRerankInferenceEndpoint(adminClient()); + } + + @Before + public void setUpTestIndex() throws IOException { + Request request = new Request("PUT", "/rerank-test-index"); + request.setJsonEntity(""" + { + "mappings": { + "properties": { + "title": { "type": "text" }, + "author": { "type": "text" } + } + } + }"""); + assertEquals(200, client().performRequest(request).getStatusLine().getStatusCode()); + + request = new Request("POST", "/rerank-test-index/_bulk"); + request.addParameter("refresh", "true"); + request.setJsonEntity(""" + { "index": {"_id": 1} } + { "title": "The Future of Exploration", "author": "John Doe" } + { "index": {"_id": 2} } + { "title": "Deep Sea Exploration", "author": "Jane Smith" } + { "index": {"_id": 3} } + { "title": "History of Space Exploration", "author": "Alice Johnson" } + """); + assertEquals(200, client().performRequest(request).getStatusLine().getStatusCode()); + } + + @After + public void wipeData() throws IOException { + try { + adminClient().performRequest(new Request("DELETE", "/rerank-test-index")); + } catch (ResponseException e) { + // 404 here just means we had no indexes + if (e.getResponse().getStatusLine().getStatusCode() != 404) { + throw e; + } + } + + deleteRerankInferenceEndpoint(adminClient()); + } + + public void testRerankWithSingleField() throws IOException { + String query = """ + FROM rerank-test-index + | WHERE match(title, "exploration") + | RERANK "exploration" ON title WITH test_reranker + | EVAL _score = ROUND(_score, 5) + """; + + Map result = runEsqlQuery(query); + + var expectedValues = List.of( + List.of("Jane Smith", "Deep Sea Exploration", 0.02941d), + List.of("John Doe", "The Future of Exploration", 0.02632d), + List.of("Alice Johnson", "History of Space Exploration", 0.02381d) + ); + + assertResultMap(result, defaultOutputColumns(), expectedValues); + } + + public void testRerankWithMultipleFields() throws IOException { + String query = """ + FROM rerank-test-index + | WHERE match(title, "exploration") + | RERANK "exploration" ON title, author WITH test_reranker + | EVAL _score = ROUND(_score, 5) + """; + + Map result = runEsqlQuery(query); + ; + var expectedValues = List.of( + List.of("Jane Smith", "Deep Sea Exploration", 0.01818d), + List.of("John Doe", "The Future of Exploration", 0.01754d), + List.of("Alice Johnson", "History of Space Exploration", 0.01515d) + ); + + assertResultMap(result, defaultOutputColumns(), expectedValues); + } + + public void testRerankWithPositionalParams() throws IOException { + String query = """ + FROM rerank-test-index + | WHERE match(title, "exploration") + | RERANK ? ON title WITH ? + | EVAL _score = ROUND(_score, 5) + """; + + Map result = runEsqlQuery(query, "[\"exploration\", \"test_reranker\"]"); + + var expectedValues = List.of( + List.of("Jane Smith", "Deep Sea Exploration", 0.02941d), + List.of("John Doe", "The Future of Exploration", 0.02632d), + List.of("Alice Johnson", "History of Space Exploration", 0.02381d) + ); + + assertResultMap(result, defaultOutputColumns(), expectedValues); + } + + public void testRerankWithNamedParams() throws IOException { + String query = """ + FROM rerank-test-index + | WHERE match(title, ?queryText) + | RERANK ?queryText ON title WITH ?inferenceId + | EVAL _score = ROUND(_score, 5) + """; + + Map result = runEsqlQuery(query, "[{\"queryText\": \"exploration\"}, {\"inferenceId\": \"test_reranker\"}]"); + + var expectedValues = List.of( + List.of("Jane Smith", "Deep Sea Exploration", 0.02941d), + List.of("John Doe", "The Future of Exploration", 0.02632d), + List.of("Alice Johnson", "History of Space Exploration", 0.02381d) + ); + + assertResultMap(result, defaultOutputColumns(), expectedValues); + } + + public void testRerankWithMissingInferenceId() { + String query = """ + FROM rerank-test-index + | WHERE match(title, "exploration") + | RERANK "exploration" ON title WITH test_missing + | EVAL _score = ROUND(_score, 5) + """; + + ResponseException re = expectThrows(ResponseException.class, () -> runEsqlQuery(query)); + assertThat(re.getMessage(), containsString("Inference endpoint not found")); + } + + private static List> defaultOutputColumns() { + return List.of( + Map.of("name", "author", "type", "text"), + Map.of("name", "title", "type", "text"), + Map.of("name", "_score", "type", "double") + ); + } + + private Map runEsqlQuery(String query) throws IOException { + RestEsqlTestCase.RequestObjectBuilder builder = RestEsqlTestCase.requestObjectBuilder().query(query); + return RestEsqlTestCase.runEsqlSync(builder); + } + + private Map runEsqlQuery(String query, String params) throws IOException { + RestEsqlTestCase.RequestObjectBuilder builder = RestEsqlTestCase.requestObjectBuilder().query(query).params(params); + return RestEsqlTestCase.runEsqlSync(builder); + } +} diff --git a/x-pack/plugin/esql/qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql/CsvTestsDataLoader.java b/x-pack/plugin/esql/qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql/CsvTestsDataLoader.java index c66ffb37184ef..9575f8ee176ea 100644 --- a/x-pack/plugin/esql/qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql/CsvTestsDataLoader.java +++ b/x-pack/plugin/esql/qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql/CsvTestsDataLoader.java @@ -397,6 +397,47 @@ public static boolean clusterHasInferenceEndpoint(RestClient client) throws IOEx return true; } + public static void createRerankInferenceEndpoint(RestClient client) throws IOException { + Request request = new Request("PUT", "_inference/rerank/test_reranker"); + request.setJsonEntity(""" + { + "service": "test_reranking_service", + "service_settings": { + "model_id": "my_model", + "api_key": "abc64" + }, + "task_settings": { + "use_text_length": true + } + } + """); + client.performRequest(request); + } + + public static void deleteRerankInferenceEndpoint(RestClient client) throws IOException { + try { + client.performRequest(new Request("DELETE", "_inference/rerank/test_reranker")); + } catch (ResponseException e) { + // 404 here means the endpoint was not created + if (e.getResponse().getStatusLine().getStatusCode() != 404) { + throw e; + } + } + } + + public static boolean clusterHasRerankInferenceEndpoint(RestClient client) throws IOException { + Request request = new Request("GET", "_inference/rerank/test_reranker"); + try { + client.performRequest(request); + } catch (ResponseException e) { + if (e.getResponse().getStatusLine().getStatusCode() == 404) { + return false; + } + throw e; + } + return true; + } + private static void loadEnrichPolicy(RestClient client, String policyName, String policyFileName, Logger logger) throws IOException { URL policyMapping = getResource("/" + policyFileName); String entity = readTextFile(policyMapping); diff --git a/x-pack/plugin/esql/qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql/EsqlTestUtils.java b/x-pack/plugin/esql/qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql/EsqlTestUtils.java index bdcda1d4fa542..1bce56bdf5171 100644 --- a/x-pack/plugin/esql/qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql/EsqlTestUtils.java +++ b/x-pack/plugin/esql/qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql/EsqlTestUtils.java @@ -11,6 +11,7 @@ import org.apache.lucene.sandbox.document.HalfFloatPoint; import org.apache.lucene.util.BytesRef; import org.elasticsearch.ExceptionsHelper; +import org.elasticsearch.action.ActionListener; import org.elasticsearch.cluster.RemoteException; import org.elasticsearch.cluster.metadata.IndexNameExpressionResolver; import org.elasticsearch.cluster.service.ClusterService; @@ -68,6 +69,8 @@ import org.elasticsearch.xpack.esql.expression.predicate.operator.comparison.LessThanOrEqual; import org.elasticsearch.xpack.esql.expression.predicate.operator.comparison.NotEquals; import org.elasticsearch.xpack.esql.index.EsIndex; +import org.elasticsearch.xpack.esql.inference.InferenceResolution; +import org.elasticsearch.xpack.esql.inference.InferenceRunner; import org.elasticsearch.xpack.esql.optimizer.LogicalOptimizerContext; import org.elasticsearch.xpack.esql.parser.QueryParam; import org.elasticsearch.xpack.esql.plan.logical.Enrich; @@ -149,6 +152,8 @@ import static org.hamcrest.Matchers.instanceOf; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; +import static org.mockito.ArgumentMatchers.any; +import static org.mockito.Mockito.doAnswer; import static org.mockito.Mockito.mock; public final class EsqlTestUtils { @@ -376,9 +381,21 @@ public static LogicalOptimizerContext unboundLogicalOptimizerContext() { null, mock(ClusterService.class), mock(IndexNameExpressionResolver.class), - null + null, + mockInferenceRunner() ); + @SuppressWarnings("unchecked") + private static InferenceRunner mockInferenceRunner() { + InferenceRunner inferenceRunner = mock(InferenceRunner.class); + doAnswer(i -> { + i.getArgument(1, ActionListener.class).onResponse(emptyInferenceResolution()); + return null; + }).when(inferenceRunner).resolveInferenceIds(any(), any()); + + return inferenceRunner; + } + private EsqlTestUtils() {} public static Configuration configuration(QueryPragmas pragmas, String query) { @@ -454,6 +471,10 @@ public static EnrichResolution emptyPolicyResolution() { return new EnrichResolution(); } + public static InferenceResolution emptyInferenceResolution() { + return InferenceResolution.EMPTY; + } + public static SearchStats statsForExistingField(String... names) { return fieldMatchingExistOrMissing(true, names); } diff --git a/x-pack/plugin/esql/qa/testFixtures/src/main/resources/rerank.csv-spec b/x-pack/plugin/esql/qa/testFixtures/src/main/resources/rerank.csv-spec new file mode 100644 index 0000000000000..71d4a2d57a136 --- /dev/null +++ b/x-pack/plugin/esql/qa/testFixtures/src/main/resources/rerank.csv-spec @@ -0,0 +1,142 @@ +// Note: +// The "test_reranker" service scores the row from the inputText length and does not really score by relevance. +// This makes the output more predictable which is helpful here. + + +reranker using a single field +required_capability: rerank +required_capability: match_operator_colon + +FROM books METADATA _score +| WHERE title:"war and peace" AND author:"Tolstoy" +| RERANK "war and peace" ON title WITH test_reranker +| KEEP book_no, title, author, _score +| EVAL _score = ROUND(_score, 5) +; + +book_no:keyword | title:text | author:text | _score:double +5327 | War and Peace | Leo Tolstoy | 0.03846 +4536 | War and Peace (Signet Classics) | [John Hockenberry, Leo Tolstoy, Pat Conroy] | 0.02222 +9032 | War and Peace: A Novel (6 Volumes) | Tolstoy Leo | 0.02083 +2776 | The Devil and Other Stories (Oxford World's Classics) | Leo Tolstoy | 0.01515 +; + + +reranker using multiple fields +required_capability: rerank +required_capability: match_operator_colon + +FROM books METADATA _score +| WHERE title:"war and peace" AND author:"Tolstoy" +| RERANK "war and peace" ON title, author WITH test_reranker +| KEEP book_no, title, author, _score +| EVAL _score = ROUND(_score, 5) +; + +book_no:keyword | title:text | author:text | _score:double +5327 | War and Peace | Leo Tolstoy | 0.02083 +9032 | War and Peace: A Novel (6 Volumes) | Tolstoy Leo | 0.01429 +2776 | The Devil and Other Stories (Oxford World's Classics) | Leo Tolstoy | 0.01136 +4536 | War and Peace (Signet Classics) | [John Hockenberry, Leo Tolstoy, Pat Conroy] | 0.00952 +; + + +reranker after a limit +required_capability: rerank +required_capability: match_operator_colon + +FROM books METADATA _score +| WHERE title:"war and peace" AND author:"Tolstoy" +| SORT _score DESC +| LIMIT 3 +| RERANK "war and peace" ON title WITH test_reranker +| KEEP book_no, title, author, _score +| EVAL _score = ROUND(_score, 5) +; + +book_no:keyword | title:text | author:text | _score:double +5327 | War and Peace | Leo Tolstoy | 0.03846 +4536 | War and Peace (Signet Classics) | [John Hockenberry, Leo Tolstoy, Pat Conroy] | 0.02222 +9032 | War and Peace: A Novel (6 Volumes) | Tolstoy Leo | 0.02083 +; + + +reranker before a limit +required_capability: rerank +required_capability: match_operator_colon + +FROM books METADATA _score +| WHERE title:"war and peace" AND author:"Tolstoy" +| RERANK "war and peace" ON title WITH test_reranker +| KEEP book_no, title, author, _score +| LIMIT 3 +| EVAL _score = ROUND(_score, 5) +; + +book_no:keyword | title:text | author:text | _score:double +5327 | War and Peace | Leo Tolstoy | 0.03846 +4536 | War and Peace (Signet Classics) | [John Hockenberry, Leo Tolstoy, Pat Conroy] | 0.02222 +9032 | War and Peace: A Novel (6 Volumes) | Tolstoy Leo | 0.02083 +; + + +reranker add the _score column when missing +required_capability: rerank +required_capability: match_operator_colon + +FROM books +| WHERE title:"war and peace" AND author:"Tolstoy" +| RERANK "war and peace" ON title WITH test_reranker +| KEEP book_no, title, author, _score +| EVAL _score = ROUND(_score, 5) +; + + +book_no:keyword | title:text | author:text | _score:double +5327 | War and Peace | Leo Tolstoy | 0.03846 +4536 | War and Peace (Signet Classics) | [John Hockenberry, Leo Tolstoy, Pat Conroy] | 0.02222 +9032 | War and Peace: A Novel (6 Volumes) | Tolstoy Leo | 0.02083 +2776 | The Devil and Other Stories (Oxford World's Classics) | Leo Tolstoy | 0.01515 +; + + +reranker using another sort order +required_capability: rerank +required_capability: match_operator_colon + +FROM books +| WHERE title:"war and peace" AND author:"Tolstoy" +| RERANK "war and peace" ON title WITH test_reranker +| KEEP book_no, title, author, _score +| SORT author, title +| LIMIT 3 +| EVAL _score = ROUND(_score, 5) +; + +book_no:keyword | title:text | author:text | _score:double +4536 | War and Peace (Signet Classics) | [John Hockenberry, Leo Tolstoy, Pat Conroy] | 0.02222 +2776 | The Devil and Other Stories (Oxford World's Classics) | Leo Tolstoy | 0.01515 +5327 | War and Peace | Leo Tolstoy | 0.03846 +; + + +reranker after RRF +required_capability: fork +required_capability: rrf +required_capability: match_operator_colon +required_capability: rerank + +FROM books METADATA _id, _index, _score +| FORK ( WHERE title:"Tolkien" | SORT _score, _id DESC | LIMIT 3 ) + ( WHERE author:"Tolkien" | SORT _score, _id DESC | LIMIT 3 ) +| RRF +| RERANK "Tolkien" ON title WITH test_reranker +| LIMIT 2 +| KEEP book_no, title, author, _score +| EVAL _score = ROUND(_score, 5) +; + +book_no:keyword | title:keyword | author:keyword | _score:double +5335 | Letters of J R R Tolkien | J.R.R. Tolkien | 0.02632 +2130 | The J. R. R. Tolkien Audio Collection | [Christopher Tolkien, John Ronald Reuel Tolkien] | 0.01961 +; diff --git a/x-pack/plugin/esql/src/main/antlr/EsqlBaseLexer.tokens b/x-pack/plugin/esql/src/main/antlr/EsqlBaseLexer.tokens index dd1d89c7b9f33..b001acbf4f02b 100644 --- a/x-pack/plugin/esql/src/main/antlr/EsqlBaseLexer.tokens +++ b/x-pack/plugin/esql/src/main/antlr/EsqlBaseLexer.tokens @@ -13,49 +13,49 @@ SORT=12 STATS=13 WHERE=14 DEV_INLINESTATS=15 -FROM=16 -DEV_TIME_SERIES=17 -DEV_FORK=18 -JOIN_LOOKUP=19 -DEV_JOIN_FULL=20 -DEV_JOIN_LEFT=21 -DEV_JOIN_RIGHT=22 -DEV_LOOKUP=23 -MV_EXPAND=24 -DROP=25 -KEEP=26 -DEV_INSIST=27 -DEV_RRF=28 -RENAME=29 -SHOW=30 -UNKNOWN_CMD=31 -CHANGE_POINT_LINE_COMMENT=32 -CHANGE_POINT_MULTILINE_COMMENT=33 -CHANGE_POINT_WS=34 -ON=35 -WITH=36 -ENRICH_POLICY_NAME=37 -ENRICH_LINE_COMMENT=38 -ENRICH_MULTILINE_COMMENT=39 -ENRICH_WS=40 -ENRICH_FIELD_LINE_COMMENT=41 -ENRICH_FIELD_MULTILINE_COMMENT=42 -ENRICH_FIELD_WS=43 -SETTING=44 -SETTING_LINE_COMMENT=45 -SETTTING_MULTILINE_COMMENT=46 -SETTING_WS=47 -EXPLAIN_WS=48 -EXPLAIN_LINE_COMMENT=49 -EXPLAIN_MULTILINE_COMMENT=50 -PIPE=51 -QUOTED_STRING=52 -INTEGER_LITERAL=53 -DECIMAL_LITERAL=54 -BY=55 -AND=56 -ASC=57 -ASSIGN=58 +DEV_RERANK=16 +FROM=17 +DEV_TIME_SERIES=18 +DEV_FORK=19 +JOIN_LOOKUP=20 +DEV_JOIN_FULL=21 +DEV_JOIN_LEFT=22 +DEV_JOIN_RIGHT=23 +DEV_LOOKUP=24 +MV_EXPAND=25 +DROP=26 +KEEP=27 +DEV_INSIST=28 +DEV_RRF=29 +RENAME=30 +SHOW=31 +UNKNOWN_CMD=32 +CHANGE_POINT_LINE_COMMENT=33 +CHANGE_POINT_MULTILINE_COMMENT=34 +CHANGE_POINT_WS=35 +ENRICH_POLICY_NAME=36 +ENRICH_LINE_COMMENT=37 +ENRICH_MULTILINE_COMMENT=38 +ENRICH_WS=39 +ENRICH_FIELD_LINE_COMMENT=40 +ENRICH_FIELD_MULTILINE_COMMENT=41 +ENRICH_FIELD_WS=42 +SETTING=43 +SETTING_LINE_COMMENT=44 +SETTTING_MULTILINE_COMMENT=45 +SETTING_WS=46 +EXPLAIN_WS=47 +EXPLAIN_LINE_COMMENT=48 +EXPLAIN_MULTILINE_COMMENT=49 +PIPE=50 +QUOTED_STRING=51 +INTEGER_LITERAL=52 +DECIMAL_LITERAL=53 +AND=54 +AS=55 +ASC=56 +ASSIGN=57 +BY=58 CAST_OP=59 COLON=60 COMMA=61 @@ -70,70 +70,71 @@ LIKE=69 NOT=70 NULL=71 NULLS=72 -OR=73 -PARAM=74 -RLIKE=75 -TRUE=76 -EQ=77 -CIEQ=78 -NEQ=79 -LT=80 -LTE=81 -GT=82 -GTE=83 -PLUS=84 -MINUS=85 -ASTERISK=86 -SLASH=87 -PERCENT=88 -LEFT_BRACES=89 -RIGHT_BRACES=90 -DOUBLE_PARAMS=91 -NAMED_OR_POSITIONAL_PARAM=92 -NAMED_OR_POSITIONAL_DOUBLE_PARAMS=93 -OPENING_BRACKET=94 -CLOSING_BRACKET=95 -LP=96 -RP=97 -UNQUOTED_IDENTIFIER=98 -QUOTED_IDENTIFIER=99 -EXPR_LINE_COMMENT=100 -EXPR_MULTILINE_COMMENT=101 -EXPR_WS=102 -METADATA=103 -UNQUOTED_SOURCE=104 -FROM_LINE_COMMENT=105 -FROM_MULTILINE_COMMENT=106 -FROM_WS=107 -FORK_WS=108 -FORK_LINE_COMMENT=109 -FORK_MULTILINE_COMMENT=110 -JOIN=111 -USING=112 -JOIN_LINE_COMMENT=113 -JOIN_MULTILINE_COMMENT=114 -JOIN_WS=115 -LOOKUP_LINE_COMMENT=116 -LOOKUP_MULTILINE_COMMENT=117 -LOOKUP_WS=118 -LOOKUP_FIELD_LINE_COMMENT=119 -LOOKUP_FIELD_MULTILINE_COMMENT=120 -LOOKUP_FIELD_WS=121 -MVEXPAND_LINE_COMMENT=122 -MVEXPAND_MULTILINE_COMMENT=123 -MVEXPAND_WS=124 -ID_PATTERN=125 -PROJECT_LINE_COMMENT=126 -PROJECT_MULTILINE_COMMENT=127 -PROJECT_WS=128 -AS=129 -RENAME_LINE_COMMENT=130 -RENAME_MULTILINE_COMMENT=131 -RENAME_WS=132 -INFO=133 -SHOW_LINE_COMMENT=134 -SHOW_MULTILINE_COMMENT=135 -SHOW_WS=136 +ON=73 +OR=74 +PARAM=75 +RLIKE=76 +TRUE=77 +WITH=78 +EQ=79 +CIEQ=80 +NEQ=81 +LT=82 +LTE=83 +GT=84 +GTE=85 +PLUS=86 +MINUS=87 +ASTERISK=88 +SLASH=89 +PERCENT=90 +LEFT_BRACES=91 +RIGHT_BRACES=92 +DOUBLE_PARAMS=93 +NAMED_OR_POSITIONAL_PARAM=94 +NAMED_OR_POSITIONAL_DOUBLE_PARAMS=95 +OPENING_BRACKET=96 +CLOSING_BRACKET=97 +LP=98 +RP=99 +UNQUOTED_IDENTIFIER=100 +QUOTED_IDENTIFIER=101 +EXPR_LINE_COMMENT=102 +EXPR_MULTILINE_COMMENT=103 +EXPR_WS=104 +METADATA=105 +UNQUOTED_SOURCE=106 +FROM_LINE_COMMENT=107 +FROM_MULTILINE_COMMENT=108 +FROM_WS=109 +FORK_WS=110 +FORK_LINE_COMMENT=111 +FORK_MULTILINE_COMMENT=112 +JOIN=113 +USING=114 +JOIN_LINE_COMMENT=115 +JOIN_MULTILINE_COMMENT=116 +JOIN_WS=117 +LOOKUP_LINE_COMMENT=118 +LOOKUP_MULTILINE_COMMENT=119 +LOOKUP_WS=120 +LOOKUP_FIELD_LINE_COMMENT=121 +LOOKUP_FIELD_MULTILINE_COMMENT=122 +LOOKUP_FIELD_WS=123 +MVEXPAND_LINE_COMMENT=124 +MVEXPAND_MULTILINE_COMMENT=125 +MVEXPAND_WS=126 +ID_PATTERN=127 +PROJECT_LINE_COMMENT=128 +PROJECT_MULTILINE_COMMENT=129 +PROJECT_WS=130 +RENAME_LINE_COMMENT=131 +RENAME_MULTILINE_COMMENT=132 +RENAME_WS=133 +INFO=134 +SHOW_LINE_COMMENT=135 +SHOW_MULTILINE_COMMENT=136 +SHOW_WS=137 'enrich'=5 'explain'=6 'dissect'=7 @@ -144,20 +145,19 @@ SHOW_WS=136 'sort'=12 'stats'=13 'where'=14 -'from'=16 -'lookup'=19 -'mv_expand'=24 -'drop'=25 -'keep'=26 -'rename'=29 -'show'=30 -'on'=35 -'with'=36 -'|'=51 -'by'=55 -'and'=56 -'asc'=57 -'='=58 +'from'=17 +'lookup'=20 +'mv_expand'=25 +'drop'=26 +'keep'=27 +'rename'=30 +'show'=31 +'|'=50 +'and'=54 +'as'=55 +'asc'=56 +'='=57 +'by'=58 '::'=59 ':'=60 ','=61 @@ -172,29 +172,30 @@ SHOW_WS=136 'not'=70 'null'=71 'nulls'=72 -'or'=73 -'?'=74 -'rlike'=75 -'true'=76 -'=='=77 -'=~'=78 -'!='=79 -'<'=80 -'<='=81 -'>'=82 -'>='=83 -'+'=84 -'-'=85 -'*'=86 -'/'=87 -'%'=88 -'{'=89 -'}'=90 -'??'=91 -']'=95 -')'=97 -'metadata'=103 -'join'=111 -'USING'=112 -'as'=129 -'info'=133 +'on'=73 +'or'=74 +'?'=75 +'rlike'=76 +'true'=77 +'with'=78 +'=='=79 +'=~'=80 +'!='=81 +'<'=82 +'<='=83 +'>'=84 +'>='=85 +'+'=86 +'-'=87 +'*'=88 +'/'=89 +'%'=90 +'{'=91 +'}'=92 +'??'=93 +']'=97 +')'=99 +'metadata'=105 +'join'=113 +'USING'=114 +'info'=134 diff --git a/x-pack/plugin/esql/src/main/antlr/EsqlBaseParser.g4 b/x-pack/plugin/esql/src/main/antlr/EsqlBaseParser.g4 index d92e7ac8d2739..2f4cbe4e3059c 100644 --- a/x-pack/plugin/esql/src/main/antlr/EsqlBaseParser.g4 +++ b/x-pack/plugin/esql/src/main/antlr/EsqlBaseParser.g4 @@ -61,6 +61,7 @@ processingCommand | {this.isDevVersion()}? changePointCommand | {this.isDevVersion()}? insistCommand | {this.isDevVersion()}? forkCommand + | {this.isDevVersion()}? rerankCommand | {this.isDevVersion()}? rrfCommand ; @@ -288,3 +289,7 @@ forkSubQueryProcessingCommand rrfCommand : DEV_RRF ; + +rerankCommand + : DEV_RERANK queryText=constant ON fields WITH inferenceId=identifierOrParameter + ; diff --git a/x-pack/plugin/esql/src/main/antlr/EsqlBaseParser.tokens b/x-pack/plugin/esql/src/main/antlr/EsqlBaseParser.tokens index dd1d89c7b9f33..b001acbf4f02b 100644 --- a/x-pack/plugin/esql/src/main/antlr/EsqlBaseParser.tokens +++ b/x-pack/plugin/esql/src/main/antlr/EsqlBaseParser.tokens @@ -13,49 +13,49 @@ SORT=12 STATS=13 WHERE=14 DEV_INLINESTATS=15 -FROM=16 -DEV_TIME_SERIES=17 -DEV_FORK=18 -JOIN_LOOKUP=19 -DEV_JOIN_FULL=20 -DEV_JOIN_LEFT=21 -DEV_JOIN_RIGHT=22 -DEV_LOOKUP=23 -MV_EXPAND=24 -DROP=25 -KEEP=26 -DEV_INSIST=27 -DEV_RRF=28 -RENAME=29 -SHOW=30 -UNKNOWN_CMD=31 -CHANGE_POINT_LINE_COMMENT=32 -CHANGE_POINT_MULTILINE_COMMENT=33 -CHANGE_POINT_WS=34 -ON=35 -WITH=36 -ENRICH_POLICY_NAME=37 -ENRICH_LINE_COMMENT=38 -ENRICH_MULTILINE_COMMENT=39 -ENRICH_WS=40 -ENRICH_FIELD_LINE_COMMENT=41 -ENRICH_FIELD_MULTILINE_COMMENT=42 -ENRICH_FIELD_WS=43 -SETTING=44 -SETTING_LINE_COMMENT=45 -SETTTING_MULTILINE_COMMENT=46 -SETTING_WS=47 -EXPLAIN_WS=48 -EXPLAIN_LINE_COMMENT=49 -EXPLAIN_MULTILINE_COMMENT=50 -PIPE=51 -QUOTED_STRING=52 -INTEGER_LITERAL=53 -DECIMAL_LITERAL=54 -BY=55 -AND=56 -ASC=57 -ASSIGN=58 +DEV_RERANK=16 +FROM=17 +DEV_TIME_SERIES=18 +DEV_FORK=19 +JOIN_LOOKUP=20 +DEV_JOIN_FULL=21 +DEV_JOIN_LEFT=22 +DEV_JOIN_RIGHT=23 +DEV_LOOKUP=24 +MV_EXPAND=25 +DROP=26 +KEEP=27 +DEV_INSIST=28 +DEV_RRF=29 +RENAME=30 +SHOW=31 +UNKNOWN_CMD=32 +CHANGE_POINT_LINE_COMMENT=33 +CHANGE_POINT_MULTILINE_COMMENT=34 +CHANGE_POINT_WS=35 +ENRICH_POLICY_NAME=36 +ENRICH_LINE_COMMENT=37 +ENRICH_MULTILINE_COMMENT=38 +ENRICH_WS=39 +ENRICH_FIELD_LINE_COMMENT=40 +ENRICH_FIELD_MULTILINE_COMMENT=41 +ENRICH_FIELD_WS=42 +SETTING=43 +SETTING_LINE_COMMENT=44 +SETTTING_MULTILINE_COMMENT=45 +SETTING_WS=46 +EXPLAIN_WS=47 +EXPLAIN_LINE_COMMENT=48 +EXPLAIN_MULTILINE_COMMENT=49 +PIPE=50 +QUOTED_STRING=51 +INTEGER_LITERAL=52 +DECIMAL_LITERAL=53 +AND=54 +AS=55 +ASC=56 +ASSIGN=57 +BY=58 CAST_OP=59 COLON=60 COMMA=61 @@ -70,70 +70,71 @@ LIKE=69 NOT=70 NULL=71 NULLS=72 -OR=73 -PARAM=74 -RLIKE=75 -TRUE=76 -EQ=77 -CIEQ=78 -NEQ=79 -LT=80 -LTE=81 -GT=82 -GTE=83 -PLUS=84 -MINUS=85 -ASTERISK=86 -SLASH=87 -PERCENT=88 -LEFT_BRACES=89 -RIGHT_BRACES=90 -DOUBLE_PARAMS=91 -NAMED_OR_POSITIONAL_PARAM=92 -NAMED_OR_POSITIONAL_DOUBLE_PARAMS=93 -OPENING_BRACKET=94 -CLOSING_BRACKET=95 -LP=96 -RP=97 -UNQUOTED_IDENTIFIER=98 -QUOTED_IDENTIFIER=99 -EXPR_LINE_COMMENT=100 -EXPR_MULTILINE_COMMENT=101 -EXPR_WS=102 -METADATA=103 -UNQUOTED_SOURCE=104 -FROM_LINE_COMMENT=105 -FROM_MULTILINE_COMMENT=106 -FROM_WS=107 -FORK_WS=108 -FORK_LINE_COMMENT=109 -FORK_MULTILINE_COMMENT=110 -JOIN=111 -USING=112 -JOIN_LINE_COMMENT=113 -JOIN_MULTILINE_COMMENT=114 -JOIN_WS=115 -LOOKUP_LINE_COMMENT=116 -LOOKUP_MULTILINE_COMMENT=117 -LOOKUP_WS=118 -LOOKUP_FIELD_LINE_COMMENT=119 -LOOKUP_FIELD_MULTILINE_COMMENT=120 -LOOKUP_FIELD_WS=121 -MVEXPAND_LINE_COMMENT=122 -MVEXPAND_MULTILINE_COMMENT=123 -MVEXPAND_WS=124 -ID_PATTERN=125 -PROJECT_LINE_COMMENT=126 -PROJECT_MULTILINE_COMMENT=127 -PROJECT_WS=128 -AS=129 -RENAME_LINE_COMMENT=130 -RENAME_MULTILINE_COMMENT=131 -RENAME_WS=132 -INFO=133 -SHOW_LINE_COMMENT=134 -SHOW_MULTILINE_COMMENT=135 -SHOW_WS=136 +ON=73 +OR=74 +PARAM=75 +RLIKE=76 +TRUE=77 +WITH=78 +EQ=79 +CIEQ=80 +NEQ=81 +LT=82 +LTE=83 +GT=84 +GTE=85 +PLUS=86 +MINUS=87 +ASTERISK=88 +SLASH=89 +PERCENT=90 +LEFT_BRACES=91 +RIGHT_BRACES=92 +DOUBLE_PARAMS=93 +NAMED_OR_POSITIONAL_PARAM=94 +NAMED_OR_POSITIONAL_DOUBLE_PARAMS=95 +OPENING_BRACKET=96 +CLOSING_BRACKET=97 +LP=98 +RP=99 +UNQUOTED_IDENTIFIER=100 +QUOTED_IDENTIFIER=101 +EXPR_LINE_COMMENT=102 +EXPR_MULTILINE_COMMENT=103 +EXPR_WS=104 +METADATA=105 +UNQUOTED_SOURCE=106 +FROM_LINE_COMMENT=107 +FROM_MULTILINE_COMMENT=108 +FROM_WS=109 +FORK_WS=110 +FORK_LINE_COMMENT=111 +FORK_MULTILINE_COMMENT=112 +JOIN=113 +USING=114 +JOIN_LINE_COMMENT=115 +JOIN_MULTILINE_COMMENT=116 +JOIN_WS=117 +LOOKUP_LINE_COMMENT=118 +LOOKUP_MULTILINE_COMMENT=119 +LOOKUP_WS=120 +LOOKUP_FIELD_LINE_COMMENT=121 +LOOKUP_FIELD_MULTILINE_COMMENT=122 +LOOKUP_FIELD_WS=123 +MVEXPAND_LINE_COMMENT=124 +MVEXPAND_MULTILINE_COMMENT=125 +MVEXPAND_WS=126 +ID_PATTERN=127 +PROJECT_LINE_COMMENT=128 +PROJECT_MULTILINE_COMMENT=129 +PROJECT_WS=130 +RENAME_LINE_COMMENT=131 +RENAME_MULTILINE_COMMENT=132 +RENAME_WS=133 +INFO=134 +SHOW_LINE_COMMENT=135 +SHOW_MULTILINE_COMMENT=136 +SHOW_WS=137 'enrich'=5 'explain'=6 'dissect'=7 @@ -144,20 +145,19 @@ SHOW_WS=136 'sort'=12 'stats'=13 'where'=14 -'from'=16 -'lookup'=19 -'mv_expand'=24 -'drop'=25 -'keep'=26 -'rename'=29 -'show'=30 -'on'=35 -'with'=36 -'|'=51 -'by'=55 -'and'=56 -'asc'=57 -'='=58 +'from'=17 +'lookup'=20 +'mv_expand'=25 +'drop'=26 +'keep'=27 +'rename'=30 +'show'=31 +'|'=50 +'and'=54 +'as'=55 +'asc'=56 +'='=57 +'by'=58 '::'=59 ':'=60 ','=61 @@ -172,29 +172,30 @@ SHOW_WS=136 'not'=70 'null'=71 'nulls'=72 -'or'=73 -'?'=74 -'rlike'=75 -'true'=76 -'=='=77 -'=~'=78 -'!='=79 -'<'=80 -'<='=81 -'>'=82 -'>='=83 -'+'=84 -'-'=85 -'*'=86 -'/'=87 -'%'=88 -'{'=89 -'}'=90 -'??'=91 -']'=95 -')'=97 -'metadata'=103 -'join'=111 -'USING'=112 -'as'=129 -'info'=133 +'on'=73 +'or'=74 +'?'=75 +'rlike'=76 +'true'=77 +'with'=78 +'=='=79 +'=~'=80 +'!='=81 +'<'=82 +'<='=83 +'>'=84 +'>='=85 +'+'=86 +'-'=87 +'*'=88 +'/'=89 +'%'=90 +'{'=91 +'}'=92 +'??'=93 +']'=97 +')'=99 +'metadata'=105 +'join'=113 +'USING'=114 +'info'=134 diff --git a/x-pack/plugin/esql/src/main/antlr/lexer/Enrich.g4 b/x-pack/plugin/esql/src/main/antlr/lexer/Enrich.g4 index f1cc83cae7dfa..1bb2cfbf7282a 100644 --- a/x-pack/plugin/esql/src/main/antlr/lexer/Enrich.g4 +++ b/x-pack/plugin/esql/src/main/antlr/lexer/Enrich.g4 @@ -16,8 +16,8 @@ mode ENRICH_MODE; ENRICH_PIPE : PIPE -> type(PIPE), popMode; ENRICH_OPENING_BRACKET : OPENING_BRACKET -> type(OPENING_BRACKET), pushMode(SETTING_MODE); -ON : 'on' -> pushMode(ENRICH_FIELD_MODE); -WITH : 'with' -> pushMode(ENRICH_FIELD_MODE); +ENRICH_ON : ON -> type(ON), pushMode(ENRICH_FIELD_MODE); +ENRICH_WITH : WITH -> type(WITH), pushMode(ENRICH_FIELD_MODE); // similar to that of an index // see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html#indices-create-api-path-params diff --git a/x-pack/plugin/esql/src/main/antlr/lexer/Expression.g4 b/x-pack/plugin/esql/src/main/antlr/lexer/Expression.g4 index ecd4d65f63ead..897af4a4569e3 100644 --- a/x-pack/plugin/esql/src/main/antlr/lexer/Expression.g4 +++ b/x-pack/plugin/esql/src/main/antlr/lexer/Expression.g4 @@ -19,6 +19,7 @@ STATS : 'stats' -> pushMode(EXPRESSION_MODE); WHERE : 'where' -> pushMode(EXPRESSION_MODE); DEV_INLINESTATS : {this.isDevVersion()}? 'inlinestats' -> pushMode(EXPRESSION_MODE); +DEV_RERANK : {this.isDevVersion()}? 'rerank' -> pushMode(EXPRESSION_MODE); mode EXPRESSION_MODE; @@ -82,11 +83,12 @@ DECIMAL_LITERAL | DOT DIGIT+ EXPONENT ; -BY : 'by'; AND : 'and'; +AS: 'as'; ASC : 'asc'; ASSIGN : '='; +BY : 'by'; CAST_OP : '::'; COLON : ':'; COMMA : ','; @@ -101,10 +103,12 @@ LIKE: 'like'; NOT : 'not'; NULL : 'null'; NULLS : 'nulls'; +ON: 'on'; OR : 'or'; PARAM: '?'; RLIKE: 'rlike'; TRUE : 'true'; +WITH: 'with'; EQ : '=='; CIEQ : '=~'; diff --git a/x-pack/plugin/esql/src/main/antlr/lexer/Rename.g4 b/x-pack/plugin/esql/src/main/antlr/lexer/Rename.g4 index 335d1b351a47e..09b58fc55259b 100644 --- a/x-pack/plugin/esql/src/main/antlr/lexer/Rename.g4 +++ b/x-pack/plugin/esql/src/main/antlr/lexer/Rename.g4 @@ -22,7 +22,7 @@ RENAME_NAMED_OR_POSITIONAL_PARAM : NAMED_OR_POSITIONAL_PARAM -> type(NAMED_OR_PO RENAME_DOUBLE_PARAMS : DOUBLE_PARAMS -> type(DOUBLE_PARAMS); RENAME_NAMED_OR_POSITIONAL_DOUBLE_PARAMS : NAMED_OR_POSITIONAL_DOUBLE_PARAMS -> type(NAMED_OR_POSITIONAL_DOUBLE_PARAMS); -AS : 'as'; +RENAME_AS : AS -> type(AS); RENAME_ID_PATTERN : ID_PATTERN -> type(ID_PATTERN) diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java index 22615b4a60dad..3e4b0b50645ab 100644 --- a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java @@ -873,6 +873,11 @@ public enum Cap { */ FORK(Build.current().isSnapshot()), + /** + * Support for RERANK command + */ + RERANK(Build.current().isSnapshot()), + /** * Allow mixed numeric types in conditional functions - case, greatest and least */ diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/PositionToXContent.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/PositionToXContent.java index 36c0d1e0614ef..597b3021a1a13 100644 --- a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/PositionToXContent.java +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/PositionToXContent.java @@ -33,7 +33,7 @@ import static org.elasticsearch.xpack.esql.type.EsqlDataTypeConverter.spatialToString; import static org.elasticsearch.xpack.esql.type.EsqlDataTypeConverter.versionToString; -abstract class PositionToXContent { +public abstract class PositionToXContent { protected final Block block; PositionToXContent(Block block) { diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/analysis/Analyzer.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/analysis/Analyzer.java index 9349c0db3745b..7ab25d43dd8cb 100644 --- a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/analysis/Analyzer.java +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/analysis/Analyzer.java @@ -8,6 +8,7 @@ package org.elasticsearch.xpack.esql.analysis; import org.elasticsearch.common.logging.HeaderWarning; +import org.elasticsearch.common.logging.LoggerMessageFormat; import org.elasticsearch.compute.data.Block; import org.elasticsearch.core.Strings; import org.elasticsearch.index.IndexMode; @@ -27,6 +28,7 @@ import org.elasticsearch.xpack.esql.core.expression.FieldAttribute; import org.elasticsearch.xpack.esql.core.expression.FoldContext; import org.elasticsearch.xpack.esql.core.expression.Literal; +import org.elasticsearch.xpack.esql.core.expression.MetadataAttribute; import org.elasticsearch.xpack.esql.core.expression.NamedExpression; import org.elasticsearch.xpack.esql.core.expression.Nullability; import org.elasticsearch.xpack.esql.core.expression.ReferenceAttribute; @@ -67,6 +69,7 @@ import org.elasticsearch.xpack.esql.expression.predicate.operator.comparison.In; import org.elasticsearch.xpack.esql.index.EsIndex; import org.elasticsearch.xpack.esql.index.IndexResolution; +import org.elasticsearch.xpack.esql.inference.ResolvedInference; import org.elasticsearch.xpack.esql.parser.ParsingException; import org.elasticsearch.xpack.esql.plan.IndexPattern; import org.elasticsearch.xpack.esql.plan.logical.Aggregate; @@ -86,6 +89,8 @@ import org.elasticsearch.xpack.esql.plan.logical.Rename; import org.elasticsearch.xpack.esql.plan.logical.RrfScoreEval; import org.elasticsearch.xpack.esql.plan.logical.UnresolvedRelation; +import org.elasticsearch.xpack.esql.plan.logical.inference.InferencePlan; +import org.elasticsearch.xpack.esql.plan.logical.inference.Rerank; import org.elasticsearch.xpack.esql.plan.logical.join.Join; import org.elasticsearch.xpack.esql.plan.logical.join.JoinConfig; import org.elasticsearch.xpack.esql.plan.logical.join.JoinType; @@ -122,7 +127,6 @@ import static java.util.Collections.emptyList; import static java.util.Collections.singletonList; -import static org.elasticsearch.common.logging.LoggerMessageFormat.format; import static org.elasticsearch.xpack.core.enrich.EnrichPolicy.GEO_MATCH_TYPE; import static org.elasticsearch.xpack.esql.core.type.DataType.BOOLEAN; import static org.elasticsearch.xpack.esql.core.type.DataType.DATETIME; @@ -154,7 +158,15 @@ public class Analyzer extends ParameterizedRuleExecutor> RULES = List.of( - new Batch<>("Initialize", Limiter.ONCE, new ResolveTable(), new ResolveEnrich(), new ResolveLookupTables(), new ResolveFunctions()), + new Batch<>( + "Initialize", + Limiter.ONCE, + new ResolveTable(), + new ResolveEnrich(), + new ResolveInference(), + new ResolveLookupTables(), + new ResolveFunctions() + ), new Batch<>( "Resolution", /* @@ -380,6 +392,34 @@ private static NamedExpression createEnrichFieldExpression( } } + private static class ResolveInference extends ParameterizedAnalyzerRule { + @Override + protected LogicalPlan rule(InferencePlan plan, AnalyzerContext context) { + assert plan.inferenceId().resolved() && plan.inferenceId().foldable(); + + String inferenceId = plan.inferenceId().fold(FoldContext.small()).toString(); + ResolvedInference resolvedInference = context.inferenceResolution().getResolvedInference(inferenceId); + + if (resolvedInference != null && resolvedInference.taskType() == plan.taskType()) { + return plan; + } else if (resolvedInference != null) { + String error = "cannot use inference endpoint [" + + inferenceId + + "] with task type [" + + resolvedInference.taskType() + + "] within a " + + plan.nodeName() + + " command. Only inference endpoints with the task type [" + + plan.taskType() + + "] are supported."; + return plan.withInferenceResolutionError(inferenceId, error); + } else { + String error = context.inferenceResolution().getError(inferenceId); + return plan.withInferenceResolutionError(inferenceId, error); + } + } + } + private static class ResolveLookupTables extends ParameterizedAnalyzerRule { @Override @@ -491,6 +531,10 @@ protected LogicalPlan rule(LogicalPlan plan, AnalyzerContext context) { return resolveRrfScoreEval(rrf, childrenOutput); } + if (plan instanceof Rerank r) { + return resolveRerank(r, childrenOutput); + } + return plan.transformExpressionsOnly(UnresolvedAttribute.class, ua -> maybeResolveAttribute(ua, childrenOutput)); } @@ -670,6 +714,33 @@ private Join resolveLookupJoin(LookupJoin join) { return join; } + private LogicalPlan resolveRerank(Rerank rerank, List childrenOutput) { + List newFields = new ArrayList<>(); + boolean changed = false; + + // First resolving fields used in expression + for (Alias field : rerank.rerankFields()) { + Alias result = (Alias) field.transformUp(UnresolvedAttribute.class, ua -> resolveAttribute(ua, childrenOutput)); + newFields.add(result); + changed |= result != field; + } + + if (changed) { + rerank = rerank.withRerankFields(newFields); + } + + // Ensure the score attribute is present in the output. + if (rerank.scoreAttribute() instanceof UnresolvedAttribute ua) { + Attribute resolved = resolveAttribute(ua, childrenOutput); + if (resolved.resolved() == false || resolved.dataType() != DOUBLE) { + resolved = MetadataAttribute.create(Source.EMPTY, MetadataAttribute.SCORE); + } + rerank = rerank.withScoreAttribute(resolved); + } + + return rerank; + } + private List resolveUsingColumns(List cols, List output, String side) { List resolved = new ArrayList<>(cols.size()); for (Attribute col : cols) { @@ -987,7 +1058,7 @@ public static List projectionsForRename(Rename rename, List lookupResolution, - EnrichResolution enrichResolution + EnrichResolution enrichResolution, + InferenceResolution inferenceResolution ) { // Currently for tests only, since most do not test lookups // TODO: make this even simpler, remove the enrichResolution for tests that do not require it (most tests) @@ -26,8 +28,9 @@ public AnalyzerContext( Configuration configuration, EsqlFunctionRegistry functionRegistry, IndexResolution indexResolution, - EnrichResolution enrichResolution + EnrichResolution enrichResolution, + InferenceResolution inferenceResolution ) { - this(configuration, functionRegistry, indexResolution, Map.of(), enrichResolution); + this(configuration, functionRegistry, indexResolution, Map.of(), enrichResolution, inferenceResolution); } } diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/analysis/PreAnalyzer.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/analysis/PreAnalyzer.java index f98b51802fb62..92c0e548e579e 100644 --- a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/analysis/PreAnalyzer.java +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/analysis/PreAnalyzer.java @@ -12,6 +12,7 @@ import org.elasticsearch.xpack.esql.plan.logical.Enrich; import org.elasticsearch.xpack.esql.plan.logical.LogicalPlan; import org.elasticsearch.xpack.esql.plan.logical.UnresolvedRelation; +import org.elasticsearch.xpack.esql.plan.logical.inference.InferencePlan; import java.util.ArrayList; import java.util.HashSet; @@ -26,15 +27,22 @@ public class PreAnalyzer { public static class PreAnalysis { - public static final PreAnalysis EMPTY = new PreAnalysis(emptyList(), emptyList(), emptyList()); + public static final PreAnalysis EMPTY = new PreAnalysis(emptyList(), emptyList(), emptyList(), emptyList()); public final List indices; public final List enriches; + public final List inferencePlans; public final List lookupIndices; - public PreAnalysis(List indices, List enriches, List lookupIndices) { + public PreAnalysis( + List indices, + List enriches, + List inferencePlans, + List lookupIndices + ) { this.indices = indices; this.enriches = enriches; + this.inferencePlans = inferencePlans; this.lookupIndices = lookupIndices; } } @@ -52,13 +60,15 @@ protected PreAnalysis doPreAnalyze(LogicalPlan plan) { List unresolvedEnriches = new ArrayList<>(); List lookupIndices = new ArrayList<>(); + List unresolvedInferencePlans = new ArrayList<>(); plan.forEachUp(UnresolvedRelation.class, p -> (p.indexMode() == IndexMode.LOOKUP ? lookupIndices : indices).add(p.indexPattern())); plan.forEachUp(Enrich.class, unresolvedEnriches::add); + plan.forEachUp(InferencePlan.class, unresolvedInferencePlans::add); // mark plan as preAnalyzed (if it were marked, there would be no analysis) plan.forEachUp(LogicalPlan::setPreAnalyzed); - return new PreAnalysis(indices.stream().toList(), unresolvedEnriches, lookupIndices); + return new PreAnalysis(indices.stream().toList(), unresolvedEnriches, unresolvedInferencePlans, lookupIndices); } } diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/inference/InferenceResolution.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/inference/InferenceResolution.java new file mode 100644 index 0000000000000..501c1e816f5b5 --- /dev/null +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/inference/InferenceResolution.java @@ -0,0 +1,77 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +package org.elasticsearch.xpack.esql.inference; + +import org.elasticsearch.common.util.concurrent.ConcurrentCollections; + +import java.util.Collection; +import java.util.Collections; +import java.util.Map; + +public class InferenceResolution { + + public static final InferenceResolution EMPTY = new InferenceResolution.Builder().build(); + + public static InferenceResolution.Builder builder() { + return new Builder(); + } + + private final Map resolvedInferences; + private final Map errors; + + private InferenceResolution(Map resolvedInferences, Map errors) { + this.resolvedInferences = Collections.unmodifiableMap(resolvedInferences); + this.errors = Collections.unmodifiableMap(errors); + } + + public ResolvedInference getResolvedInference(String inferenceId) { + return resolvedInferences.get(inferenceId); + } + + public Collection resolvedInferences() { + return resolvedInferences.values(); + } + + public boolean hasError() { + return errors.isEmpty() == false; + } + + public String getError(String inferenceId) { + final String error = errors.get(inferenceId); + if (error != null) { + return error; + } else { + return "unresolved inference [" + inferenceId + "]"; + } + } + + public static class Builder { + + private final Map resolvedInferences; + private final Map errors; + + private Builder() { + this.resolvedInferences = ConcurrentCollections.newConcurrentMap(); + this.errors = ConcurrentCollections.newConcurrentMap(); + } + + public Builder withResolvedInference(ResolvedInference resolvedInference) { + resolvedInferences.putIfAbsent(resolvedInference.inferenceId(), resolvedInference); + return this; + } + + public Builder withError(String inferenceId, String reason) { + errors.putIfAbsent(inferenceId, reason); + return this; + } + + public InferenceResolution build() { + return new InferenceResolution(resolvedInferences, errors); + } + } +} diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/inference/InferenceRunner.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/inference/InferenceRunner.java new file mode 100644 index 0000000000000..580fa2347a09e --- /dev/null +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/inference/InferenceRunner.java @@ -0,0 +1,78 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +package org.elasticsearch.xpack.esql.inference; + +import org.elasticsearch.action.ActionListener; +import org.elasticsearch.action.support.CountDownActionListener; +import org.elasticsearch.client.internal.Client; +import org.elasticsearch.common.util.concurrent.ThreadContext; +import org.elasticsearch.inference.TaskType; +import org.elasticsearch.xpack.core.inference.action.GetInferenceModelAction; +import org.elasticsearch.xpack.core.inference.action.InferenceAction; +import org.elasticsearch.xpack.esql.core.expression.FoldContext; +import org.elasticsearch.xpack.esql.plan.logical.inference.InferencePlan; + +import java.util.List; +import java.util.Set; +import java.util.stream.Collectors; + +public class InferenceRunner { + + private final Client client; + + public InferenceRunner(Client client) { + this.client = client; + } + + public ThreadContext getThreadContext() { + return client.threadPool().getThreadContext(); + } + + public void resolveInferenceIds(List plans, ActionListener listener) { + resolveInferenceIds(plans.stream().map(InferenceRunner::planInferenceId).collect(Collectors.toSet()), listener); + + } + + private void resolveInferenceIds(Set inferenceIds, ActionListener listener) { + + if (inferenceIds.isEmpty()) { + listener.onResponse(InferenceResolution.EMPTY); + return; + } + + final InferenceResolution.Builder inferenceResolutionBuilder = InferenceResolution.builder(); + + final CountDownActionListener countdownListener = new CountDownActionListener( + inferenceIds.size(), + ActionListener.wrap(_r -> listener.onResponse(inferenceResolutionBuilder.build()), listener::onFailure) + ); + + for (var inferenceId : inferenceIds) { + client.execute( + GetInferenceModelAction.INSTANCE, + new GetInferenceModelAction.Request(inferenceId, TaskType.ANY), + ActionListener.wrap(r -> { + ResolvedInference resolvedInference = new ResolvedInference(inferenceId, r.getEndpoints().getFirst().getTaskType()); + inferenceResolutionBuilder.withResolvedInference(resolvedInference); + countdownListener.onResponse(null); + }, e -> { + inferenceResolutionBuilder.withError(inferenceId, e.getMessage()); + countdownListener.onResponse(null); + }) + ); + } + } + + private static String planInferenceId(InferencePlan plan) { + return plan.inferenceId().fold(FoldContext.small()).toString(); + } + + public void doInference(InferenceAction.Request request, ActionListener listener) { + client.execute(InferenceAction.INSTANCE, request, listener); + } +} diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/inference/RerankOperator.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/inference/RerankOperator.java new file mode 100644 index 0000000000000..00f4261b4707a --- /dev/null +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/inference/RerankOperator.java @@ -0,0 +1,198 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +package org.elasticsearch.xpack.esql.inference; + +import org.apache.lucene.util.BytesRef; +import org.elasticsearch.action.ActionListener; +import org.elasticsearch.common.lucene.BytesRefs; +import org.elasticsearch.compute.data.Block; +import org.elasticsearch.compute.data.BlockFactory; +import org.elasticsearch.compute.data.BytesRefBlock; +import org.elasticsearch.compute.data.DoubleBlock; +import org.elasticsearch.compute.data.Page; +import org.elasticsearch.compute.operator.AsyncOperator; +import org.elasticsearch.compute.operator.DriverContext; +import org.elasticsearch.compute.operator.EvalOperator.ExpressionEvaluator; +import org.elasticsearch.compute.operator.Operator; +import org.elasticsearch.core.Releasables; +import org.elasticsearch.inference.TaskType; +import org.elasticsearch.xpack.core.inference.action.InferenceAction; +import org.elasticsearch.xpack.core.inference.results.RankedDocsResults; + +import java.util.List; + +public class RerankOperator extends AsyncOperator { + + // Move to a setting. + private static final int MAX_INFERENCE_WORKER = 10; + + public record Factory( + InferenceRunner inferenceRunner, + String inferenceId, + String queryText, + ExpressionEvaluator.Factory rowEncoderFactory, + int scoreChannel + ) implements OperatorFactory { + + @Override + public String describe() { + return "RerankOperator[inference_id=[" + inferenceId + "], query=[" + queryText + "], score_channel=[" + scoreChannel + "]]"; + } + + @Override + public Operator get(DriverContext driverContext) { + return new RerankOperator( + driverContext, + inferenceRunner, + inferenceId, + queryText, + rowEncoderFactory().get(driverContext), + scoreChannel + ); + } + } + + private final InferenceRunner inferenceRunner; + private final BlockFactory blockFactory; + private final String inferenceId; + private final String queryText; + private final ExpressionEvaluator rowEncoder; + private final int scoreChannel; + + public RerankOperator( + DriverContext driverContext, + InferenceRunner inferenceRunner, + String inferenceId, + String queryText, + ExpressionEvaluator rowEncoder, + int scoreChannel + ) { + super(driverContext, inferenceRunner.getThreadContext(), MAX_INFERENCE_WORKER); + + assert inferenceRunner.getThreadContext() != null; + + this.blockFactory = driverContext.blockFactory(); + this.inferenceRunner = inferenceRunner; + this.inferenceId = inferenceId; + this.queryText = queryText; + this.rowEncoder = rowEncoder; + this.scoreChannel = scoreChannel; + } + + @Override + protected void performAsync(Page inputPage, ActionListener listener) { + // Ensure input page blocks are released when the listener is called. + final ActionListener outputListener = ActionListener.runAfter(listener, () -> { releasePageOnAnyThread(inputPage); }); + + try { + inferenceRunner.doInference( + buildInferenceRequest(inputPage), + ActionListener.wrap( + inferenceResponse -> outputListener.onResponse(buildOutput(inputPage, inferenceResponse)), + outputListener::onFailure + ) + ); + } catch (Exception e) { + outputListener.onFailure(e); + } + } + + @Override + protected void doClose() { + Releasables.closeExpectNoException(rowEncoder); + } + + @Override + protected void releaseFetchedOnAnyThread(Page page) { + releasePageOnAnyThread(page); + } + + @Override + public Page getOutput() { + return fetchFromBuffer(); + } + + @Override + public String toString() { + return "RerankOperator[inference_id=[" + inferenceId + "], query=[" + queryText + "], score_channel=[" + scoreChannel + "]]"; + } + + private Page buildOutput(Page inputPage, InferenceAction.Response inferenceResponse) { + if (inferenceResponse.getResults() instanceof RankedDocsResults rankedDocsResults) { + return buildOutput(inputPage, rankedDocsResults); + + } + + throw new IllegalStateException( + "Inference result has wrong type. Got [" + + inferenceResponse.getResults().getClass() + + "] while expecting [" + + RankedDocsResults.class + + "]" + ); + } + + private Page buildOutput(Page inputPage, RankedDocsResults rankedDocsResults) { + int blockCount = Integer.max(inputPage.getBlockCount(), scoreChannel + 1); + Block[] blocks = new Block[blockCount]; + + try { + for (int b = 0; b < blockCount; b++) { + if (b == scoreChannel) { + blocks[b] = buildScoreBlock(inputPage, rankedDocsResults); + } else { + blocks[b] = inputPage.getBlock(b); + blocks[b].incRef(); + } + } + return new Page(blocks); + } catch (Exception e) { + Releasables.closeExpectNoException(blocks); + throw (e); + } + } + + private Block buildScoreBlock(Page inputPage, RankedDocsResults rankedDocsResults) { + Double[] sortedRankedDocsScores = new Double[inputPage.getPositionCount()]; + + try (DoubleBlock.Builder scoreBlockFactory = blockFactory.newDoubleBlockBuilder(inputPage.getPositionCount())) { + for (RankedDocsResults.RankedDoc rankedDoc : rankedDocsResults.getRankedDocs()) { + sortedRankedDocsScores[rankedDoc.index()] = (double) rankedDoc.relevanceScore(); + } + + for (int pos = 0; pos < inputPage.getPositionCount(); pos++) { + if (sortedRankedDocsScores[pos] != null) { + scoreBlockFactory.appendDouble(sortedRankedDocsScores[pos]); + } else { + scoreBlockFactory.appendNull(); + } + } + + return scoreBlockFactory.build(); + } + } + + private InferenceAction.Request buildInferenceRequest(Page inputPage) { + try (BytesRefBlock encodedRowsBlock = (BytesRefBlock) rowEncoder.eval(inputPage)) { + assert (encodedRowsBlock.getPositionCount() == inputPage.getPositionCount()); + String[] inputs = new String[inputPage.getPositionCount()]; + BytesRef buffer = new BytesRef(); + + for (int pos = 0; pos < inputPage.getPositionCount(); pos++) { + if (encodedRowsBlock.isNull(pos)) { + inputs[pos] = ""; + } else { + buffer = encodedRowsBlock.getBytesRef(encodedRowsBlock.getFirstValueIndex(pos), buffer); + inputs[pos] = BytesRefs.toString(buffer); + } + } + + return InferenceAction.Request.builder(inferenceId, TaskType.RERANK).setInput(List.of(inputs)).setQuery(queryText).build(); + } + } +} diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/inference/ResolvedInference.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/inference/ResolvedInference.java new file mode 100644 index 0000000000000..455ed6488379a --- /dev/null +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/inference/ResolvedInference.java @@ -0,0 +1,28 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +package org.elasticsearch.xpack.esql.inference; + +import org.elasticsearch.common.io.stream.StreamInput; +import org.elasticsearch.common.io.stream.StreamOutput; +import org.elasticsearch.common.io.stream.Writeable; +import org.elasticsearch.inference.TaskType; + +import java.io.IOException; + +public record ResolvedInference(String inferenceId, TaskType taskType) implements Writeable { + + public ResolvedInference(StreamInput in) throws IOException { + this(in.readString(), TaskType.valueOf(in.readString())); + } + + @Override + public void writeTo(StreamOutput out) throws IOException { + out.writeString(inferenceId); + out.writeString(taskType.name()); + } +} diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/inference/XContentRowEncoder.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/inference/XContentRowEncoder.java new file mode 100644 index 0000000000000..f6c625752110a --- /dev/null +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/inference/XContentRowEncoder.java @@ -0,0 +1,145 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +package org.elasticsearch.xpack.esql.inference; + +import org.apache.lucene.util.BytesRef; +import org.elasticsearch.common.io.stream.BytesRefStreamOutput; +import org.elasticsearch.compute.data.Block; +import org.elasticsearch.compute.data.BlockFactory; +import org.elasticsearch.compute.data.BytesRefBlock; +import org.elasticsearch.compute.data.Page; +import org.elasticsearch.compute.operator.DriverContext; +import org.elasticsearch.compute.operator.EvalOperator.ExpressionEvaluator; +import org.elasticsearch.core.Releasables; +import org.elasticsearch.xcontent.ToXContent; +import org.elasticsearch.xcontent.XContentBuilder; +import org.elasticsearch.xcontent.XContentFactory; +import org.elasticsearch.xcontent.XContentType; +import org.elasticsearch.xpack.esql.action.ColumnInfoImpl; +import org.elasticsearch.xpack.esql.action.PositionToXContent; + +import java.io.IOException; +import java.io.UncheckedIOException; +import java.util.Arrays; +import java.util.List; +import java.util.Map; +import java.util.stream.Collectors; + +/** + * Encodes rows into an XContent format (JSON,YAML,...) for further processing. + * Extracted columns can be specified using {@link ExpressionEvaluator} + */ +public class XContentRowEncoder implements ExpressionEvaluator { + private final XContentType xContentType; + private final BlockFactory blockFactory; + private final ColumnInfoImpl[] columnsInfo; + private final ExpressionEvaluator[] fieldsValueEvaluators; + + /** + * Creates a factory for YAML XContent row encoding. + * + * @param fieldsEvaluatorFactories A map of column information to expression evaluators. + * @return A Factory instance for creating YAML row encoder for the specified column. + */ + public static Factory yamlRowEncoderFactory(Map fieldsEvaluatorFactories) { + return new Factory(XContentType.YAML, fieldsEvaluatorFactories); + } + + private XContentRowEncoder( + XContentType xContentType, + BlockFactory blockFactory, + ColumnInfoImpl[] columnsInfo, + ExpressionEvaluator[] fieldsValueEvaluators + ) { + assert columnsInfo.length == fieldsValueEvaluators.length; + this.xContentType = xContentType; + this.blockFactory = blockFactory; + this.columnsInfo = columnsInfo; + this.fieldsValueEvaluators = fieldsValueEvaluators; + } + + @Override + public void close() { + Releasables.closeExpectNoException(fieldsValueEvaluators); + } + + /** + * Process the provided Page and encode its rows into a BytesRefBlock containing XContent-formatted rows. + * + * @param page The input Page containing row data. + * @return A BytesRefBlock containing the encoded rows. + */ + @Override + public BytesRefBlock eval(Page page) { + Block[] fieldValueBlocks = new Block[fieldsValueEvaluators.length]; + try ( + BytesRefStreamOutput outputStream = new BytesRefStreamOutput(); + XContentBuilder xContentBuilder = XContentFactory.contentBuilder(xContentType, outputStream); + BytesRefBlock.Builder outputBlockBuilder = blockFactory.newBytesRefBlockBuilder(page.getPositionCount()); + ) { + + PositionToXContent[] toXContents = new PositionToXContent[fieldsValueEvaluators.length]; + for (int b = 0; b < fieldValueBlocks.length; b++) { + fieldValueBlocks[b] = fieldsValueEvaluators[b].eval(page); + toXContents[b] = PositionToXContent.positionToXContent(columnsInfo[b], fieldValueBlocks[b], new BytesRef()); + } + + for (int pos = 0; pos < page.getPositionCount(); pos++) { + xContentBuilder.startObject(); + for (int i = 0; i < fieldValueBlocks.length; i++) { + String fieldName = columnsInfo[i].name(); + Block currentBlock = fieldValueBlocks[i]; + if (currentBlock.isNull(pos) || currentBlock.getValueCount(pos) < 1) { + continue; + } + toXContents[i].positionToXContent(xContentBuilder.field(fieldName), ToXContent.EMPTY_PARAMS, pos); + } + xContentBuilder.endObject().flush(); + outputBlockBuilder.appendBytesRef(outputStream.get()); + outputStream.reset(); + } + + return outputBlockBuilder.build(); + } catch (IOException e) { + throw new UncheckedIOException(e); + } finally { + Releasables.closeExpectNoException(fieldValueBlocks); + } + } + + public List fieldNames() { + return Arrays.stream(columnsInfo).map(ColumnInfoImpl::name).collect(Collectors.toList()); + } + + @Override + public String toString() { + return "XContentRowEncoder[content_type=[" + xContentType.toString() + "], field_names=" + fieldNames() + "]"; + } + + public static class Factory implements ExpressionEvaluator.Factory { + private final XContentType xContentType; + private final Map fieldsEvaluatorFactories; + + private Factory(XContentType xContentType, Map fieldsEvaluatorFactories) { + this.xContentType = xContentType; + this.fieldsEvaluatorFactories = fieldsEvaluatorFactories; + } + + public XContentRowEncoder get(DriverContext context) { + return new XContentRowEncoder(xContentType, context.blockFactory(), columnsInfo(), fieldsValueEvaluators(context)); + } + + private ColumnInfoImpl[] columnsInfo() { + return fieldsEvaluatorFactories.keySet().toArray(ColumnInfoImpl[]::new); + } + + private ExpressionEvaluator[] fieldsValueEvaluators(DriverContext context) { + return fieldsEvaluatorFactories.values().stream().map(factory -> factory.get(context)).toArray(ExpressionEvaluator[]::new); + } + } +} diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseLexer.interp b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseLexer.interp index e50d02e1b5485..1736bfb33f84d 100644 --- a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseLexer.interp +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseLexer.interp @@ -15,6 +15,7 @@ null 'stats' 'where' null +null 'from' null null @@ -34,8 +35,6 @@ null null null null -'on' -'with' null null null @@ -54,10 +53,11 @@ null null null null -'by' 'and' +'as' 'asc' '=' +'by' '::' ':' ',' @@ -72,10 +72,12 @@ null 'not' 'null' 'nulls' +'on' 'or' '?' 'rlike' 'true' +'with' '==' '=~' '!=' @@ -128,7 +130,6 @@ null null null null -'as' null null null @@ -154,6 +155,7 @@ SORT STATS WHERE DEV_INLINESTATS +DEV_RERANK FROM DEV_TIME_SERIES DEV_FORK @@ -173,8 +175,6 @@ UNKNOWN_CMD CHANGE_POINT_LINE_COMMENT CHANGE_POINT_MULTILINE_COMMENT CHANGE_POINT_WS -ON -WITH ENRICH_POLICY_NAME ENRICH_LINE_COMMENT ENRICH_MULTILINE_COMMENT @@ -193,10 +193,11 @@ PIPE QUOTED_STRING INTEGER_LITERAL DECIMAL_LITERAL -BY AND +AS ASC ASSIGN +BY CAST_OP COLON COMMA @@ -211,10 +212,12 @@ LIKE NOT NULL NULLS +ON OR PARAM RLIKE TRUE +WITH EQ CIEQ NEQ @@ -267,7 +270,6 @@ ID_PATTERN PROJECT_LINE_COMMENT PROJECT_MULTILINE_COMMENT PROJECT_WS -AS RENAME_LINE_COMMENT RENAME_MULTILINE_COMMENT RENAME_WS @@ -292,6 +294,7 @@ SORT STATS WHERE DEV_INLINESTATS +DEV_RERANK FROM DEV_TIME_SERIES DEV_FORK @@ -320,8 +323,8 @@ CHANGE_POINT_MULTILINE_COMMENT CHANGE_POINT_WS ENRICH_PIPE ENRICH_OPENING_BRACKET -ON -WITH +ENRICH_ON +ENRICH_WITH ENRICH_POLICY_NAME_BODY ENRICH_POLICY_NAME ENRICH_MODE_UNQUOTED_VALUE @@ -367,10 +370,11 @@ UNQUOTED_ID_BODY QUOTED_STRING INTEGER_LITERAL DECIMAL_LITERAL -BY AND +AS ASC ASSIGN +BY CAST_OP COLON COMMA @@ -385,10 +389,12 @@ LIKE NOT NULL NULLS +ON OR PARAM RLIKE TRUE +WITH EQ CIEQ NEQ @@ -499,7 +505,7 @@ RENAME_PARAM RENAME_NAMED_OR_POSITIONAL_PARAM RENAME_DOUBLE_PARAMS RENAME_NAMED_OR_POSITIONAL_DOUBLE_PARAMS -AS +RENAME_AS RENAME_ID_PATTERN RENAME_LINE_COMMENT RENAME_MULTILINE_COMMENT @@ -533,4 +539,4 @@ RENAME_MODE SHOW_MODE atn: -[4, 0, 136, 1729, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 2, 59, 7, 59, 2, 60, 7, 60, 2, 61, 7, 61, 2, 62, 7, 62, 2, 63, 7, 63, 2, 64, 7, 64, 2, 65, 7, 65, 2, 66, 7, 66, 2, 67, 7, 67, 2, 68, 7, 68, 2, 69, 7, 69, 2, 70, 7, 70, 2, 71, 7, 71, 2, 72, 7, 72, 2, 73, 7, 73, 2, 74, 7, 74, 2, 75, 7, 75, 2, 76, 7, 76, 2, 77, 7, 77, 2, 78, 7, 78, 2, 79, 7, 79, 2, 80, 7, 80, 2, 81, 7, 81, 2, 82, 7, 82, 2, 83, 7, 83, 2, 84, 7, 84, 2, 85, 7, 85, 2, 86, 7, 86, 2, 87, 7, 87, 2, 88, 7, 88, 2, 89, 7, 89, 2, 90, 7, 90, 2, 91, 7, 91, 2, 92, 7, 92, 2, 93, 7, 93, 2, 94, 7, 94, 2, 95, 7, 95, 2, 96, 7, 96, 2, 97, 7, 97, 2, 98, 7, 98, 2, 99, 7, 99, 2, 100, 7, 100, 2, 101, 7, 101, 2, 102, 7, 102, 2, 103, 7, 103, 2, 104, 7, 104, 2, 105, 7, 105, 2, 106, 7, 106, 2, 107, 7, 107, 2, 108, 7, 108, 2, 109, 7, 109, 2, 110, 7, 110, 2, 111, 7, 111, 2, 112, 7, 112, 2, 113, 7, 113, 2, 114, 7, 114, 2, 115, 7, 115, 2, 116, 7, 116, 2, 117, 7, 117, 2, 118, 7, 118, 2, 119, 7, 119, 2, 120, 7, 120, 2, 121, 7, 121, 2, 122, 7, 122, 2, 123, 7, 123, 2, 124, 7, 124, 2, 125, 7, 125, 2, 126, 7, 126, 2, 127, 7, 127, 2, 128, 7, 128, 2, 129, 7, 129, 2, 130, 7, 130, 2, 131, 7, 131, 2, 132, 7, 132, 2, 133, 7, 133, 2, 134, 7, 134, 2, 135, 7, 135, 2, 136, 7, 136, 2, 137, 7, 137, 2, 138, 7, 138, 2, 139, 7, 139, 2, 140, 7, 140, 2, 141, 7, 141, 2, 142, 7, 142, 2, 143, 7, 143, 2, 144, 7, 144, 2, 145, 7, 145, 2, 146, 7, 146, 2, 147, 7, 147, 2, 148, 7, 148, 2, 149, 7, 149, 2, 150, 7, 150, 2, 151, 7, 151, 2, 152, 7, 152, 2, 153, 7, 153, 2, 154, 7, 154, 2, 155, 7, 155, 2, 156, 7, 156, 2, 157, 7, 157, 2, 158, 7, 158, 2, 159, 7, 159, 2, 160, 7, 160, 2, 161, 7, 161, 2, 162, 7, 162, 2, 163, 7, 163, 2, 164, 7, 164, 2, 165, 7, 165, 2, 166, 7, 166, 2, 167, 7, 167, 2, 168, 7, 168, 2, 169, 7, 169, 2, 170, 7, 170, 2, 171, 7, 171, 2, 172, 7, 172, 2, 173, 7, 173, 2, 174, 7, 174, 2, 175, 7, 175, 2, 176, 7, 176, 2, 177, 7, 177, 2, 178, 7, 178, 2, 179, 7, 179, 2, 180, 7, 180, 2, 181, 7, 181, 2, 182, 7, 182, 2, 183, 7, 183, 2, 184, 7, 184, 2, 185, 7, 185, 2, 186, 7, 186, 2, 187, 7, 187, 2, 188, 7, 188, 2, 189, 7, 189, 2, 190, 7, 190, 2, 191, 7, 191, 2, 192, 7, 192, 2, 193, 7, 193, 2, 194, 7, 194, 2, 195, 7, 195, 2, 196, 7, 196, 2, 197, 7, 197, 2, 198, 7, 198, 2, 199, 7, 199, 2, 200, 7, 200, 2, 201, 7, 201, 2, 202, 7, 202, 2, 203, 7, 203, 2, 204, 7, 204, 2, 205, 7, 205, 2, 206, 7, 206, 2, 207, 7, 207, 2, 208, 7, 208, 2, 209, 7, 209, 2, 210, 7, 210, 2, 211, 7, 211, 2, 212, 7, 212, 2, 213, 7, 213, 2, 214, 7, 214, 2, 215, 7, 215, 2, 216, 7, 216, 2, 217, 7, 217, 2, 218, 7, 218, 2, 219, 7, 219, 2, 220, 7, 220, 2, 221, 7, 221, 2, 222, 7, 222, 2, 223, 7, 223, 2, 224, 7, 224, 2, 225, 7, 225, 2, 226, 7, 226, 2, 227, 7, 227, 2, 228, 7, 228, 2, 229, 7, 229, 2, 230, 7, 230, 2, 231, 7, 231, 1, 0, 1, 0, 1, 0, 1, 0, 5, 0, 485, 8, 0, 10, 0, 12, 0, 488, 9, 0, 1, 0, 3, 0, 491, 8, 0, 1, 0, 3, 0, 494, 8, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 503, 8, 1, 10, 1, 12, 1, 506, 9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 4, 2, 514, 8, 2, 11, 2, 12, 2, 515, 1, 2, 1, 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, 1, 3, 1, 3, 1, 3, 1, 3, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 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, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 25, 1, 25, 1, 25, 1, 25, 1, 25, 1, 25, 1, 25, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 30, 4, 30, 760, 8, 30, 11, 30, 12, 30, 761, 1, 30, 1, 30, 1, 31, 1, 31, 1, 31, 1, 31, 1, 31, 1, 32, 1, 32, 1, 32, 1, 32, 1, 33, 1, 33, 1, 33, 1, 33, 1, 34, 1, 34, 1, 34, 1, 34, 1, 35, 1, 35, 1, 35, 1, 35, 1, 36, 1, 36, 1, 36, 1, 36, 1, 37, 1, 37, 1, 37, 1, 37, 1, 38, 1, 38, 1, 38, 1, 38, 1, 39, 1, 39, 1, 39, 1, 39, 1, 40, 1, 40, 1, 40, 1, 40, 1, 41, 1, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 45, 1, 45, 1, 46, 4, 46, 832, 8, 46, 11, 46, 12, 46, 833, 1, 46, 1, 46, 3, 46, 838, 8, 46, 1, 46, 4, 46, 841, 8, 46, 11, 46, 12, 46, 842, 1, 47, 1, 47, 1, 47, 1, 47, 1, 48, 1, 48, 1, 48, 1, 48, 1, 49, 1, 49, 1, 49, 1, 49, 1, 50, 1, 50, 1, 50, 1, 50, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 1, 52, 1, 53, 1, 53, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 1, 54, 1, 55, 1, 55, 1, 55, 1, 55, 1, 56, 1, 56, 1, 56, 1, 56, 1, 57, 1, 57, 1, 57, 1, 57, 1, 58, 1, 58, 1, 58, 1, 58, 1, 59, 1, 59, 1, 59, 1, 59, 1, 60, 1, 60, 1, 60, 1, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 62, 1, 62, 1, 62, 1, 62, 1, 63, 1, 63, 1, 63, 1, 63, 1, 64, 1, 64, 1, 64, 1, 64, 1, 65, 1, 65, 1, 65, 1, 65, 1, 65, 1, 66, 1, 66, 1, 66, 1, 66, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 4, 67, 933, 8, 67, 11, 67, 12, 67, 934, 1, 68, 1, 68, 1, 68, 1, 68, 1, 69, 1, 69, 1, 69, 1, 69, 1, 70, 1, 70, 1, 70, 1, 70, 1, 71, 1, 71, 1, 71, 1, 71, 1, 71, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 73, 1, 73, 1, 73, 1, 73, 1, 74, 1, 74, 1, 74, 1, 74, 1, 75, 1, 75, 1, 75, 1, 75, 1, 76, 1, 76, 1, 76, 1, 76, 1, 77, 1, 77, 1, 78, 1, 78, 1, 79, 1, 79, 1, 79, 1, 80, 1, 80, 1, 81, 1, 81, 3, 81, 986, 8, 81, 1, 81, 4, 81, 989, 8, 81, 11, 81, 12, 81, 990, 1, 82, 1, 82, 1, 83, 1, 83, 1, 84, 1, 84, 1, 84, 3, 84, 1000, 8, 84, 1, 85, 1, 85, 1, 86, 1, 86, 1, 86, 3, 86, 1007, 8, 86, 1, 87, 1, 87, 1, 87, 5, 87, 1012, 8, 87, 10, 87, 12, 87, 1015, 9, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 5, 87, 1023, 8, 87, 10, 87, 12, 87, 1026, 9, 87, 1, 87, 1, 87, 1, 87, 1, 87, 1, 87, 3, 87, 1033, 8, 87, 1, 87, 3, 87, 1036, 8, 87, 3, 87, 1038, 8, 87, 1, 88, 4, 88, 1041, 8, 88, 11, 88, 12, 88, 1042, 1, 89, 4, 89, 1046, 8, 89, 11, 89, 12, 89, 1047, 1, 89, 1, 89, 5, 89, 1052, 8, 89, 10, 89, 12, 89, 1055, 9, 89, 1, 89, 1, 89, 4, 89, 1059, 8, 89, 11, 89, 12, 89, 1060, 1, 89, 4, 89, 1064, 8, 89, 11, 89, 12, 89, 1065, 1, 89, 1, 89, 5, 89, 1070, 8, 89, 10, 89, 12, 89, 1073, 9, 89, 3, 89, 1075, 8, 89, 1, 89, 1, 89, 1, 89, 1, 89, 4, 89, 1081, 8, 89, 11, 89, 12, 89, 1082, 1, 89, 1, 89, 3, 89, 1087, 8, 89, 1, 90, 1, 90, 1, 90, 1, 91, 1, 91, 1, 91, 1, 91, 1, 92, 1, 92, 1, 92, 1, 92, 1, 93, 1, 93, 1, 94, 1, 94, 1, 94, 1, 95, 1, 95, 1, 96, 1, 96, 1, 97, 1, 97, 1, 97, 1, 97, 1, 97, 1, 98, 1, 98, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 100, 1, 101, 1, 101, 1, 101, 1, 102, 1, 102, 1, 102, 1, 103, 1, 103, 1, 103, 1, 103, 1, 103, 1, 104, 1, 104, 1, 104, 1, 104, 1, 104, 1, 105, 1, 105, 1, 105, 1, 105, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 107, 1, 108, 1, 108, 1, 108, 1, 109, 1, 109, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 1, 110, 1, 111, 1, 111, 1, 111, 1, 111, 1, 111, 1, 112, 1, 112, 1, 112, 1, 113, 1, 113, 1, 113, 1, 114, 1, 114, 1, 114, 1, 115, 1, 115, 1, 116, 1, 116, 1, 116, 1, 117, 1, 117, 1, 118, 1, 118, 1, 118, 1, 119, 1, 119, 1, 120, 1, 120, 1, 121, 1, 121, 1, 122, 1, 122, 1, 123, 1, 123, 1, 124, 1, 124, 1, 125, 1, 125, 1, 126, 1, 126, 1, 126, 1, 127, 1, 127, 1, 127, 1, 127, 1, 128, 1, 128, 1, 128, 3, 128, 1218, 8, 128, 1, 128, 5, 128, 1221, 8, 128, 10, 128, 12, 128, 1224, 9, 128, 1, 128, 1, 128, 4, 128, 1228, 8, 128, 11, 128, 12, 128, 1229, 3, 128, 1232, 8, 128, 1, 129, 1, 129, 1, 129, 3, 129, 1237, 8, 129, 1, 129, 5, 129, 1240, 8, 129, 10, 129, 12, 129, 1243, 9, 129, 1, 129, 1, 129, 4, 129, 1247, 8, 129, 11, 129, 12, 129, 1248, 3, 129, 1251, 8, 129, 1, 130, 1, 130, 1, 130, 1, 130, 1, 130, 1, 131, 1, 131, 1, 131, 1, 131, 1, 131, 1, 132, 1, 132, 1, 132, 1, 132, 1, 132, 1, 133, 1, 133, 1, 133, 1, 133, 1, 133, 1, 134, 1, 134, 5, 134, 1275, 8, 134, 10, 134, 12, 134, 1278, 9, 134, 1, 134, 1, 134, 3, 134, 1282, 8, 134, 1, 134, 4, 134, 1285, 8, 134, 11, 134, 12, 134, 1286, 3, 134, 1289, 8, 134, 1, 135, 1, 135, 4, 135, 1293, 8, 135, 11, 135, 12, 135, 1294, 1, 135, 1, 135, 1, 136, 1, 136, 1, 137, 1, 137, 1, 137, 1, 137, 1, 138, 1, 138, 1, 138, 1, 138, 1, 139, 1, 139, 1, 139, 1, 139, 1, 140, 1, 140, 1, 140, 1, 140, 1, 140, 1, 141, 1, 141, 1, 141, 1, 141, 1, 142, 1, 142, 1, 142, 1, 142, 1, 143, 1, 143, 1, 143, 1, 143, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 145, 1, 145, 1, 145, 1, 145, 1, 146, 1, 146, 1, 146, 1, 146, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 147, 1, 148, 1, 148, 1, 148, 3, 148, 1355, 8, 148, 1, 149, 4, 149, 1358, 8, 149, 11, 149, 12, 149, 1359, 1, 150, 1, 150, 1, 150, 1, 150, 1, 151, 1, 151, 1, 151, 1, 151, 1, 152, 1, 152, 1, 152, 1, 152, 1, 153, 1, 153, 1, 153, 1, 153, 1, 154, 1, 154, 1, 154, 1, 154, 1, 155, 1, 155, 1, 155, 1, 155, 1, 155, 1, 156, 1, 156, 1, 156, 1, 156, 1, 156, 1, 157, 1, 157, 1, 157, 1, 157, 1, 158, 1, 158, 1, 158, 1, 158, 1, 159, 1, 159, 1, 159, 1, 159, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 161, 1, 161, 1, 161, 1, 161, 1, 161, 1, 162, 1, 162, 1, 162, 1, 162, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 163, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 165, 1, 165, 1, 165, 1, 165, 1, 166, 1, 166, 1, 166, 1, 166, 1, 167, 1, 167, 1, 167, 1, 167, 1, 168, 1, 168, 1, 168, 1, 168, 1, 169, 1, 169, 1, 169, 1, 169, 1, 170, 1, 170, 1, 170, 1, 170, 1, 171, 1, 171, 1, 171, 1, 171, 1, 172, 1, 172, 1, 172, 1, 172, 1, 173, 1, 173, 1, 173, 1, 173, 1, 173, 1, 174, 1, 174, 1, 174, 1, 174, 1, 175, 1, 175, 1, 175, 1, 175, 1, 176, 1, 176, 1, 176, 1, 176, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 178, 1, 178, 1, 178, 1, 178, 1, 179, 1, 179, 1, 179, 1, 179, 1, 180, 1, 180, 1, 180, 1, 180, 1, 181, 1, 181, 1, 181, 1, 181, 1, 182, 1, 182, 1, 182, 1, 182, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 183, 1, 184, 1, 184, 1, 184, 1, 184, 1, 185, 1, 185, 1, 185, 1, 185, 1, 186, 1, 186, 1, 186, 1, 186, 1, 187, 1, 187, 1, 187, 1, 187, 1, 188, 1, 188, 1, 188, 1, 188, 1, 189, 1, 189, 1, 189, 1, 189, 1, 190, 1, 190, 1, 190, 1, 190, 1, 190, 1, 191, 1, 191, 1, 191, 1, 191, 1, 192, 1, 192, 1, 192, 1, 192, 1, 193, 1, 193, 1, 193, 1, 193, 1, 194, 1, 194, 1, 194, 1, 194, 1, 195, 1, 195, 1, 195, 1, 195, 1, 196, 1, 196, 1, 196, 1, 196, 1, 197, 1, 197, 1, 197, 1, 197, 1, 198, 1, 198, 1, 198, 1, 198, 1, 199, 1, 199, 1, 199, 1, 199, 1, 200, 1, 200, 1, 200, 1, 200, 1, 201, 1, 201, 1, 201, 1, 201, 1, 201, 1, 202, 1, 202, 1, 202, 1, 202, 1, 203, 1, 203, 1, 203, 1, 203, 1, 204, 1, 204, 1, 204, 1, 204, 1, 205, 1, 205, 1, 205, 1, 205, 1, 206, 1, 206, 1, 206, 1, 206, 1, 207, 1, 207, 1, 207, 1, 207, 1, 208, 1, 208, 1, 208, 1, 208, 3, 208, 1615, 8, 208, 1, 209, 1, 209, 3, 209, 1619, 8, 209, 1, 209, 5, 209, 1622, 8, 209, 10, 209, 12, 209, 1625, 9, 209, 1, 209, 1, 209, 3, 209, 1629, 8, 209, 1, 209, 4, 209, 1632, 8, 209, 11, 209, 12, 209, 1633, 3, 209, 1636, 8, 209, 1, 210, 1, 210, 4, 210, 1640, 8, 210, 11, 210, 12, 210, 1641, 1, 211, 1, 211, 1, 211, 1, 211, 1, 212, 1, 212, 1, 212, 1, 212, 1, 213, 1, 213, 1, 213, 1, 213, 1, 214, 1, 214, 1, 214, 1, 214, 1, 214, 1, 215, 1, 215, 1, 215, 1, 215, 1, 216, 1, 216, 1, 216, 1, 216, 1, 217, 1, 217, 1, 217, 1, 217, 1, 218, 1, 218, 1, 218, 1, 218, 1, 219, 1, 219, 1, 219, 1, 219, 1, 220, 1, 220, 1, 220, 1, 220, 1, 221, 1, 221, 1, 221, 1, 221, 1, 222, 1, 222, 1, 222, 1, 223, 1, 223, 1, 223, 1, 223, 1, 224, 1, 224, 1, 224, 1, 224, 1, 225, 1, 225, 1, 225, 1, 225, 1, 226, 1, 226, 1, 226, 1, 226, 1, 227, 1, 227, 1, 227, 1, 227, 1, 227, 1, 228, 1, 228, 1, 228, 1, 228, 1, 228, 1, 229, 1, 229, 1, 229, 1, 229, 1, 230, 1, 230, 1, 230, 1, 230, 1, 231, 1, 231, 1, 231, 1, 231, 2, 504, 1024, 0, 232, 16, 1, 18, 2, 20, 3, 22, 4, 24, 5, 26, 6, 28, 7, 30, 8, 32, 9, 34, 10, 36, 11, 38, 12, 40, 13, 42, 14, 44, 15, 46, 16, 48, 17, 50, 18, 52, 19, 54, 20, 56, 21, 58, 22, 60, 23, 62, 24, 64, 25, 66, 26, 68, 27, 70, 28, 72, 29, 74, 30, 76, 31, 78, 0, 80, 0, 82, 0, 84, 0, 86, 0, 88, 0, 90, 0, 92, 32, 94, 33, 96, 34, 98, 0, 100, 0, 102, 35, 104, 36, 106, 0, 108, 37, 110, 0, 112, 38, 114, 39, 116, 40, 118, 0, 120, 0, 122, 0, 124, 0, 126, 0, 128, 0, 130, 0, 132, 0, 134, 0, 136, 0, 138, 0, 140, 41, 142, 42, 144, 43, 146, 0, 148, 0, 150, 44, 152, 45, 154, 46, 156, 47, 158, 0, 160, 0, 162, 48, 164, 49, 166, 50, 168, 51, 170, 0, 172, 0, 174, 0, 176, 0, 178, 0, 180, 0, 182, 0, 184, 0, 186, 0, 188, 0, 190, 52, 192, 53, 194, 54, 196, 55, 198, 56, 200, 57, 202, 58, 204, 59, 206, 60, 208, 61, 210, 62, 212, 63, 214, 64, 216, 65, 218, 66, 220, 67, 222, 68, 224, 69, 226, 70, 228, 71, 230, 72, 232, 73, 234, 74, 236, 75, 238, 76, 240, 77, 242, 78, 244, 79, 246, 80, 248, 81, 250, 82, 252, 83, 254, 84, 256, 85, 258, 86, 260, 87, 262, 88, 264, 89, 266, 90, 268, 91, 270, 0, 272, 92, 274, 93, 276, 94, 278, 95, 280, 96, 282, 97, 284, 98, 286, 0, 288, 99, 290, 100, 292, 101, 294, 102, 296, 0, 298, 0, 300, 0, 302, 0, 304, 0, 306, 0, 308, 0, 310, 103, 312, 0, 314, 104, 316, 0, 318, 0, 320, 105, 322, 106, 324, 107, 326, 0, 328, 0, 330, 108, 332, 109, 334, 110, 336, 0, 338, 111, 340, 0, 342, 0, 344, 112, 346, 0, 348, 0, 350, 0, 352, 0, 354, 0, 356, 113, 358, 114, 360, 115, 362, 0, 364, 0, 366, 0, 368, 0, 370, 0, 372, 0, 374, 0, 376, 116, 378, 117, 380, 118, 382, 0, 384, 0, 386, 0, 388, 0, 390, 119, 392, 120, 394, 121, 396, 0, 398, 0, 400, 0, 402, 0, 404, 0, 406, 0, 408, 0, 410, 0, 412, 122, 414, 123, 416, 124, 418, 0, 420, 0, 422, 0, 424, 0, 426, 0, 428, 0, 430, 0, 432, 0, 434, 0, 436, 125, 438, 126, 440, 127, 442, 128, 444, 0, 446, 0, 448, 0, 450, 0, 452, 0, 454, 0, 456, 0, 458, 0, 460, 129, 462, 0, 464, 130, 466, 131, 468, 132, 470, 0, 472, 133, 474, 134, 476, 135, 478, 136, 16, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 36, 2, 0, 10, 10, 13, 13, 3, 0, 9, 10, 13, 13, 32, 32, 2, 0, 67, 67, 99, 99, 2, 0, 72, 72, 104, 104, 2, 0, 65, 65, 97, 97, 2, 0, 78, 78, 110, 110, 2, 0, 71, 71, 103, 103, 2, 0, 69, 69, 101, 101, 2, 0, 80, 80, 112, 112, 2, 0, 79, 79, 111, 111, 2, 0, 73, 73, 105, 105, 2, 0, 84, 84, 116, 116, 2, 0, 82, 82, 114, 114, 2, 0, 88, 88, 120, 120, 2, 0, 76, 76, 108, 108, 2, 0, 68, 68, 100, 100, 2, 0, 83, 83, 115, 115, 2, 0, 86, 86, 118, 118, 2, 0, 75, 75, 107, 107, 2, 0, 77, 77, 109, 109, 2, 0, 87, 87, 119, 119, 2, 0, 70, 70, 102, 102, 2, 0, 85, 85, 117, 117, 6, 0, 9, 10, 13, 13, 32, 32, 47, 47, 91, 91, 93, 93, 11, 0, 9, 10, 13, 13, 32, 32, 34, 35, 44, 44, 47, 47, 58, 58, 60, 60, 62, 63, 92, 92, 124, 124, 1, 0, 48, 57, 2, 0, 65, 90, 97, 122, 8, 0, 34, 34, 78, 78, 82, 82, 84, 84, 92, 92, 110, 110, 114, 114, 116, 116, 4, 0, 10, 10, 13, 13, 34, 34, 92, 92, 2, 0, 43, 43, 45, 45, 1, 0, 96, 96, 2, 0, 66, 66, 98, 98, 2, 0, 89, 89, 121, 121, 11, 0, 9, 10, 13, 13, 32, 32, 34, 34, 44, 44, 47, 47, 58, 58, 61, 61, 91, 91, 93, 93, 124, 124, 2, 0, 42, 42, 47, 47, 2, 0, 74, 74, 106, 106, 1760, 0, 16, 1, 0, 0, 0, 0, 18, 1, 0, 0, 0, 0, 20, 1, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 24, 1, 0, 0, 0, 0, 26, 1, 0, 0, 0, 0, 28, 1, 0, 0, 0, 0, 30, 1, 0, 0, 0, 0, 32, 1, 0, 0, 0, 0, 34, 1, 0, 0, 0, 0, 36, 1, 0, 0, 0, 0, 38, 1, 0, 0, 0, 0, 40, 1, 0, 0, 0, 0, 42, 1, 0, 0, 0, 0, 44, 1, 0, 0, 0, 0, 46, 1, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 50, 1, 0, 0, 0, 0, 52, 1, 0, 0, 0, 0, 54, 1, 0, 0, 0, 0, 56, 1, 0, 0, 0, 0, 58, 1, 0, 0, 0, 0, 60, 1, 0, 0, 0, 0, 62, 1, 0, 0, 0, 0, 64, 1, 0, 0, 0, 0, 66, 1, 0, 0, 0, 0, 68, 1, 0, 0, 0, 0, 70, 1, 0, 0, 0, 0, 72, 1, 0, 0, 0, 0, 74, 1, 0, 0, 0, 0, 76, 1, 0, 0, 0, 1, 78, 1, 0, 0, 0, 1, 80, 1, 0, 0, 0, 1, 82, 1, 0, 0, 0, 1, 84, 1, 0, 0, 0, 1, 86, 1, 0, 0, 0, 1, 88, 1, 0, 0, 0, 1, 90, 1, 0, 0, 0, 1, 92, 1, 0, 0, 0, 1, 94, 1, 0, 0, 0, 1, 96, 1, 0, 0, 0, 2, 98, 1, 0, 0, 0, 2, 100, 1, 0, 0, 0, 2, 102, 1, 0, 0, 0, 2, 104, 1, 0, 0, 0, 2, 108, 1, 0, 0, 0, 2, 110, 1, 0, 0, 0, 2, 112, 1, 0, 0, 0, 2, 114, 1, 0, 0, 0, 2, 116, 1, 0, 0, 0, 3, 118, 1, 0, 0, 0, 3, 120, 1, 0, 0, 0, 3, 122, 1, 0, 0, 0, 3, 124, 1, 0, 0, 0, 3, 126, 1, 0, 0, 0, 3, 128, 1, 0, 0, 0, 3, 130, 1, 0, 0, 0, 3, 132, 1, 0, 0, 0, 3, 134, 1, 0, 0, 0, 3, 136, 1, 0, 0, 0, 3, 138, 1, 0, 0, 0, 3, 140, 1, 0, 0, 0, 3, 142, 1, 0, 0, 0, 3, 144, 1, 0, 0, 0, 4, 146, 1, 0, 0, 0, 4, 148, 1, 0, 0, 0, 4, 150, 1, 0, 0, 0, 4, 152, 1, 0, 0, 0, 4, 154, 1, 0, 0, 0, 4, 156, 1, 0, 0, 0, 5, 158, 1, 0, 0, 0, 5, 160, 1, 0, 0, 0, 5, 162, 1, 0, 0, 0, 5, 164, 1, 0, 0, 0, 5, 166, 1, 0, 0, 0, 6, 168, 1, 0, 0, 0, 6, 190, 1, 0, 0, 0, 6, 192, 1, 0, 0, 0, 6, 194, 1, 0, 0, 0, 6, 196, 1, 0, 0, 0, 6, 198, 1, 0, 0, 0, 6, 200, 1, 0, 0, 0, 6, 202, 1, 0, 0, 0, 6, 204, 1, 0, 0, 0, 6, 206, 1, 0, 0, 0, 6, 208, 1, 0, 0, 0, 6, 210, 1, 0, 0, 0, 6, 212, 1, 0, 0, 0, 6, 214, 1, 0, 0, 0, 6, 216, 1, 0, 0, 0, 6, 218, 1, 0, 0, 0, 6, 220, 1, 0, 0, 0, 6, 222, 1, 0, 0, 0, 6, 224, 1, 0, 0, 0, 6, 226, 1, 0, 0, 0, 6, 228, 1, 0, 0, 0, 6, 230, 1, 0, 0, 0, 6, 232, 1, 0, 0, 0, 6, 234, 1, 0, 0, 0, 6, 236, 1, 0, 0, 0, 6, 238, 1, 0, 0, 0, 6, 240, 1, 0, 0, 0, 6, 242, 1, 0, 0, 0, 6, 244, 1, 0, 0, 0, 6, 246, 1, 0, 0, 0, 6, 248, 1, 0, 0, 0, 6, 250, 1, 0, 0, 0, 6, 252, 1, 0, 0, 0, 6, 254, 1, 0, 0, 0, 6, 256, 1, 0, 0, 0, 6, 258, 1, 0, 0, 0, 6, 260, 1, 0, 0, 0, 6, 262, 1, 0, 0, 0, 6, 264, 1, 0, 0, 0, 6, 266, 1, 0, 0, 0, 6, 268, 1, 0, 0, 0, 6, 270, 1, 0, 0, 0, 6, 272, 1, 0, 0, 0, 6, 274, 1, 0, 0, 0, 6, 276, 1, 0, 0, 0, 6, 278, 1, 0, 0, 0, 6, 280, 1, 0, 0, 0, 6, 282, 1, 0, 0, 0, 6, 284, 1, 0, 0, 0, 6, 288, 1, 0, 0, 0, 6, 290, 1, 0, 0, 0, 6, 292, 1, 0, 0, 0, 6, 294, 1, 0, 0, 0, 7, 296, 1, 0, 0, 0, 7, 298, 1, 0, 0, 0, 7, 300, 1, 0, 0, 0, 7, 302, 1, 0, 0, 0, 7, 304, 1, 0, 0, 0, 7, 306, 1, 0, 0, 0, 7, 308, 1, 0, 0, 0, 7, 310, 1, 0, 0, 0, 7, 314, 1, 0, 0, 0, 7, 316, 1, 0, 0, 0, 7, 318, 1, 0, 0, 0, 7, 320, 1, 0, 0, 0, 7, 322, 1, 0, 0, 0, 7, 324, 1, 0, 0, 0, 8, 326, 1, 0, 0, 0, 8, 328, 1, 0, 0, 0, 8, 330, 1, 0, 0, 0, 8, 332, 1, 0, 0, 0, 8, 334, 1, 0, 0, 0, 9, 336, 1, 0, 0, 0, 9, 338, 1, 0, 0, 0, 9, 340, 1, 0, 0, 0, 9, 342, 1, 0, 0, 0, 9, 344, 1, 0, 0, 0, 9, 346, 1, 0, 0, 0, 9, 348, 1, 0, 0, 0, 9, 350, 1, 0, 0, 0, 9, 352, 1, 0, 0, 0, 9, 354, 1, 0, 0, 0, 9, 356, 1, 0, 0, 0, 9, 358, 1, 0, 0, 0, 9, 360, 1, 0, 0, 0, 10, 362, 1, 0, 0, 0, 10, 364, 1, 0, 0, 0, 10, 366, 1, 0, 0, 0, 10, 368, 1, 0, 0, 0, 10, 370, 1, 0, 0, 0, 10, 372, 1, 0, 0, 0, 10, 374, 1, 0, 0, 0, 10, 376, 1, 0, 0, 0, 10, 378, 1, 0, 0, 0, 10, 380, 1, 0, 0, 0, 11, 382, 1, 0, 0, 0, 11, 384, 1, 0, 0, 0, 11, 386, 1, 0, 0, 0, 11, 388, 1, 0, 0, 0, 11, 390, 1, 0, 0, 0, 11, 392, 1, 0, 0, 0, 11, 394, 1, 0, 0, 0, 12, 396, 1, 0, 0, 0, 12, 398, 1, 0, 0, 0, 12, 400, 1, 0, 0, 0, 12, 402, 1, 0, 0, 0, 12, 404, 1, 0, 0, 0, 12, 406, 1, 0, 0, 0, 12, 408, 1, 0, 0, 0, 12, 410, 1, 0, 0, 0, 12, 412, 1, 0, 0, 0, 12, 414, 1, 0, 0, 0, 12, 416, 1, 0, 0, 0, 13, 418, 1, 0, 0, 0, 13, 420, 1, 0, 0, 0, 13, 422, 1, 0, 0, 0, 13, 424, 1, 0, 0, 0, 13, 426, 1, 0, 0, 0, 13, 428, 1, 0, 0, 0, 13, 430, 1, 0, 0, 0, 13, 436, 1, 0, 0, 0, 13, 438, 1, 0, 0, 0, 13, 440, 1, 0, 0, 0, 13, 442, 1, 0, 0, 0, 14, 444, 1, 0, 0, 0, 14, 446, 1, 0, 0, 0, 14, 448, 1, 0, 0, 0, 14, 450, 1, 0, 0, 0, 14, 452, 1, 0, 0, 0, 14, 454, 1, 0, 0, 0, 14, 456, 1, 0, 0, 0, 14, 458, 1, 0, 0, 0, 14, 460, 1, 0, 0, 0, 14, 462, 1, 0, 0, 0, 14, 464, 1, 0, 0, 0, 14, 466, 1, 0, 0, 0, 14, 468, 1, 0, 0, 0, 15, 470, 1, 0, 0, 0, 15, 472, 1, 0, 0, 0, 15, 474, 1, 0, 0, 0, 15, 476, 1, 0, 0, 0, 15, 478, 1, 0, 0, 0, 16, 480, 1, 0, 0, 0, 18, 497, 1, 0, 0, 0, 20, 513, 1, 0, 0, 0, 22, 519, 1, 0, 0, 0, 24, 535, 1, 0, 0, 0, 26, 544, 1, 0, 0, 0, 28, 554, 1, 0, 0, 0, 30, 564, 1, 0, 0, 0, 32, 571, 1, 0, 0, 0, 34, 578, 1, 0, 0, 0, 36, 586, 1, 0, 0, 0, 38, 592, 1, 0, 0, 0, 40, 599, 1, 0, 0, 0, 42, 607, 1, 0, 0, 0, 44, 615, 1, 0, 0, 0, 46, 630, 1, 0, 0, 0, 48, 637, 1, 0, 0, 0, 50, 643, 1, 0, 0, 0, 52, 651, 1, 0, 0, 0, 54, 660, 1, 0, 0, 0, 56, 668, 1, 0, 0, 0, 58, 676, 1, 0, 0, 0, 60, 685, 1, 0, 0, 0, 62, 697, 1, 0, 0, 0, 64, 709, 1, 0, 0, 0, 66, 716, 1, 0, 0, 0, 68, 723, 1, 0, 0, 0, 70, 735, 1, 0, 0, 0, 72, 742, 1, 0, 0, 0, 74, 751, 1, 0, 0, 0, 76, 759, 1, 0, 0, 0, 78, 765, 1, 0, 0, 0, 80, 770, 1, 0, 0, 0, 82, 774, 1, 0, 0, 0, 84, 778, 1, 0, 0, 0, 86, 782, 1, 0, 0, 0, 88, 786, 1, 0, 0, 0, 90, 790, 1, 0, 0, 0, 92, 794, 1, 0, 0, 0, 94, 798, 1, 0, 0, 0, 96, 802, 1, 0, 0, 0, 98, 806, 1, 0, 0, 0, 100, 811, 1, 0, 0, 0, 102, 816, 1, 0, 0, 0, 104, 821, 1, 0, 0, 0, 106, 828, 1, 0, 0, 0, 108, 837, 1, 0, 0, 0, 110, 844, 1, 0, 0, 0, 112, 848, 1, 0, 0, 0, 114, 852, 1, 0, 0, 0, 116, 856, 1, 0, 0, 0, 118, 860, 1, 0, 0, 0, 120, 866, 1, 0, 0, 0, 122, 870, 1, 0, 0, 0, 124, 874, 1, 0, 0, 0, 126, 878, 1, 0, 0, 0, 128, 882, 1, 0, 0, 0, 130, 886, 1, 0, 0, 0, 132, 890, 1, 0, 0, 0, 134, 894, 1, 0, 0, 0, 136, 898, 1, 0, 0, 0, 138, 902, 1, 0, 0, 0, 140, 906, 1, 0, 0, 0, 142, 910, 1, 0, 0, 0, 144, 914, 1, 0, 0, 0, 146, 918, 1, 0, 0, 0, 148, 923, 1, 0, 0, 0, 150, 932, 1, 0, 0, 0, 152, 936, 1, 0, 0, 0, 154, 940, 1, 0, 0, 0, 156, 944, 1, 0, 0, 0, 158, 948, 1, 0, 0, 0, 160, 953, 1, 0, 0, 0, 162, 958, 1, 0, 0, 0, 164, 962, 1, 0, 0, 0, 166, 966, 1, 0, 0, 0, 168, 970, 1, 0, 0, 0, 170, 974, 1, 0, 0, 0, 172, 976, 1, 0, 0, 0, 174, 978, 1, 0, 0, 0, 176, 981, 1, 0, 0, 0, 178, 983, 1, 0, 0, 0, 180, 992, 1, 0, 0, 0, 182, 994, 1, 0, 0, 0, 184, 999, 1, 0, 0, 0, 186, 1001, 1, 0, 0, 0, 188, 1006, 1, 0, 0, 0, 190, 1037, 1, 0, 0, 0, 192, 1040, 1, 0, 0, 0, 194, 1086, 1, 0, 0, 0, 196, 1088, 1, 0, 0, 0, 198, 1091, 1, 0, 0, 0, 200, 1095, 1, 0, 0, 0, 202, 1099, 1, 0, 0, 0, 204, 1101, 1, 0, 0, 0, 206, 1104, 1, 0, 0, 0, 208, 1106, 1, 0, 0, 0, 210, 1108, 1, 0, 0, 0, 212, 1113, 1, 0, 0, 0, 214, 1115, 1, 0, 0, 0, 216, 1121, 1, 0, 0, 0, 218, 1127, 1, 0, 0, 0, 220, 1130, 1, 0, 0, 0, 222, 1133, 1, 0, 0, 0, 224, 1138, 1, 0, 0, 0, 226, 1143, 1, 0, 0, 0, 228, 1147, 1, 0, 0, 0, 230, 1152, 1, 0, 0, 0, 232, 1158, 1, 0, 0, 0, 234, 1161, 1, 0, 0, 0, 236, 1163, 1, 0, 0, 0, 238, 1169, 1, 0, 0, 0, 240, 1174, 1, 0, 0, 0, 242, 1177, 1, 0, 0, 0, 244, 1180, 1, 0, 0, 0, 246, 1183, 1, 0, 0, 0, 248, 1185, 1, 0, 0, 0, 250, 1188, 1, 0, 0, 0, 252, 1190, 1, 0, 0, 0, 254, 1193, 1, 0, 0, 0, 256, 1195, 1, 0, 0, 0, 258, 1197, 1, 0, 0, 0, 260, 1199, 1, 0, 0, 0, 262, 1201, 1, 0, 0, 0, 264, 1203, 1, 0, 0, 0, 266, 1205, 1, 0, 0, 0, 268, 1207, 1, 0, 0, 0, 270, 1210, 1, 0, 0, 0, 272, 1231, 1, 0, 0, 0, 274, 1250, 1, 0, 0, 0, 276, 1252, 1, 0, 0, 0, 278, 1257, 1, 0, 0, 0, 280, 1262, 1, 0, 0, 0, 282, 1267, 1, 0, 0, 0, 284, 1288, 1, 0, 0, 0, 286, 1290, 1, 0, 0, 0, 288, 1298, 1, 0, 0, 0, 290, 1300, 1, 0, 0, 0, 292, 1304, 1, 0, 0, 0, 294, 1308, 1, 0, 0, 0, 296, 1312, 1, 0, 0, 0, 298, 1317, 1, 0, 0, 0, 300, 1321, 1, 0, 0, 0, 302, 1325, 1, 0, 0, 0, 304, 1329, 1, 0, 0, 0, 306, 1334, 1, 0, 0, 0, 308, 1338, 1, 0, 0, 0, 310, 1342, 1, 0, 0, 0, 312, 1354, 1, 0, 0, 0, 314, 1357, 1, 0, 0, 0, 316, 1361, 1, 0, 0, 0, 318, 1365, 1, 0, 0, 0, 320, 1369, 1, 0, 0, 0, 322, 1373, 1, 0, 0, 0, 324, 1377, 1, 0, 0, 0, 326, 1381, 1, 0, 0, 0, 328, 1386, 1, 0, 0, 0, 330, 1391, 1, 0, 0, 0, 332, 1395, 1, 0, 0, 0, 334, 1399, 1, 0, 0, 0, 336, 1403, 1, 0, 0, 0, 338, 1408, 1, 0, 0, 0, 340, 1413, 1, 0, 0, 0, 342, 1417, 1, 0, 0, 0, 344, 1423, 1, 0, 0, 0, 346, 1432, 1, 0, 0, 0, 348, 1436, 1, 0, 0, 0, 350, 1440, 1, 0, 0, 0, 352, 1444, 1, 0, 0, 0, 354, 1448, 1, 0, 0, 0, 356, 1452, 1, 0, 0, 0, 358, 1456, 1, 0, 0, 0, 360, 1460, 1, 0, 0, 0, 362, 1464, 1, 0, 0, 0, 364, 1469, 1, 0, 0, 0, 366, 1473, 1, 0, 0, 0, 368, 1477, 1, 0, 0, 0, 370, 1481, 1, 0, 0, 0, 372, 1486, 1, 0, 0, 0, 374, 1490, 1, 0, 0, 0, 376, 1494, 1, 0, 0, 0, 378, 1498, 1, 0, 0, 0, 380, 1502, 1, 0, 0, 0, 382, 1506, 1, 0, 0, 0, 384, 1512, 1, 0, 0, 0, 386, 1516, 1, 0, 0, 0, 388, 1520, 1, 0, 0, 0, 390, 1524, 1, 0, 0, 0, 392, 1528, 1, 0, 0, 0, 394, 1532, 1, 0, 0, 0, 396, 1536, 1, 0, 0, 0, 398, 1541, 1, 0, 0, 0, 400, 1545, 1, 0, 0, 0, 402, 1549, 1, 0, 0, 0, 404, 1553, 1, 0, 0, 0, 406, 1557, 1, 0, 0, 0, 408, 1561, 1, 0, 0, 0, 410, 1565, 1, 0, 0, 0, 412, 1569, 1, 0, 0, 0, 414, 1573, 1, 0, 0, 0, 416, 1577, 1, 0, 0, 0, 418, 1581, 1, 0, 0, 0, 420, 1586, 1, 0, 0, 0, 422, 1590, 1, 0, 0, 0, 424, 1594, 1, 0, 0, 0, 426, 1598, 1, 0, 0, 0, 428, 1602, 1, 0, 0, 0, 430, 1606, 1, 0, 0, 0, 432, 1614, 1, 0, 0, 0, 434, 1635, 1, 0, 0, 0, 436, 1639, 1, 0, 0, 0, 438, 1643, 1, 0, 0, 0, 440, 1647, 1, 0, 0, 0, 442, 1651, 1, 0, 0, 0, 444, 1655, 1, 0, 0, 0, 446, 1660, 1, 0, 0, 0, 448, 1664, 1, 0, 0, 0, 450, 1668, 1, 0, 0, 0, 452, 1672, 1, 0, 0, 0, 454, 1676, 1, 0, 0, 0, 456, 1680, 1, 0, 0, 0, 458, 1684, 1, 0, 0, 0, 460, 1688, 1, 0, 0, 0, 462, 1691, 1, 0, 0, 0, 464, 1695, 1, 0, 0, 0, 466, 1699, 1, 0, 0, 0, 468, 1703, 1, 0, 0, 0, 470, 1707, 1, 0, 0, 0, 472, 1712, 1, 0, 0, 0, 474, 1717, 1, 0, 0, 0, 476, 1721, 1, 0, 0, 0, 478, 1725, 1, 0, 0, 0, 480, 481, 5, 47, 0, 0, 481, 482, 5, 47, 0, 0, 482, 486, 1, 0, 0, 0, 483, 485, 8, 0, 0, 0, 484, 483, 1, 0, 0, 0, 485, 488, 1, 0, 0, 0, 486, 484, 1, 0, 0, 0, 486, 487, 1, 0, 0, 0, 487, 490, 1, 0, 0, 0, 488, 486, 1, 0, 0, 0, 489, 491, 5, 13, 0, 0, 490, 489, 1, 0, 0, 0, 490, 491, 1, 0, 0, 0, 491, 493, 1, 0, 0, 0, 492, 494, 5, 10, 0, 0, 493, 492, 1, 0, 0, 0, 493, 494, 1, 0, 0, 0, 494, 495, 1, 0, 0, 0, 495, 496, 6, 0, 0, 0, 496, 17, 1, 0, 0, 0, 497, 498, 5, 47, 0, 0, 498, 499, 5, 42, 0, 0, 499, 504, 1, 0, 0, 0, 500, 503, 3, 18, 1, 0, 501, 503, 9, 0, 0, 0, 502, 500, 1, 0, 0, 0, 502, 501, 1, 0, 0, 0, 503, 506, 1, 0, 0, 0, 504, 505, 1, 0, 0, 0, 504, 502, 1, 0, 0, 0, 505, 507, 1, 0, 0, 0, 506, 504, 1, 0, 0, 0, 507, 508, 5, 42, 0, 0, 508, 509, 5, 47, 0, 0, 509, 510, 1, 0, 0, 0, 510, 511, 6, 1, 0, 0, 511, 19, 1, 0, 0, 0, 512, 514, 7, 1, 0, 0, 513, 512, 1, 0, 0, 0, 514, 515, 1, 0, 0, 0, 515, 513, 1, 0, 0, 0, 515, 516, 1, 0, 0, 0, 516, 517, 1, 0, 0, 0, 517, 518, 6, 2, 0, 0, 518, 21, 1, 0, 0, 0, 519, 520, 4, 3, 0, 0, 520, 521, 7, 2, 0, 0, 521, 522, 7, 3, 0, 0, 522, 523, 7, 4, 0, 0, 523, 524, 7, 5, 0, 0, 524, 525, 7, 6, 0, 0, 525, 526, 7, 7, 0, 0, 526, 527, 5, 95, 0, 0, 527, 528, 7, 8, 0, 0, 528, 529, 7, 9, 0, 0, 529, 530, 7, 10, 0, 0, 530, 531, 7, 5, 0, 0, 531, 532, 7, 11, 0, 0, 532, 533, 1, 0, 0, 0, 533, 534, 6, 3, 1, 0, 534, 23, 1, 0, 0, 0, 535, 536, 7, 7, 0, 0, 536, 537, 7, 5, 0, 0, 537, 538, 7, 12, 0, 0, 538, 539, 7, 10, 0, 0, 539, 540, 7, 2, 0, 0, 540, 541, 7, 3, 0, 0, 541, 542, 1, 0, 0, 0, 542, 543, 6, 4, 2, 0, 543, 25, 1, 0, 0, 0, 544, 545, 7, 7, 0, 0, 545, 546, 7, 13, 0, 0, 546, 547, 7, 8, 0, 0, 547, 548, 7, 14, 0, 0, 548, 549, 7, 4, 0, 0, 549, 550, 7, 10, 0, 0, 550, 551, 7, 5, 0, 0, 551, 552, 1, 0, 0, 0, 552, 553, 6, 5, 3, 0, 553, 27, 1, 0, 0, 0, 554, 555, 7, 15, 0, 0, 555, 556, 7, 10, 0, 0, 556, 557, 7, 16, 0, 0, 557, 558, 7, 16, 0, 0, 558, 559, 7, 7, 0, 0, 559, 560, 7, 2, 0, 0, 560, 561, 7, 11, 0, 0, 561, 562, 1, 0, 0, 0, 562, 563, 6, 6, 4, 0, 563, 29, 1, 0, 0, 0, 564, 565, 7, 7, 0, 0, 565, 566, 7, 17, 0, 0, 566, 567, 7, 4, 0, 0, 567, 568, 7, 14, 0, 0, 568, 569, 1, 0, 0, 0, 569, 570, 6, 7, 4, 0, 570, 31, 1, 0, 0, 0, 571, 572, 7, 6, 0, 0, 572, 573, 7, 12, 0, 0, 573, 574, 7, 9, 0, 0, 574, 575, 7, 18, 0, 0, 575, 576, 1, 0, 0, 0, 576, 577, 6, 8, 4, 0, 577, 33, 1, 0, 0, 0, 578, 579, 7, 14, 0, 0, 579, 580, 7, 10, 0, 0, 580, 581, 7, 19, 0, 0, 581, 582, 7, 10, 0, 0, 582, 583, 7, 11, 0, 0, 583, 584, 1, 0, 0, 0, 584, 585, 6, 9, 4, 0, 585, 35, 1, 0, 0, 0, 586, 587, 7, 12, 0, 0, 587, 588, 7, 9, 0, 0, 588, 589, 7, 20, 0, 0, 589, 590, 1, 0, 0, 0, 590, 591, 6, 10, 4, 0, 591, 37, 1, 0, 0, 0, 592, 593, 7, 16, 0, 0, 593, 594, 7, 9, 0, 0, 594, 595, 7, 12, 0, 0, 595, 596, 7, 11, 0, 0, 596, 597, 1, 0, 0, 0, 597, 598, 6, 11, 4, 0, 598, 39, 1, 0, 0, 0, 599, 600, 7, 16, 0, 0, 600, 601, 7, 11, 0, 0, 601, 602, 7, 4, 0, 0, 602, 603, 7, 11, 0, 0, 603, 604, 7, 16, 0, 0, 604, 605, 1, 0, 0, 0, 605, 606, 6, 12, 4, 0, 606, 41, 1, 0, 0, 0, 607, 608, 7, 20, 0, 0, 608, 609, 7, 3, 0, 0, 609, 610, 7, 7, 0, 0, 610, 611, 7, 12, 0, 0, 611, 612, 7, 7, 0, 0, 612, 613, 1, 0, 0, 0, 613, 614, 6, 13, 4, 0, 614, 43, 1, 0, 0, 0, 615, 616, 4, 14, 1, 0, 616, 617, 7, 10, 0, 0, 617, 618, 7, 5, 0, 0, 618, 619, 7, 14, 0, 0, 619, 620, 7, 10, 0, 0, 620, 621, 7, 5, 0, 0, 621, 622, 7, 7, 0, 0, 622, 623, 7, 16, 0, 0, 623, 624, 7, 11, 0, 0, 624, 625, 7, 4, 0, 0, 625, 626, 7, 11, 0, 0, 626, 627, 7, 16, 0, 0, 627, 628, 1, 0, 0, 0, 628, 629, 6, 14, 4, 0, 629, 45, 1, 0, 0, 0, 630, 631, 7, 21, 0, 0, 631, 632, 7, 12, 0, 0, 632, 633, 7, 9, 0, 0, 633, 634, 7, 19, 0, 0, 634, 635, 1, 0, 0, 0, 635, 636, 6, 15, 5, 0, 636, 47, 1, 0, 0, 0, 637, 638, 4, 16, 2, 0, 638, 639, 7, 11, 0, 0, 639, 640, 7, 16, 0, 0, 640, 641, 1, 0, 0, 0, 641, 642, 6, 16, 5, 0, 642, 49, 1, 0, 0, 0, 643, 644, 4, 17, 3, 0, 644, 645, 7, 21, 0, 0, 645, 646, 7, 9, 0, 0, 646, 647, 7, 12, 0, 0, 647, 648, 7, 18, 0, 0, 648, 649, 1, 0, 0, 0, 649, 650, 6, 17, 6, 0, 650, 51, 1, 0, 0, 0, 651, 652, 7, 14, 0, 0, 652, 653, 7, 9, 0, 0, 653, 654, 7, 9, 0, 0, 654, 655, 7, 18, 0, 0, 655, 656, 7, 22, 0, 0, 656, 657, 7, 8, 0, 0, 657, 658, 1, 0, 0, 0, 658, 659, 6, 18, 7, 0, 659, 53, 1, 0, 0, 0, 660, 661, 4, 19, 4, 0, 661, 662, 7, 21, 0, 0, 662, 663, 7, 22, 0, 0, 663, 664, 7, 14, 0, 0, 664, 665, 7, 14, 0, 0, 665, 666, 1, 0, 0, 0, 666, 667, 6, 19, 7, 0, 667, 55, 1, 0, 0, 0, 668, 669, 4, 20, 5, 0, 669, 670, 7, 14, 0, 0, 670, 671, 7, 7, 0, 0, 671, 672, 7, 21, 0, 0, 672, 673, 7, 11, 0, 0, 673, 674, 1, 0, 0, 0, 674, 675, 6, 20, 7, 0, 675, 57, 1, 0, 0, 0, 676, 677, 4, 21, 6, 0, 677, 678, 7, 12, 0, 0, 678, 679, 7, 10, 0, 0, 679, 680, 7, 6, 0, 0, 680, 681, 7, 3, 0, 0, 681, 682, 7, 11, 0, 0, 682, 683, 1, 0, 0, 0, 683, 684, 6, 21, 7, 0, 684, 59, 1, 0, 0, 0, 685, 686, 4, 22, 7, 0, 686, 687, 7, 14, 0, 0, 687, 688, 7, 9, 0, 0, 688, 689, 7, 9, 0, 0, 689, 690, 7, 18, 0, 0, 690, 691, 7, 22, 0, 0, 691, 692, 7, 8, 0, 0, 692, 693, 5, 95, 0, 0, 693, 694, 5, 128020, 0, 0, 694, 695, 1, 0, 0, 0, 695, 696, 6, 22, 8, 0, 696, 61, 1, 0, 0, 0, 697, 698, 7, 19, 0, 0, 698, 699, 7, 17, 0, 0, 699, 700, 5, 95, 0, 0, 700, 701, 7, 7, 0, 0, 701, 702, 7, 13, 0, 0, 702, 703, 7, 8, 0, 0, 703, 704, 7, 4, 0, 0, 704, 705, 7, 5, 0, 0, 705, 706, 7, 15, 0, 0, 706, 707, 1, 0, 0, 0, 707, 708, 6, 23, 9, 0, 708, 63, 1, 0, 0, 0, 709, 710, 7, 15, 0, 0, 710, 711, 7, 12, 0, 0, 711, 712, 7, 9, 0, 0, 712, 713, 7, 8, 0, 0, 713, 714, 1, 0, 0, 0, 714, 715, 6, 24, 10, 0, 715, 65, 1, 0, 0, 0, 716, 717, 7, 18, 0, 0, 717, 718, 7, 7, 0, 0, 718, 719, 7, 7, 0, 0, 719, 720, 7, 8, 0, 0, 720, 721, 1, 0, 0, 0, 721, 722, 6, 25, 10, 0, 722, 67, 1, 0, 0, 0, 723, 724, 4, 26, 8, 0, 724, 725, 7, 10, 0, 0, 725, 726, 7, 5, 0, 0, 726, 727, 7, 16, 0, 0, 727, 728, 7, 10, 0, 0, 728, 729, 7, 16, 0, 0, 729, 730, 7, 11, 0, 0, 730, 731, 5, 95, 0, 0, 731, 732, 5, 128020, 0, 0, 732, 733, 1, 0, 0, 0, 733, 734, 6, 26, 10, 0, 734, 69, 1, 0, 0, 0, 735, 736, 4, 27, 9, 0, 736, 737, 7, 12, 0, 0, 737, 738, 7, 12, 0, 0, 738, 739, 7, 21, 0, 0, 739, 740, 1, 0, 0, 0, 740, 741, 6, 27, 4, 0, 741, 71, 1, 0, 0, 0, 742, 743, 7, 12, 0, 0, 743, 744, 7, 7, 0, 0, 744, 745, 7, 5, 0, 0, 745, 746, 7, 4, 0, 0, 746, 747, 7, 19, 0, 0, 747, 748, 7, 7, 0, 0, 748, 749, 1, 0, 0, 0, 749, 750, 6, 28, 11, 0, 750, 73, 1, 0, 0, 0, 751, 752, 7, 16, 0, 0, 752, 753, 7, 3, 0, 0, 753, 754, 7, 9, 0, 0, 754, 755, 7, 20, 0, 0, 755, 756, 1, 0, 0, 0, 756, 757, 6, 29, 12, 0, 757, 75, 1, 0, 0, 0, 758, 760, 8, 23, 0, 0, 759, 758, 1, 0, 0, 0, 760, 761, 1, 0, 0, 0, 761, 759, 1, 0, 0, 0, 761, 762, 1, 0, 0, 0, 762, 763, 1, 0, 0, 0, 763, 764, 6, 30, 4, 0, 764, 77, 1, 0, 0, 0, 765, 766, 3, 168, 76, 0, 766, 767, 1, 0, 0, 0, 767, 768, 6, 31, 13, 0, 768, 769, 6, 31, 14, 0, 769, 79, 1, 0, 0, 0, 770, 771, 3, 102, 43, 0, 771, 772, 1, 0, 0, 0, 772, 773, 6, 32, 15, 0, 773, 81, 1, 0, 0, 0, 774, 775, 3, 460, 222, 0, 775, 776, 1, 0, 0, 0, 776, 777, 6, 33, 16, 0, 777, 83, 1, 0, 0, 0, 778, 779, 3, 212, 98, 0, 779, 780, 1, 0, 0, 0, 780, 781, 6, 34, 17, 0, 781, 85, 1, 0, 0, 0, 782, 783, 3, 208, 96, 0, 783, 784, 1, 0, 0, 0, 784, 785, 6, 35, 18, 0, 785, 87, 1, 0, 0, 0, 786, 787, 3, 288, 136, 0, 787, 788, 1, 0, 0, 0, 788, 789, 6, 36, 19, 0, 789, 89, 1, 0, 0, 0, 790, 791, 3, 284, 134, 0, 791, 792, 1, 0, 0, 0, 792, 793, 6, 37, 20, 0, 793, 91, 1, 0, 0, 0, 794, 795, 3, 16, 0, 0, 795, 796, 1, 0, 0, 0, 796, 797, 6, 38, 0, 0, 797, 93, 1, 0, 0, 0, 798, 799, 3, 18, 1, 0, 799, 800, 1, 0, 0, 0, 800, 801, 6, 39, 0, 0, 801, 95, 1, 0, 0, 0, 802, 803, 3, 20, 2, 0, 803, 804, 1, 0, 0, 0, 804, 805, 6, 40, 0, 0, 805, 97, 1, 0, 0, 0, 806, 807, 3, 168, 76, 0, 807, 808, 1, 0, 0, 0, 808, 809, 6, 41, 13, 0, 809, 810, 6, 41, 14, 0, 810, 99, 1, 0, 0, 0, 811, 812, 3, 276, 130, 0, 812, 813, 1, 0, 0, 0, 813, 814, 6, 42, 21, 0, 814, 815, 6, 42, 22, 0, 815, 101, 1, 0, 0, 0, 816, 817, 7, 9, 0, 0, 817, 818, 7, 5, 0, 0, 818, 819, 1, 0, 0, 0, 819, 820, 6, 43, 23, 0, 820, 103, 1, 0, 0, 0, 821, 822, 7, 20, 0, 0, 822, 823, 7, 10, 0, 0, 823, 824, 7, 11, 0, 0, 824, 825, 7, 3, 0, 0, 825, 826, 1, 0, 0, 0, 826, 827, 6, 44, 23, 0, 827, 105, 1, 0, 0, 0, 828, 829, 8, 24, 0, 0, 829, 107, 1, 0, 0, 0, 830, 832, 3, 106, 45, 0, 831, 830, 1, 0, 0, 0, 832, 833, 1, 0, 0, 0, 833, 831, 1, 0, 0, 0, 833, 834, 1, 0, 0, 0, 834, 835, 1, 0, 0, 0, 835, 836, 3, 206, 95, 0, 836, 838, 1, 0, 0, 0, 837, 831, 1, 0, 0, 0, 837, 838, 1, 0, 0, 0, 838, 840, 1, 0, 0, 0, 839, 841, 3, 106, 45, 0, 840, 839, 1, 0, 0, 0, 841, 842, 1, 0, 0, 0, 842, 840, 1, 0, 0, 0, 842, 843, 1, 0, 0, 0, 843, 109, 1, 0, 0, 0, 844, 845, 3, 108, 46, 0, 845, 846, 1, 0, 0, 0, 846, 847, 6, 47, 24, 0, 847, 111, 1, 0, 0, 0, 848, 849, 3, 16, 0, 0, 849, 850, 1, 0, 0, 0, 850, 851, 6, 48, 0, 0, 851, 113, 1, 0, 0, 0, 852, 853, 3, 18, 1, 0, 853, 854, 1, 0, 0, 0, 854, 855, 6, 49, 0, 0, 855, 115, 1, 0, 0, 0, 856, 857, 3, 20, 2, 0, 857, 858, 1, 0, 0, 0, 858, 859, 6, 50, 0, 0, 859, 117, 1, 0, 0, 0, 860, 861, 3, 168, 76, 0, 861, 862, 1, 0, 0, 0, 862, 863, 6, 51, 13, 0, 863, 864, 6, 51, 14, 0, 864, 865, 6, 51, 14, 0, 865, 119, 1, 0, 0, 0, 866, 867, 3, 202, 93, 0, 867, 868, 1, 0, 0, 0, 868, 869, 6, 52, 25, 0, 869, 121, 1, 0, 0, 0, 870, 871, 3, 208, 96, 0, 871, 872, 1, 0, 0, 0, 872, 873, 6, 53, 18, 0, 873, 123, 1, 0, 0, 0, 874, 875, 3, 212, 98, 0, 875, 876, 1, 0, 0, 0, 876, 877, 6, 54, 17, 0, 877, 125, 1, 0, 0, 0, 878, 879, 3, 104, 44, 0, 879, 880, 1, 0, 0, 0, 880, 881, 6, 55, 26, 0, 881, 127, 1, 0, 0, 0, 882, 883, 3, 436, 210, 0, 883, 884, 1, 0, 0, 0, 884, 885, 6, 56, 27, 0, 885, 129, 1, 0, 0, 0, 886, 887, 3, 288, 136, 0, 887, 888, 1, 0, 0, 0, 888, 889, 6, 57, 19, 0, 889, 131, 1, 0, 0, 0, 890, 891, 3, 234, 109, 0, 891, 892, 1, 0, 0, 0, 892, 893, 6, 58, 28, 0, 893, 133, 1, 0, 0, 0, 894, 895, 3, 272, 128, 0, 895, 896, 1, 0, 0, 0, 896, 897, 6, 59, 29, 0, 897, 135, 1, 0, 0, 0, 898, 899, 3, 268, 126, 0, 899, 900, 1, 0, 0, 0, 900, 901, 6, 60, 30, 0, 901, 137, 1, 0, 0, 0, 902, 903, 3, 274, 129, 0, 903, 904, 1, 0, 0, 0, 904, 905, 6, 61, 31, 0, 905, 139, 1, 0, 0, 0, 906, 907, 3, 16, 0, 0, 907, 908, 1, 0, 0, 0, 908, 909, 6, 62, 0, 0, 909, 141, 1, 0, 0, 0, 910, 911, 3, 18, 1, 0, 911, 912, 1, 0, 0, 0, 912, 913, 6, 63, 0, 0, 913, 143, 1, 0, 0, 0, 914, 915, 3, 20, 2, 0, 915, 916, 1, 0, 0, 0, 916, 917, 6, 64, 0, 0, 917, 145, 1, 0, 0, 0, 918, 919, 3, 278, 131, 0, 919, 920, 1, 0, 0, 0, 920, 921, 6, 65, 32, 0, 921, 922, 6, 65, 14, 0, 922, 147, 1, 0, 0, 0, 923, 924, 3, 206, 95, 0, 924, 925, 1, 0, 0, 0, 925, 926, 6, 66, 33, 0, 926, 149, 1, 0, 0, 0, 927, 933, 3, 180, 82, 0, 928, 933, 3, 170, 77, 0, 929, 933, 3, 212, 98, 0, 930, 933, 3, 172, 78, 0, 931, 933, 3, 186, 85, 0, 932, 927, 1, 0, 0, 0, 932, 928, 1, 0, 0, 0, 932, 929, 1, 0, 0, 0, 932, 930, 1, 0, 0, 0, 932, 931, 1, 0, 0, 0, 933, 934, 1, 0, 0, 0, 934, 932, 1, 0, 0, 0, 934, 935, 1, 0, 0, 0, 935, 151, 1, 0, 0, 0, 936, 937, 3, 16, 0, 0, 937, 938, 1, 0, 0, 0, 938, 939, 6, 68, 0, 0, 939, 153, 1, 0, 0, 0, 940, 941, 3, 18, 1, 0, 941, 942, 1, 0, 0, 0, 942, 943, 6, 69, 0, 0, 943, 155, 1, 0, 0, 0, 944, 945, 3, 20, 2, 0, 945, 946, 1, 0, 0, 0, 946, 947, 6, 70, 0, 0, 947, 157, 1, 0, 0, 0, 948, 949, 3, 276, 130, 0, 949, 950, 1, 0, 0, 0, 950, 951, 6, 71, 21, 0, 951, 952, 6, 71, 34, 0, 952, 159, 1, 0, 0, 0, 953, 954, 3, 168, 76, 0, 954, 955, 1, 0, 0, 0, 955, 956, 6, 72, 13, 0, 956, 957, 6, 72, 14, 0, 957, 161, 1, 0, 0, 0, 958, 959, 3, 20, 2, 0, 959, 960, 1, 0, 0, 0, 960, 961, 6, 73, 0, 0, 961, 163, 1, 0, 0, 0, 962, 963, 3, 16, 0, 0, 963, 964, 1, 0, 0, 0, 964, 965, 6, 74, 0, 0, 965, 165, 1, 0, 0, 0, 966, 967, 3, 18, 1, 0, 967, 968, 1, 0, 0, 0, 968, 969, 6, 75, 0, 0, 969, 167, 1, 0, 0, 0, 970, 971, 5, 124, 0, 0, 971, 972, 1, 0, 0, 0, 972, 973, 6, 76, 14, 0, 973, 169, 1, 0, 0, 0, 974, 975, 7, 25, 0, 0, 975, 171, 1, 0, 0, 0, 976, 977, 7, 26, 0, 0, 977, 173, 1, 0, 0, 0, 978, 979, 5, 92, 0, 0, 979, 980, 7, 27, 0, 0, 980, 175, 1, 0, 0, 0, 981, 982, 8, 28, 0, 0, 982, 177, 1, 0, 0, 0, 983, 985, 7, 7, 0, 0, 984, 986, 7, 29, 0, 0, 985, 984, 1, 0, 0, 0, 985, 986, 1, 0, 0, 0, 986, 988, 1, 0, 0, 0, 987, 989, 3, 170, 77, 0, 988, 987, 1, 0, 0, 0, 989, 990, 1, 0, 0, 0, 990, 988, 1, 0, 0, 0, 990, 991, 1, 0, 0, 0, 991, 179, 1, 0, 0, 0, 992, 993, 5, 64, 0, 0, 993, 181, 1, 0, 0, 0, 994, 995, 5, 96, 0, 0, 995, 183, 1, 0, 0, 0, 996, 1000, 8, 30, 0, 0, 997, 998, 5, 96, 0, 0, 998, 1000, 5, 96, 0, 0, 999, 996, 1, 0, 0, 0, 999, 997, 1, 0, 0, 0, 1000, 185, 1, 0, 0, 0, 1001, 1002, 5, 95, 0, 0, 1002, 187, 1, 0, 0, 0, 1003, 1007, 3, 172, 78, 0, 1004, 1007, 3, 170, 77, 0, 1005, 1007, 3, 186, 85, 0, 1006, 1003, 1, 0, 0, 0, 1006, 1004, 1, 0, 0, 0, 1006, 1005, 1, 0, 0, 0, 1007, 189, 1, 0, 0, 0, 1008, 1013, 5, 34, 0, 0, 1009, 1012, 3, 174, 79, 0, 1010, 1012, 3, 176, 80, 0, 1011, 1009, 1, 0, 0, 0, 1011, 1010, 1, 0, 0, 0, 1012, 1015, 1, 0, 0, 0, 1013, 1011, 1, 0, 0, 0, 1013, 1014, 1, 0, 0, 0, 1014, 1016, 1, 0, 0, 0, 1015, 1013, 1, 0, 0, 0, 1016, 1038, 5, 34, 0, 0, 1017, 1018, 5, 34, 0, 0, 1018, 1019, 5, 34, 0, 0, 1019, 1020, 5, 34, 0, 0, 1020, 1024, 1, 0, 0, 0, 1021, 1023, 8, 0, 0, 0, 1022, 1021, 1, 0, 0, 0, 1023, 1026, 1, 0, 0, 0, 1024, 1025, 1, 0, 0, 0, 1024, 1022, 1, 0, 0, 0, 1025, 1027, 1, 0, 0, 0, 1026, 1024, 1, 0, 0, 0, 1027, 1028, 5, 34, 0, 0, 1028, 1029, 5, 34, 0, 0, 1029, 1030, 5, 34, 0, 0, 1030, 1032, 1, 0, 0, 0, 1031, 1033, 5, 34, 0, 0, 1032, 1031, 1, 0, 0, 0, 1032, 1033, 1, 0, 0, 0, 1033, 1035, 1, 0, 0, 0, 1034, 1036, 5, 34, 0, 0, 1035, 1034, 1, 0, 0, 0, 1035, 1036, 1, 0, 0, 0, 1036, 1038, 1, 0, 0, 0, 1037, 1008, 1, 0, 0, 0, 1037, 1017, 1, 0, 0, 0, 1038, 191, 1, 0, 0, 0, 1039, 1041, 3, 170, 77, 0, 1040, 1039, 1, 0, 0, 0, 1041, 1042, 1, 0, 0, 0, 1042, 1040, 1, 0, 0, 0, 1042, 1043, 1, 0, 0, 0, 1043, 193, 1, 0, 0, 0, 1044, 1046, 3, 170, 77, 0, 1045, 1044, 1, 0, 0, 0, 1046, 1047, 1, 0, 0, 0, 1047, 1045, 1, 0, 0, 0, 1047, 1048, 1, 0, 0, 0, 1048, 1049, 1, 0, 0, 0, 1049, 1053, 3, 212, 98, 0, 1050, 1052, 3, 170, 77, 0, 1051, 1050, 1, 0, 0, 0, 1052, 1055, 1, 0, 0, 0, 1053, 1051, 1, 0, 0, 0, 1053, 1054, 1, 0, 0, 0, 1054, 1087, 1, 0, 0, 0, 1055, 1053, 1, 0, 0, 0, 1056, 1058, 3, 212, 98, 0, 1057, 1059, 3, 170, 77, 0, 1058, 1057, 1, 0, 0, 0, 1059, 1060, 1, 0, 0, 0, 1060, 1058, 1, 0, 0, 0, 1060, 1061, 1, 0, 0, 0, 1061, 1087, 1, 0, 0, 0, 1062, 1064, 3, 170, 77, 0, 1063, 1062, 1, 0, 0, 0, 1064, 1065, 1, 0, 0, 0, 1065, 1063, 1, 0, 0, 0, 1065, 1066, 1, 0, 0, 0, 1066, 1074, 1, 0, 0, 0, 1067, 1071, 3, 212, 98, 0, 1068, 1070, 3, 170, 77, 0, 1069, 1068, 1, 0, 0, 0, 1070, 1073, 1, 0, 0, 0, 1071, 1069, 1, 0, 0, 0, 1071, 1072, 1, 0, 0, 0, 1072, 1075, 1, 0, 0, 0, 1073, 1071, 1, 0, 0, 0, 1074, 1067, 1, 0, 0, 0, 1074, 1075, 1, 0, 0, 0, 1075, 1076, 1, 0, 0, 0, 1076, 1077, 3, 178, 81, 0, 1077, 1087, 1, 0, 0, 0, 1078, 1080, 3, 212, 98, 0, 1079, 1081, 3, 170, 77, 0, 1080, 1079, 1, 0, 0, 0, 1081, 1082, 1, 0, 0, 0, 1082, 1080, 1, 0, 0, 0, 1082, 1083, 1, 0, 0, 0, 1083, 1084, 1, 0, 0, 0, 1084, 1085, 3, 178, 81, 0, 1085, 1087, 1, 0, 0, 0, 1086, 1045, 1, 0, 0, 0, 1086, 1056, 1, 0, 0, 0, 1086, 1063, 1, 0, 0, 0, 1086, 1078, 1, 0, 0, 0, 1087, 195, 1, 0, 0, 0, 1088, 1089, 7, 31, 0, 0, 1089, 1090, 7, 32, 0, 0, 1090, 197, 1, 0, 0, 0, 1091, 1092, 7, 4, 0, 0, 1092, 1093, 7, 5, 0, 0, 1093, 1094, 7, 15, 0, 0, 1094, 199, 1, 0, 0, 0, 1095, 1096, 7, 4, 0, 0, 1096, 1097, 7, 16, 0, 0, 1097, 1098, 7, 2, 0, 0, 1098, 201, 1, 0, 0, 0, 1099, 1100, 5, 61, 0, 0, 1100, 203, 1, 0, 0, 0, 1101, 1102, 5, 58, 0, 0, 1102, 1103, 5, 58, 0, 0, 1103, 205, 1, 0, 0, 0, 1104, 1105, 5, 58, 0, 0, 1105, 207, 1, 0, 0, 0, 1106, 1107, 5, 44, 0, 0, 1107, 209, 1, 0, 0, 0, 1108, 1109, 7, 15, 0, 0, 1109, 1110, 7, 7, 0, 0, 1110, 1111, 7, 16, 0, 0, 1111, 1112, 7, 2, 0, 0, 1112, 211, 1, 0, 0, 0, 1113, 1114, 5, 46, 0, 0, 1114, 213, 1, 0, 0, 0, 1115, 1116, 7, 21, 0, 0, 1116, 1117, 7, 4, 0, 0, 1117, 1118, 7, 14, 0, 0, 1118, 1119, 7, 16, 0, 0, 1119, 1120, 7, 7, 0, 0, 1120, 215, 1, 0, 0, 0, 1121, 1122, 7, 21, 0, 0, 1122, 1123, 7, 10, 0, 0, 1123, 1124, 7, 12, 0, 0, 1124, 1125, 7, 16, 0, 0, 1125, 1126, 7, 11, 0, 0, 1126, 217, 1, 0, 0, 0, 1127, 1128, 7, 10, 0, 0, 1128, 1129, 7, 5, 0, 0, 1129, 219, 1, 0, 0, 0, 1130, 1131, 7, 10, 0, 0, 1131, 1132, 7, 16, 0, 0, 1132, 221, 1, 0, 0, 0, 1133, 1134, 7, 14, 0, 0, 1134, 1135, 7, 4, 0, 0, 1135, 1136, 7, 16, 0, 0, 1136, 1137, 7, 11, 0, 0, 1137, 223, 1, 0, 0, 0, 1138, 1139, 7, 14, 0, 0, 1139, 1140, 7, 10, 0, 0, 1140, 1141, 7, 18, 0, 0, 1141, 1142, 7, 7, 0, 0, 1142, 225, 1, 0, 0, 0, 1143, 1144, 7, 5, 0, 0, 1144, 1145, 7, 9, 0, 0, 1145, 1146, 7, 11, 0, 0, 1146, 227, 1, 0, 0, 0, 1147, 1148, 7, 5, 0, 0, 1148, 1149, 7, 22, 0, 0, 1149, 1150, 7, 14, 0, 0, 1150, 1151, 7, 14, 0, 0, 1151, 229, 1, 0, 0, 0, 1152, 1153, 7, 5, 0, 0, 1153, 1154, 7, 22, 0, 0, 1154, 1155, 7, 14, 0, 0, 1155, 1156, 7, 14, 0, 0, 1156, 1157, 7, 16, 0, 0, 1157, 231, 1, 0, 0, 0, 1158, 1159, 7, 9, 0, 0, 1159, 1160, 7, 12, 0, 0, 1160, 233, 1, 0, 0, 0, 1161, 1162, 5, 63, 0, 0, 1162, 235, 1, 0, 0, 0, 1163, 1164, 7, 12, 0, 0, 1164, 1165, 7, 14, 0, 0, 1165, 1166, 7, 10, 0, 0, 1166, 1167, 7, 18, 0, 0, 1167, 1168, 7, 7, 0, 0, 1168, 237, 1, 0, 0, 0, 1169, 1170, 7, 11, 0, 0, 1170, 1171, 7, 12, 0, 0, 1171, 1172, 7, 22, 0, 0, 1172, 1173, 7, 7, 0, 0, 1173, 239, 1, 0, 0, 0, 1174, 1175, 5, 61, 0, 0, 1175, 1176, 5, 61, 0, 0, 1176, 241, 1, 0, 0, 0, 1177, 1178, 5, 61, 0, 0, 1178, 1179, 5, 126, 0, 0, 1179, 243, 1, 0, 0, 0, 1180, 1181, 5, 33, 0, 0, 1181, 1182, 5, 61, 0, 0, 1182, 245, 1, 0, 0, 0, 1183, 1184, 5, 60, 0, 0, 1184, 247, 1, 0, 0, 0, 1185, 1186, 5, 60, 0, 0, 1186, 1187, 5, 61, 0, 0, 1187, 249, 1, 0, 0, 0, 1188, 1189, 5, 62, 0, 0, 1189, 251, 1, 0, 0, 0, 1190, 1191, 5, 62, 0, 0, 1191, 1192, 5, 61, 0, 0, 1192, 253, 1, 0, 0, 0, 1193, 1194, 5, 43, 0, 0, 1194, 255, 1, 0, 0, 0, 1195, 1196, 5, 45, 0, 0, 1196, 257, 1, 0, 0, 0, 1197, 1198, 5, 42, 0, 0, 1198, 259, 1, 0, 0, 0, 1199, 1200, 5, 47, 0, 0, 1200, 261, 1, 0, 0, 0, 1201, 1202, 5, 37, 0, 0, 1202, 263, 1, 0, 0, 0, 1203, 1204, 5, 123, 0, 0, 1204, 265, 1, 0, 0, 0, 1205, 1206, 5, 125, 0, 0, 1206, 267, 1, 0, 0, 0, 1207, 1208, 5, 63, 0, 0, 1208, 1209, 5, 63, 0, 0, 1209, 269, 1, 0, 0, 0, 1210, 1211, 3, 42, 13, 0, 1211, 1212, 1, 0, 0, 0, 1212, 1213, 6, 127, 35, 0, 1213, 271, 1, 0, 0, 0, 1214, 1217, 3, 234, 109, 0, 1215, 1218, 3, 172, 78, 0, 1216, 1218, 3, 186, 85, 0, 1217, 1215, 1, 0, 0, 0, 1217, 1216, 1, 0, 0, 0, 1218, 1222, 1, 0, 0, 0, 1219, 1221, 3, 188, 86, 0, 1220, 1219, 1, 0, 0, 0, 1221, 1224, 1, 0, 0, 0, 1222, 1220, 1, 0, 0, 0, 1222, 1223, 1, 0, 0, 0, 1223, 1232, 1, 0, 0, 0, 1224, 1222, 1, 0, 0, 0, 1225, 1227, 3, 234, 109, 0, 1226, 1228, 3, 170, 77, 0, 1227, 1226, 1, 0, 0, 0, 1228, 1229, 1, 0, 0, 0, 1229, 1227, 1, 0, 0, 0, 1229, 1230, 1, 0, 0, 0, 1230, 1232, 1, 0, 0, 0, 1231, 1214, 1, 0, 0, 0, 1231, 1225, 1, 0, 0, 0, 1232, 273, 1, 0, 0, 0, 1233, 1236, 3, 268, 126, 0, 1234, 1237, 3, 172, 78, 0, 1235, 1237, 3, 186, 85, 0, 1236, 1234, 1, 0, 0, 0, 1236, 1235, 1, 0, 0, 0, 1237, 1241, 1, 0, 0, 0, 1238, 1240, 3, 188, 86, 0, 1239, 1238, 1, 0, 0, 0, 1240, 1243, 1, 0, 0, 0, 1241, 1239, 1, 0, 0, 0, 1241, 1242, 1, 0, 0, 0, 1242, 1251, 1, 0, 0, 0, 1243, 1241, 1, 0, 0, 0, 1244, 1246, 3, 268, 126, 0, 1245, 1247, 3, 170, 77, 0, 1246, 1245, 1, 0, 0, 0, 1247, 1248, 1, 0, 0, 0, 1248, 1246, 1, 0, 0, 0, 1248, 1249, 1, 0, 0, 0, 1249, 1251, 1, 0, 0, 0, 1250, 1233, 1, 0, 0, 0, 1250, 1244, 1, 0, 0, 0, 1251, 275, 1, 0, 0, 0, 1252, 1253, 5, 91, 0, 0, 1253, 1254, 1, 0, 0, 0, 1254, 1255, 6, 130, 4, 0, 1255, 1256, 6, 130, 4, 0, 1256, 277, 1, 0, 0, 0, 1257, 1258, 5, 93, 0, 0, 1258, 1259, 1, 0, 0, 0, 1259, 1260, 6, 131, 14, 0, 1260, 1261, 6, 131, 14, 0, 1261, 279, 1, 0, 0, 0, 1262, 1263, 5, 40, 0, 0, 1263, 1264, 1, 0, 0, 0, 1264, 1265, 6, 132, 4, 0, 1265, 1266, 6, 132, 4, 0, 1266, 281, 1, 0, 0, 0, 1267, 1268, 5, 41, 0, 0, 1268, 1269, 1, 0, 0, 0, 1269, 1270, 6, 133, 14, 0, 1270, 1271, 6, 133, 14, 0, 1271, 283, 1, 0, 0, 0, 1272, 1276, 3, 172, 78, 0, 1273, 1275, 3, 188, 86, 0, 1274, 1273, 1, 0, 0, 0, 1275, 1278, 1, 0, 0, 0, 1276, 1274, 1, 0, 0, 0, 1276, 1277, 1, 0, 0, 0, 1277, 1289, 1, 0, 0, 0, 1278, 1276, 1, 0, 0, 0, 1279, 1282, 3, 186, 85, 0, 1280, 1282, 3, 180, 82, 0, 1281, 1279, 1, 0, 0, 0, 1281, 1280, 1, 0, 0, 0, 1282, 1284, 1, 0, 0, 0, 1283, 1285, 3, 188, 86, 0, 1284, 1283, 1, 0, 0, 0, 1285, 1286, 1, 0, 0, 0, 1286, 1284, 1, 0, 0, 0, 1286, 1287, 1, 0, 0, 0, 1287, 1289, 1, 0, 0, 0, 1288, 1272, 1, 0, 0, 0, 1288, 1281, 1, 0, 0, 0, 1289, 285, 1, 0, 0, 0, 1290, 1292, 3, 182, 83, 0, 1291, 1293, 3, 184, 84, 0, 1292, 1291, 1, 0, 0, 0, 1293, 1294, 1, 0, 0, 0, 1294, 1292, 1, 0, 0, 0, 1294, 1295, 1, 0, 0, 0, 1295, 1296, 1, 0, 0, 0, 1296, 1297, 3, 182, 83, 0, 1297, 287, 1, 0, 0, 0, 1298, 1299, 3, 286, 135, 0, 1299, 289, 1, 0, 0, 0, 1300, 1301, 3, 16, 0, 0, 1301, 1302, 1, 0, 0, 0, 1302, 1303, 6, 137, 0, 0, 1303, 291, 1, 0, 0, 0, 1304, 1305, 3, 18, 1, 0, 1305, 1306, 1, 0, 0, 0, 1306, 1307, 6, 138, 0, 0, 1307, 293, 1, 0, 0, 0, 1308, 1309, 3, 20, 2, 0, 1309, 1310, 1, 0, 0, 0, 1310, 1311, 6, 139, 0, 0, 1311, 295, 1, 0, 0, 0, 1312, 1313, 3, 168, 76, 0, 1313, 1314, 1, 0, 0, 0, 1314, 1315, 6, 140, 13, 0, 1315, 1316, 6, 140, 14, 0, 1316, 297, 1, 0, 0, 0, 1317, 1318, 3, 276, 130, 0, 1318, 1319, 1, 0, 0, 0, 1319, 1320, 6, 141, 21, 0, 1320, 299, 1, 0, 0, 0, 1321, 1322, 3, 278, 131, 0, 1322, 1323, 1, 0, 0, 0, 1323, 1324, 6, 142, 32, 0, 1324, 301, 1, 0, 0, 0, 1325, 1326, 3, 206, 95, 0, 1326, 1327, 1, 0, 0, 0, 1327, 1328, 6, 143, 33, 0, 1328, 303, 1, 0, 0, 0, 1329, 1330, 4, 144, 10, 0, 1330, 1331, 3, 204, 94, 0, 1331, 1332, 1, 0, 0, 0, 1332, 1333, 6, 144, 36, 0, 1333, 305, 1, 0, 0, 0, 1334, 1335, 3, 208, 96, 0, 1335, 1336, 1, 0, 0, 0, 1336, 1337, 6, 145, 18, 0, 1337, 307, 1, 0, 0, 0, 1338, 1339, 3, 202, 93, 0, 1339, 1340, 1, 0, 0, 0, 1340, 1341, 6, 146, 25, 0, 1341, 309, 1, 0, 0, 0, 1342, 1343, 7, 19, 0, 0, 1343, 1344, 7, 7, 0, 0, 1344, 1345, 7, 11, 0, 0, 1345, 1346, 7, 4, 0, 0, 1346, 1347, 7, 15, 0, 0, 1347, 1348, 7, 4, 0, 0, 1348, 1349, 7, 11, 0, 0, 1349, 1350, 7, 4, 0, 0, 1350, 311, 1, 0, 0, 0, 1351, 1355, 8, 33, 0, 0, 1352, 1353, 5, 47, 0, 0, 1353, 1355, 8, 34, 0, 0, 1354, 1351, 1, 0, 0, 0, 1354, 1352, 1, 0, 0, 0, 1355, 313, 1, 0, 0, 0, 1356, 1358, 3, 312, 148, 0, 1357, 1356, 1, 0, 0, 0, 1358, 1359, 1, 0, 0, 0, 1359, 1357, 1, 0, 0, 0, 1359, 1360, 1, 0, 0, 0, 1360, 315, 1, 0, 0, 0, 1361, 1362, 3, 314, 149, 0, 1362, 1363, 1, 0, 0, 0, 1363, 1364, 6, 150, 37, 0, 1364, 317, 1, 0, 0, 0, 1365, 1366, 3, 190, 87, 0, 1366, 1367, 1, 0, 0, 0, 1367, 1368, 6, 151, 38, 0, 1368, 319, 1, 0, 0, 0, 1369, 1370, 3, 16, 0, 0, 1370, 1371, 1, 0, 0, 0, 1371, 1372, 6, 152, 0, 0, 1372, 321, 1, 0, 0, 0, 1373, 1374, 3, 18, 1, 0, 1374, 1375, 1, 0, 0, 0, 1375, 1376, 6, 153, 0, 0, 1376, 323, 1, 0, 0, 0, 1377, 1378, 3, 20, 2, 0, 1378, 1379, 1, 0, 0, 0, 1379, 1380, 6, 154, 0, 0, 1380, 325, 1, 0, 0, 0, 1381, 1382, 3, 280, 132, 0, 1382, 1383, 1, 0, 0, 0, 1383, 1384, 6, 155, 39, 0, 1384, 1385, 6, 155, 34, 0, 1385, 327, 1, 0, 0, 0, 1386, 1387, 3, 168, 76, 0, 1387, 1388, 1, 0, 0, 0, 1388, 1389, 6, 156, 13, 0, 1389, 1390, 6, 156, 14, 0, 1390, 329, 1, 0, 0, 0, 1391, 1392, 3, 20, 2, 0, 1392, 1393, 1, 0, 0, 0, 1393, 1394, 6, 157, 0, 0, 1394, 331, 1, 0, 0, 0, 1395, 1396, 3, 16, 0, 0, 1396, 1397, 1, 0, 0, 0, 1397, 1398, 6, 158, 0, 0, 1398, 333, 1, 0, 0, 0, 1399, 1400, 3, 18, 1, 0, 1400, 1401, 1, 0, 0, 0, 1401, 1402, 6, 159, 0, 0, 1402, 335, 1, 0, 0, 0, 1403, 1404, 3, 168, 76, 0, 1404, 1405, 1, 0, 0, 0, 1405, 1406, 6, 160, 13, 0, 1406, 1407, 6, 160, 14, 0, 1407, 337, 1, 0, 0, 0, 1408, 1409, 7, 35, 0, 0, 1409, 1410, 7, 9, 0, 0, 1410, 1411, 7, 10, 0, 0, 1411, 1412, 7, 5, 0, 0, 1412, 339, 1, 0, 0, 0, 1413, 1414, 3, 460, 222, 0, 1414, 1415, 1, 0, 0, 0, 1415, 1416, 6, 162, 16, 0, 1416, 341, 1, 0, 0, 0, 1417, 1418, 3, 102, 43, 0, 1418, 1419, 1, 0, 0, 0, 1419, 1420, 6, 163, 15, 0, 1420, 1421, 6, 163, 14, 0, 1421, 1422, 6, 163, 4, 0, 1422, 343, 1, 0, 0, 0, 1423, 1424, 7, 22, 0, 0, 1424, 1425, 7, 16, 0, 0, 1425, 1426, 7, 10, 0, 0, 1426, 1427, 7, 5, 0, 0, 1427, 1428, 7, 6, 0, 0, 1428, 1429, 1, 0, 0, 0, 1429, 1430, 6, 164, 14, 0, 1430, 1431, 6, 164, 4, 0, 1431, 345, 1, 0, 0, 0, 1432, 1433, 3, 314, 149, 0, 1433, 1434, 1, 0, 0, 0, 1434, 1435, 6, 165, 37, 0, 1435, 347, 1, 0, 0, 0, 1436, 1437, 3, 190, 87, 0, 1437, 1438, 1, 0, 0, 0, 1438, 1439, 6, 166, 38, 0, 1439, 349, 1, 0, 0, 0, 1440, 1441, 3, 206, 95, 0, 1441, 1442, 1, 0, 0, 0, 1442, 1443, 6, 167, 33, 0, 1443, 351, 1, 0, 0, 0, 1444, 1445, 3, 284, 134, 0, 1445, 1446, 1, 0, 0, 0, 1446, 1447, 6, 168, 20, 0, 1447, 353, 1, 0, 0, 0, 1448, 1449, 3, 288, 136, 0, 1449, 1450, 1, 0, 0, 0, 1450, 1451, 6, 169, 19, 0, 1451, 355, 1, 0, 0, 0, 1452, 1453, 3, 16, 0, 0, 1453, 1454, 1, 0, 0, 0, 1454, 1455, 6, 170, 0, 0, 1455, 357, 1, 0, 0, 0, 1456, 1457, 3, 18, 1, 0, 1457, 1458, 1, 0, 0, 0, 1458, 1459, 6, 171, 0, 0, 1459, 359, 1, 0, 0, 0, 1460, 1461, 3, 20, 2, 0, 1461, 1462, 1, 0, 0, 0, 1462, 1463, 6, 172, 0, 0, 1463, 361, 1, 0, 0, 0, 1464, 1465, 3, 168, 76, 0, 1465, 1466, 1, 0, 0, 0, 1466, 1467, 6, 173, 13, 0, 1467, 1468, 6, 173, 14, 0, 1468, 363, 1, 0, 0, 0, 1469, 1470, 3, 206, 95, 0, 1470, 1471, 1, 0, 0, 0, 1471, 1472, 6, 174, 33, 0, 1472, 365, 1, 0, 0, 0, 1473, 1474, 3, 208, 96, 0, 1474, 1475, 1, 0, 0, 0, 1475, 1476, 6, 175, 18, 0, 1476, 367, 1, 0, 0, 0, 1477, 1478, 3, 212, 98, 0, 1478, 1479, 1, 0, 0, 0, 1479, 1480, 6, 176, 17, 0, 1480, 369, 1, 0, 0, 0, 1481, 1482, 3, 102, 43, 0, 1482, 1483, 1, 0, 0, 0, 1483, 1484, 6, 177, 15, 0, 1484, 1485, 6, 177, 40, 0, 1485, 371, 1, 0, 0, 0, 1486, 1487, 3, 314, 149, 0, 1487, 1488, 1, 0, 0, 0, 1488, 1489, 6, 178, 37, 0, 1489, 373, 1, 0, 0, 0, 1490, 1491, 3, 190, 87, 0, 1491, 1492, 1, 0, 0, 0, 1492, 1493, 6, 179, 38, 0, 1493, 375, 1, 0, 0, 0, 1494, 1495, 3, 16, 0, 0, 1495, 1496, 1, 0, 0, 0, 1496, 1497, 6, 180, 0, 0, 1497, 377, 1, 0, 0, 0, 1498, 1499, 3, 18, 1, 0, 1499, 1500, 1, 0, 0, 0, 1500, 1501, 6, 181, 0, 0, 1501, 379, 1, 0, 0, 0, 1502, 1503, 3, 20, 2, 0, 1503, 1504, 1, 0, 0, 0, 1504, 1505, 6, 182, 0, 0, 1505, 381, 1, 0, 0, 0, 1506, 1507, 3, 168, 76, 0, 1507, 1508, 1, 0, 0, 0, 1508, 1509, 6, 183, 13, 0, 1509, 1510, 6, 183, 14, 0, 1510, 1511, 6, 183, 14, 0, 1511, 383, 1, 0, 0, 0, 1512, 1513, 3, 208, 96, 0, 1513, 1514, 1, 0, 0, 0, 1514, 1515, 6, 184, 18, 0, 1515, 385, 1, 0, 0, 0, 1516, 1517, 3, 212, 98, 0, 1517, 1518, 1, 0, 0, 0, 1518, 1519, 6, 185, 17, 0, 1519, 387, 1, 0, 0, 0, 1520, 1521, 3, 436, 210, 0, 1521, 1522, 1, 0, 0, 0, 1522, 1523, 6, 186, 27, 0, 1523, 389, 1, 0, 0, 0, 1524, 1525, 3, 16, 0, 0, 1525, 1526, 1, 0, 0, 0, 1526, 1527, 6, 187, 0, 0, 1527, 391, 1, 0, 0, 0, 1528, 1529, 3, 18, 1, 0, 1529, 1530, 1, 0, 0, 0, 1530, 1531, 6, 188, 0, 0, 1531, 393, 1, 0, 0, 0, 1532, 1533, 3, 20, 2, 0, 1533, 1534, 1, 0, 0, 0, 1534, 1535, 6, 189, 0, 0, 1535, 395, 1, 0, 0, 0, 1536, 1537, 3, 168, 76, 0, 1537, 1538, 1, 0, 0, 0, 1538, 1539, 6, 190, 13, 0, 1539, 1540, 6, 190, 14, 0, 1540, 397, 1, 0, 0, 0, 1541, 1542, 3, 212, 98, 0, 1542, 1543, 1, 0, 0, 0, 1543, 1544, 6, 191, 17, 0, 1544, 399, 1, 0, 0, 0, 1545, 1546, 3, 234, 109, 0, 1546, 1547, 1, 0, 0, 0, 1547, 1548, 6, 192, 28, 0, 1548, 401, 1, 0, 0, 0, 1549, 1550, 3, 272, 128, 0, 1550, 1551, 1, 0, 0, 0, 1551, 1552, 6, 193, 29, 0, 1552, 403, 1, 0, 0, 0, 1553, 1554, 3, 268, 126, 0, 1554, 1555, 1, 0, 0, 0, 1555, 1556, 6, 194, 30, 0, 1556, 405, 1, 0, 0, 0, 1557, 1558, 3, 274, 129, 0, 1558, 1559, 1, 0, 0, 0, 1559, 1560, 6, 195, 31, 0, 1560, 407, 1, 0, 0, 0, 1561, 1562, 3, 288, 136, 0, 1562, 1563, 1, 0, 0, 0, 1563, 1564, 6, 196, 19, 0, 1564, 409, 1, 0, 0, 0, 1565, 1566, 3, 284, 134, 0, 1566, 1567, 1, 0, 0, 0, 1567, 1568, 6, 197, 20, 0, 1568, 411, 1, 0, 0, 0, 1569, 1570, 3, 16, 0, 0, 1570, 1571, 1, 0, 0, 0, 1571, 1572, 6, 198, 0, 0, 1572, 413, 1, 0, 0, 0, 1573, 1574, 3, 18, 1, 0, 1574, 1575, 1, 0, 0, 0, 1575, 1576, 6, 199, 0, 0, 1576, 415, 1, 0, 0, 0, 1577, 1578, 3, 20, 2, 0, 1578, 1579, 1, 0, 0, 0, 1579, 1580, 6, 200, 0, 0, 1580, 417, 1, 0, 0, 0, 1581, 1582, 3, 168, 76, 0, 1582, 1583, 1, 0, 0, 0, 1583, 1584, 6, 201, 13, 0, 1584, 1585, 6, 201, 14, 0, 1585, 419, 1, 0, 0, 0, 1586, 1587, 3, 212, 98, 0, 1587, 1588, 1, 0, 0, 0, 1588, 1589, 6, 202, 17, 0, 1589, 421, 1, 0, 0, 0, 1590, 1591, 3, 208, 96, 0, 1591, 1592, 1, 0, 0, 0, 1592, 1593, 6, 203, 18, 0, 1593, 423, 1, 0, 0, 0, 1594, 1595, 3, 234, 109, 0, 1595, 1596, 1, 0, 0, 0, 1596, 1597, 6, 204, 28, 0, 1597, 425, 1, 0, 0, 0, 1598, 1599, 3, 272, 128, 0, 1599, 1600, 1, 0, 0, 0, 1600, 1601, 6, 205, 29, 0, 1601, 427, 1, 0, 0, 0, 1602, 1603, 3, 268, 126, 0, 1603, 1604, 1, 0, 0, 0, 1604, 1605, 6, 206, 30, 0, 1605, 429, 1, 0, 0, 0, 1606, 1607, 3, 274, 129, 0, 1607, 1608, 1, 0, 0, 0, 1608, 1609, 6, 207, 31, 0, 1609, 431, 1, 0, 0, 0, 1610, 1615, 3, 172, 78, 0, 1611, 1615, 3, 170, 77, 0, 1612, 1615, 3, 186, 85, 0, 1613, 1615, 3, 258, 121, 0, 1614, 1610, 1, 0, 0, 0, 1614, 1611, 1, 0, 0, 0, 1614, 1612, 1, 0, 0, 0, 1614, 1613, 1, 0, 0, 0, 1615, 433, 1, 0, 0, 0, 1616, 1619, 3, 172, 78, 0, 1617, 1619, 3, 258, 121, 0, 1618, 1616, 1, 0, 0, 0, 1618, 1617, 1, 0, 0, 0, 1619, 1623, 1, 0, 0, 0, 1620, 1622, 3, 432, 208, 0, 1621, 1620, 1, 0, 0, 0, 1622, 1625, 1, 0, 0, 0, 1623, 1621, 1, 0, 0, 0, 1623, 1624, 1, 0, 0, 0, 1624, 1636, 1, 0, 0, 0, 1625, 1623, 1, 0, 0, 0, 1626, 1629, 3, 186, 85, 0, 1627, 1629, 3, 180, 82, 0, 1628, 1626, 1, 0, 0, 0, 1628, 1627, 1, 0, 0, 0, 1629, 1631, 1, 0, 0, 0, 1630, 1632, 3, 432, 208, 0, 1631, 1630, 1, 0, 0, 0, 1632, 1633, 1, 0, 0, 0, 1633, 1631, 1, 0, 0, 0, 1633, 1634, 1, 0, 0, 0, 1634, 1636, 1, 0, 0, 0, 1635, 1618, 1, 0, 0, 0, 1635, 1628, 1, 0, 0, 0, 1636, 435, 1, 0, 0, 0, 1637, 1640, 3, 434, 209, 0, 1638, 1640, 3, 286, 135, 0, 1639, 1637, 1, 0, 0, 0, 1639, 1638, 1, 0, 0, 0, 1640, 1641, 1, 0, 0, 0, 1641, 1639, 1, 0, 0, 0, 1641, 1642, 1, 0, 0, 0, 1642, 437, 1, 0, 0, 0, 1643, 1644, 3, 16, 0, 0, 1644, 1645, 1, 0, 0, 0, 1645, 1646, 6, 211, 0, 0, 1646, 439, 1, 0, 0, 0, 1647, 1648, 3, 18, 1, 0, 1648, 1649, 1, 0, 0, 0, 1649, 1650, 6, 212, 0, 0, 1650, 441, 1, 0, 0, 0, 1651, 1652, 3, 20, 2, 0, 1652, 1653, 1, 0, 0, 0, 1653, 1654, 6, 213, 0, 0, 1654, 443, 1, 0, 0, 0, 1655, 1656, 3, 168, 76, 0, 1656, 1657, 1, 0, 0, 0, 1657, 1658, 6, 214, 13, 0, 1658, 1659, 6, 214, 14, 0, 1659, 445, 1, 0, 0, 0, 1660, 1661, 3, 202, 93, 0, 1661, 1662, 1, 0, 0, 0, 1662, 1663, 6, 215, 25, 0, 1663, 447, 1, 0, 0, 0, 1664, 1665, 3, 208, 96, 0, 1665, 1666, 1, 0, 0, 0, 1666, 1667, 6, 216, 18, 0, 1667, 449, 1, 0, 0, 0, 1668, 1669, 3, 212, 98, 0, 1669, 1670, 1, 0, 0, 0, 1670, 1671, 6, 217, 17, 0, 1671, 451, 1, 0, 0, 0, 1672, 1673, 3, 234, 109, 0, 1673, 1674, 1, 0, 0, 0, 1674, 1675, 6, 218, 28, 0, 1675, 453, 1, 0, 0, 0, 1676, 1677, 3, 272, 128, 0, 1677, 1678, 1, 0, 0, 0, 1678, 1679, 6, 219, 29, 0, 1679, 455, 1, 0, 0, 0, 1680, 1681, 3, 268, 126, 0, 1681, 1682, 1, 0, 0, 0, 1682, 1683, 6, 220, 30, 0, 1683, 457, 1, 0, 0, 0, 1684, 1685, 3, 274, 129, 0, 1685, 1686, 1, 0, 0, 0, 1686, 1687, 6, 221, 31, 0, 1687, 459, 1, 0, 0, 0, 1688, 1689, 7, 4, 0, 0, 1689, 1690, 7, 16, 0, 0, 1690, 461, 1, 0, 0, 0, 1691, 1692, 3, 436, 210, 0, 1692, 1693, 1, 0, 0, 0, 1693, 1694, 6, 223, 27, 0, 1694, 463, 1, 0, 0, 0, 1695, 1696, 3, 16, 0, 0, 1696, 1697, 1, 0, 0, 0, 1697, 1698, 6, 224, 0, 0, 1698, 465, 1, 0, 0, 0, 1699, 1700, 3, 18, 1, 0, 1700, 1701, 1, 0, 0, 0, 1701, 1702, 6, 225, 0, 0, 1702, 467, 1, 0, 0, 0, 1703, 1704, 3, 20, 2, 0, 1704, 1705, 1, 0, 0, 0, 1705, 1706, 6, 226, 0, 0, 1706, 469, 1, 0, 0, 0, 1707, 1708, 3, 168, 76, 0, 1708, 1709, 1, 0, 0, 0, 1709, 1710, 6, 227, 13, 0, 1710, 1711, 6, 227, 14, 0, 1711, 471, 1, 0, 0, 0, 1712, 1713, 7, 10, 0, 0, 1713, 1714, 7, 5, 0, 0, 1714, 1715, 7, 21, 0, 0, 1715, 1716, 7, 9, 0, 0, 1716, 473, 1, 0, 0, 0, 1717, 1718, 3, 16, 0, 0, 1718, 1719, 1, 0, 0, 0, 1719, 1720, 6, 229, 0, 0, 1720, 475, 1, 0, 0, 0, 1721, 1722, 3, 18, 1, 0, 1722, 1723, 1, 0, 0, 0, 1723, 1724, 6, 230, 0, 0, 1724, 477, 1, 0, 0, 0, 1725, 1726, 3, 20, 2, 0, 1726, 1727, 1, 0, 0, 0, 1727, 1728, 6, 231, 0, 0, 1728, 479, 1, 0, 0, 0, 70, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 486, 490, 493, 502, 504, 515, 761, 833, 837, 842, 932, 934, 985, 990, 999, 1006, 1011, 1013, 1024, 1032, 1035, 1037, 1042, 1047, 1053, 1060, 1065, 1071, 1074, 1082, 1086, 1217, 1222, 1229, 1231, 1236, 1241, 1248, 1250, 1276, 1281, 1286, 1288, 1294, 1354, 1359, 1614, 1618, 1623, 1628, 1633, 1635, 1639, 1641, 41, 0, 1, 0, 5, 1, 0, 5, 2, 0, 5, 5, 0, 5, 6, 0, 5, 7, 0, 5, 8, 0, 5, 9, 0, 5, 10, 0, 5, 12, 0, 5, 13, 0, 5, 14, 0, 5, 15, 0, 7, 51, 0, 4, 0, 0, 7, 35, 0, 7, 129, 0, 7, 63, 0, 7, 61, 0, 7, 99, 0, 7, 98, 0, 7, 94, 0, 5, 4, 0, 5, 3, 0, 7, 37, 0, 7, 58, 0, 7, 36, 0, 7, 125, 0, 7, 74, 0, 7, 92, 0, 7, 91, 0, 7, 93, 0, 7, 95, 0, 7, 60, 0, 5, 0, 0, 7, 14, 0, 7, 59, 0, 7, 104, 0, 7, 52, 0, 7, 96, 0, 5, 11, 0] \ No newline at end of file +[4, 0, 137, 1757, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 6, -1, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 2, 59, 7, 59, 2, 60, 7, 60, 2, 61, 7, 61, 2, 62, 7, 62, 2, 63, 7, 63, 2, 64, 7, 64, 2, 65, 7, 65, 2, 66, 7, 66, 2, 67, 7, 67, 2, 68, 7, 68, 2, 69, 7, 69, 2, 70, 7, 70, 2, 71, 7, 71, 2, 72, 7, 72, 2, 73, 7, 73, 2, 74, 7, 74, 2, 75, 7, 75, 2, 76, 7, 76, 2, 77, 7, 77, 2, 78, 7, 78, 2, 79, 7, 79, 2, 80, 7, 80, 2, 81, 7, 81, 2, 82, 7, 82, 2, 83, 7, 83, 2, 84, 7, 84, 2, 85, 7, 85, 2, 86, 7, 86, 2, 87, 7, 87, 2, 88, 7, 88, 2, 89, 7, 89, 2, 90, 7, 90, 2, 91, 7, 91, 2, 92, 7, 92, 2, 93, 7, 93, 2, 94, 7, 94, 2, 95, 7, 95, 2, 96, 7, 96, 2, 97, 7, 97, 2, 98, 7, 98, 2, 99, 7, 99, 2, 100, 7, 100, 2, 101, 7, 101, 2, 102, 7, 102, 2, 103, 7, 103, 2, 104, 7, 104, 2, 105, 7, 105, 2, 106, 7, 106, 2, 107, 7, 107, 2, 108, 7, 108, 2, 109, 7, 109, 2, 110, 7, 110, 2, 111, 7, 111, 2, 112, 7, 112, 2, 113, 7, 113, 2, 114, 7, 114, 2, 115, 7, 115, 2, 116, 7, 116, 2, 117, 7, 117, 2, 118, 7, 118, 2, 119, 7, 119, 2, 120, 7, 120, 2, 121, 7, 121, 2, 122, 7, 122, 2, 123, 7, 123, 2, 124, 7, 124, 2, 125, 7, 125, 2, 126, 7, 126, 2, 127, 7, 127, 2, 128, 7, 128, 2, 129, 7, 129, 2, 130, 7, 130, 2, 131, 7, 131, 2, 132, 7, 132, 2, 133, 7, 133, 2, 134, 7, 134, 2, 135, 7, 135, 2, 136, 7, 136, 2, 137, 7, 137, 2, 138, 7, 138, 2, 139, 7, 139, 2, 140, 7, 140, 2, 141, 7, 141, 2, 142, 7, 142, 2, 143, 7, 143, 2, 144, 7, 144, 2, 145, 7, 145, 2, 146, 7, 146, 2, 147, 7, 147, 2, 148, 7, 148, 2, 149, 7, 149, 2, 150, 7, 150, 2, 151, 7, 151, 2, 152, 7, 152, 2, 153, 7, 153, 2, 154, 7, 154, 2, 155, 7, 155, 2, 156, 7, 156, 2, 157, 7, 157, 2, 158, 7, 158, 2, 159, 7, 159, 2, 160, 7, 160, 2, 161, 7, 161, 2, 162, 7, 162, 2, 163, 7, 163, 2, 164, 7, 164, 2, 165, 7, 165, 2, 166, 7, 166, 2, 167, 7, 167, 2, 168, 7, 168, 2, 169, 7, 169, 2, 170, 7, 170, 2, 171, 7, 171, 2, 172, 7, 172, 2, 173, 7, 173, 2, 174, 7, 174, 2, 175, 7, 175, 2, 176, 7, 176, 2, 177, 7, 177, 2, 178, 7, 178, 2, 179, 7, 179, 2, 180, 7, 180, 2, 181, 7, 181, 2, 182, 7, 182, 2, 183, 7, 183, 2, 184, 7, 184, 2, 185, 7, 185, 2, 186, 7, 186, 2, 187, 7, 187, 2, 188, 7, 188, 2, 189, 7, 189, 2, 190, 7, 190, 2, 191, 7, 191, 2, 192, 7, 192, 2, 193, 7, 193, 2, 194, 7, 194, 2, 195, 7, 195, 2, 196, 7, 196, 2, 197, 7, 197, 2, 198, 7, 198, 2, 199, 7, 199, 2, 200, 7, 200, 2, 201, 7, 201, 2, 202, 7, 202, 2, 203, 7, 203, 2, 204, 7, 204, 2, 205, 7, 205, 2, 206, 7, 206, 2, 207, 7, 207, 2, 208, 7, 208, 2, 209, 7, 209, 2, 210, 7, 210, 2, 211, 7, 211, 2, 212, 7, 212, 2, 213, 7, 213, 2, 214, 7, 214, 2, 215, 7, 215, 2, 216, 7, 216, 2, 217, 7, 217, 2, 218, 7, 218, 2, 219, 7, 219, 2, 220, 7, 220, 2, 221, 7, 221, 2, 222, 7, 222, 2, 223, 7, 223, 2, 224, 7, 224, 2, 225, 7, 225, 2, 226, 7, 226, 2, 227, 7, 227, 2, 228, 7, 228, 2, 229, 7, 229, 2, 230, 7, 230, 2, 231, 7, 231, 2, 232, 7, 232, 2, 233, 7, 233, 2, 234, 7, 234, 2, 235, 7, 235, 1, 0, 1, 0, 1, 0, 1, 0, 5, 0, 493, 8, 0, 10, 0, 12, 0, 496, 9, 0, 1, 0, 3, 0, 499, 8, 0, 1, 0, 3, 0, 502, 8, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 511, 8, 1, 10, 1, 12, 1, 514, 9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 4, 2, 522, 8, 2, 11, 2, 12, 2, 523, 1, 2, 1, 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, 1, 3, 1, 3, 1, 3, 1, 3, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 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, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 6, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 7, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 8, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 9, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 10, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 11, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 13, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 14, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 15, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 16, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 17, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 18, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 19, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 20, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 21, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 22, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 23, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 24, 1, 25, 1, 25, 1, 25, 1, 25, 1, 25, 1, 25, 1, 25, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 26, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 27, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 28, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 29, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 30, 1, 31, 4, 31, 778, 8, 31, 11, 31, 12, 31, 779, 1, 31, 1, 31, 1, 32, 1, 32, 1, 32, 1, 32, 1, 32, 1, 33, 1, 33, 1, 33, 1, 33, 1, 34, 1, 34, 1, 34, 1, 34, 1, 35, 1, 35, 1, 35, 1, 35, 1, 36, 1, 36, 1, 36, 1, 36, 1, 37, 1, 37, 1, 37, 1, 37, 1, 38, 1, 38, 1, 38, 1, 38, 1, 39, 1, 39, 1, 39, 1, 39, 1, 40, 1, 40, 1, 40, 1, 40, 1, 41, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 1, 42, 1, 42, 1, 42, 1, 43, 1, 43, 1, 43, 1, 43, 1, 43, 1, 44, 1, 44, 1, 44, 1, 44, 1, 44, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 47, 4, 47, 848, 8, 47, 11, 47, 12, 47, 849, 1, 47, 1, 47, 3, 47, 854, 8, 47, 1, 47, 4, 47, 857, 8, 47, 11, 47, 12, 47, 858, 1, 48, 1, 48, 1, 48, 1, 48, 1, 49, 1, 49, 1, 49, 1, 49, 1, 50, 1, 50, 1, 50, 1, 50, 1, 51, 1, 51, 1, 51, 1, 51, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 52, 1, 53, 1, 53, 1, 53, 1, 53, 1, 54, 1, 54, 1, 54, 1, 54, 1, 55, 1, 55, 1, 55, 1, 55, 1, 56, 1, 56, 1, 56, 1, 56, 1, 57, 1, 57, 1, 57, 1, 57, 1, 58, 1, 58, 1, 58, 1, 58, 1, 59, 1, 59, 1, 59, 1, 59, 1, 60, 1, 60, 1, 60, 1, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 62, 1, 62, 1, 62, 1, 62, 1, 63, 1, 63, 1, 63, 1, 63, 1, 64, 1, 64, 1, 64, 1, 64, 1, 65, 1, 65, 1, 65, 1, 65, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 67, 1, 67, 1, 67, 1, 67, 1, 68, 1, 68, 1, 68, 1, 68, 1, 68, 4, 68, 949, 8, 68, 11, 68, 12, 68, 950, 1, 69, 1, 69, 1, 69, 1, 69, 1, 70, 1, 70, 1, 70, 1, 70, 1, 71, 1, 71, 1, 71, 1, 71, 1, 72, 1, 72, 1, 72, 1, 72, 1, 72, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 74, 1, 74, 1, 74, 1, 74, 1, 75, 1, 75, 1, 75, 1, 75, 1, 76, 1, 76, 1, 76, 1, 76, 1, 77, 1, 77, 1, 77, 1, 77, 1, 78, 1, 78, 1, 79, 1, 79, 1, 80, 1, 80, 1, 80, 1, 81, 1, 81, 1, 82, 1, 82, 3, 82, 1002, 8, 82, 1, 82, 4, 82, 1005, 8, 82, 11, 82, 12, 82, 1006, 1, 83, 1, 83, 1, 84, 1, 84, 1, 85, 1, 85, 1, 85, 3, 85, 1016, 8, 85, 1, 86, 1, 86, 1, 87, 1, 87, 1, 87, 3, 87, 1023, 8, 87, 1, 88, 1, 88, 1, 88, 5, 88, 1028, 8, 88, 10, 88, 12, 88, 1031, 9, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 5, 88, 1039, 8, 88, 10, 88, 12, 88, 1042, 9, 88, 1, 88, 1, 88, 1, 88, 1, 88, 1, 88, 3, 88, 1049, 8, 88, 1, 88, 3, 88, 1052, 8, 88, 3, 88, 1054, 8, 88, 1, 89, 4, 89, 1057, 8, 89, 11, 89, 12, 89, 1058, 1, 90, 4, 90, 1062, 8, 90, 11, 90, 12, 90, 1063, 1, 90, 1, 90, 5, 90, 1068, 8, 90, 10, 90, 12, 90, 1071, 9, 90, 1, 90, 1, 90, 4, 90, 1075, 8, 90, 11, 90, 12, 90, 1076, 1, 90, 4, 90, 1080, 8, 90, 11, 90, 12, 90, 1081, 1, 90, 1, 90, 5, 90, 1086, 8, 90, 10, 90, 12, 90, 1089, 9, 90, 3, 90, 1091, 8, 90, 1, 90, 1, 90, 1, 90, 1, 90, 4, 90, 1097, 8, 90, 11, 90, 12, 90, 1098, 1, 90, 1, 90, 3, 90, 1103, 8, 90, 1, 91, 1, 91, 1, 91, 1, 91, 1, 92, 1, 92, 1, 92, 1, 93, 1, 93, 1, 93, 1, 93, 1, 94, 1, 94, 1, 95, 1, 95, 1, 95, 1, 96, 1, 96, 1, 96, 1, 97, 1, 97, 1, 98, 1, 98, 1, 99, 1, 99, 1, 99, 1, 99, 1, 99, 1, 100, 1, 100, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 101, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 102, 1, 103, 1, 103, 1, 103, 1, 104, 1, 104, 1, 104, 1, 105, 1, 105, 1, 105, 1, 105, 1, 105, 1, 106, 1, 106, 1, 106, 1, 106, 1, 106, 1, 107, 1, 107, 1, 107, 1, 107, 1, 108, 1, 108, 1, 108, 1, 108, 1, 108, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 109, 1, 110, 1, 110, 1, 110, 1, 111, 1, 111, 1, 111, 1, 112, 1, 112, 1, 113, 1, 113, 1, 113, 1, 113, 1, 113, 1, 113, 1, 114, 1, 114, 1, 114, 1, 114, 1, 114, 1, 115, 1, 115, 1, 115, 1, 115, 1, 115, 1, 116, 1, 116, 1, 116, 1, 117, 1, 117, 1, 117, 1, 118, 1, 118, 1, 118, 1, 119, 1, 119, 1, 120, 1, 120, 1, 120, 1, 121, 1, 121, 1, 122, 1, 122, 1, 122, 1, 123, 1, 123, 1, 124, 1, 124, 1, 125, 1, 125, 1, 126, 1, 126, 1, 127, 1, 127, 1, 128, 1, 128, 1, 129, 1, 129, 1, 130, 1, 130, 1, 130, 1, 131, 1, 131, 1, 131, 1, 131, 1, 132, 1, 132, 1, 132, 3, 132, 1245, 8, 132, 1, 132, 5, 132, 1248, 8, 132, 10, 132, 12, 132, 1251, 9, 132, 1, 132, 1, 132, 4, 132, 1255, 8, 132, 11, 132, 12, 132, 1256, 3, 132, 1259, 8, 132, 1, 133, 1, 133, 1, 133, 3, 133, 1264, 8, 133, 1, 133, 5, 133, 1267, 8, 133, 10, 133, 12, 133, 1270, 9, 133, 1, 133, 1, 133, 4, 133, 1274, 8, 133, 11, 133, 12, 133, 1275, 3, 133, 1278, 8, 133, 1, 134, 1, 134, 1, 134, 1, 134, 1, 134, 1, 135, 1, 135, 1, 135, 1, 135, 1, 135, 1, 136, 1, 136, 1, 136, 1, 136, 1, 136, 1, 137, 1, 137, 1, 137, 1, 137, 1, 137, 1, 138, 1, 138, 5, 138, 1302, 8, 138, 10, 138, 12, 138, 1305, 9, 138, 1, 138, 1, 138, 3, 138, 1309, 8, 138, 1, 138, 4, 138, 1312, 8, 138, 11, 138, 12, 138, 1313, 3, 138, 1316, 8, 138, 1, 139, 1, 139, 4, 139, 1320, 8, 139, 11, 139, 12, 139, 1321, 1, 139, 1, 139, 1, 140, 1, 140, 1, 141, 1, 141, 1, 141, 1, 141, 1, 142, 1, 142, 1, 142, 1, 142, 1, 143, 1, 143, 1, 143, 1, 143, 1, 144, 1, 144, 1, 144, 1, 144, 1, 144, 1, 145, 1, 145, 1, 145, 1, 145, 1, 146, 1, 146, 1, 146, 1, 146, 1, 147, 1, 147, 1, 147, 1, 147, 1, 148, 1, 148, 1, 148, 1, 148, 1, 148, 1, 149, 1, 149, 1, 149, 1, 149, 1, 150, 1, 150, 1, 150, 1, 150, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 151, 1, 152, 1, 152, 1, 152, 3, 152, 1382, 8, 152, 1, 153, 4, 153, 1385, 8, 153, 11, 153, 12, 153, 1386, 1, 154, 1, 154, 1, 154, 1, 154, 1, 155, 1, 155, 1, 155, 1, 155, 1, 156, 1, 156, 1, 156, 1, 156, 1, 157, 1, 157, 1, 157, 1, 157, 1, 158, 1, 158, 1, 158, 1, 158, 1, 159, 1, 159, 1, 159, 1, 159, 1, 159, 1, 160, 1, 160, 1, 160, 1, 160, 1, 160, 1, 161, 1, 161, 1, 161, 1, 161, 1, 162, 1, 162, 1, 162, 1, 162, 1, 163, 1, 163, 1, 163, 1, 163, 1, 164, 1, 164, 1, 164, 1, 164, 1, 164, 1, 165, 1, 165, 1, 165, 1, 165, 1, 165, 1, 166, 1, 166, 1, 166, 1, 166, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 167, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 168, 1, 169, 1, 169, 1, 169, 1, 169, 1, 170, 1, 170, 1, 170, 1, 170, 1, 171, 1, 171, 1, 171, 1, 171, 1, 172, 1, 172, 1, 172, 1, 172, 1, 173, 1, 173, 1, 173, 1, 173, 1, 174, 1, 174, 1, 174, 1, 174, 1, 175, 1, 175, 1, 175, 1, 175, 1, 176, 1, 176, 1, 176, 1, 176, 1, 177, 1, 177, 1, 177, 1, 177, 1, 177, 1, 178, 1, 178, 1, 178, 1, 178, 1, 179, 1, 179, 1, 179, 1, 179, 1, 180, 1, 180, 1, 180, 1, 180, 1, 181, 1, 181, 1, 181, 1, 181, 1, 181, 1, 182, 1, 182, 1, 182, 1, 182, 1, 183, 1, 183, 1, 183, 1, 183, 1, 184, 1, 184, 1, 184, 1, 184, 1, 185, 1, 185, 1, 185, 1, 185, 1, 186, 1, 186, 1, 186, 1, 186, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 1, 187, 1, 188, 1, 188, 1, 188, 1, 188, 1, 189, 1, 189, 1, 189, 1, 189, 1, 190, 1, 190, 1, 190, 1, 190, 1, 191, 1, 191, 1, 191, 1, 191, 1, 192, 1, 192, 1, 192, 1, 192, 1, 193, 1, 193, 1, 193, 1, 193, 1, 194, 1, 194, 1, 194, 1, 194, 1, 194, 1, 195, 1, 195, 1, 195, 1, 195, 1, 196, 1, 196, 1, 196, 1, 196, 1, 197, 1, 197, 1, 197, 1, 197, 1, 198, 1, 198, 1, 198, 1, 198, 1, 199, 1, 199, 1, 199, 1, 199, 1, 200, 1, 200, 1, 200, 1, 200, 1, 201, 1, 201, 1, 201, 1, 201, 1, 202, 1, 202, 1, 202, 1, 202, 1, 203, 1, 203, 1, 203, 1, 203, 1, 204, 1, 204, 1, 204, 1, 204, 1, 205, 1, 205, 1, 205, 1, 205, 1, 205, 1, 206, 1, 206, 1, 206, 1, 206, 1, 207, 1, 207, 1, 207, 1, 207, 1, 208, 1, 208, 1, 208, 1, 208, 1, 209, 1, 209, 1, 209, 1, 209, 1, 210, 1, 210, 1, 210, 1, 210, 1, 211, 1, 211, 1, 211, 1, 211, 1, 212, 1, 212, 1, 212, 1, 212, 3, 212, 1642, 8, 212, 1, 213, 1, 213, 3, 213, 1646, 8, 213, 1, 213, 5, 213, 1649, 8, 213, 10, 213, 12, 213, 1652, 9, 213, 1, 213, 1, 213, 3, 213, 1656, 8, 213, 1, 213, 4, 213, 1659, 8, 213, 11, 213, 12, 213, 1660, 3, 213, 1663, 8, 213, 1, 214, 1, 214, 4, 214, 1667, 8, 214, 11, 214, 12, 214, 1668, 1, 215, 1, 215, 1, 215, 1, 215, 1, 216, 1, 216, 1, 216, 1, 216, 1, 217, 1, 217, 1, 217, 1, 217, 1, 218, 1, 218, 1, 218, 1, 218, 1, 218, 1, 219, 1, 219, 1, 219, 1, 219, 1, 220, 1, 220, 1, 220, 1, 220, 1, 221, 1, 221, 1, 221, 1, 221, 1, 222, 1, 222, 1, 222, 1, 222, 1, 223, 1, 223, 1, 223, 1, 223, 1, 224, 1, 224, 1, 224, 1, 224, 1, 225, 1, 225, 1, 225, 1, 225, 1, 226, 1, 226, 1, 226, 1, 226, 1, 227, 1, 227, 1, 227, 1, 227, 1, 228, 1, 228, 1, 228, 1, 228, 1, 229, 1, 229, 1, 229, 1, 229, 1, 230, 1, 230, 1, 230, 1, 230, 1, 231, 1, 231, 1, 231, 1, 231, 1, 231, 1, 232, 1, 232, 1, 232, 1, 232, 1, 232, 1, 233, 1, 233, 1, 233, 1, 233, 1, 234, 1, 234, 1, 234, 1, 234, 1, 235, 1, 235, 1, 235, 1, 235, 2, 512, 1040, 0, 236, 16, 1, 18, 2, 20, 3, 22, 4, 24, 5, 26, 6, 28, 7, 30, 8, 32, 9, 34, 10, 36, 11, 38, 12, 40, 13, 42, 14, 44, 15, 46, 16, 48, 17, 50, 18, 52, 19, 54, 20, 56, 21, 58, 22, 60, 23, 62, 24, 64, 25, 66, 26, 68, 27, 70, 28, 72, 29, 74, 30, 76, 31, 78, 32, 80, 0, 82, 0, 84, 0, 86, 0, 88, 0, 90, 0, 92, 0, 94, 33, 96, 34, 98, 35, 100, 0, 102, 0, 104, 0, 106, 0, 108, 0, 110, 36, 112, 0, 114, 37, 116, 38, 118, 39, 120, 0, 122, 0, 124, 0, 126, 0, 128, 0, 130, 0, 132, 0, 134, 0, 136, 0, 138, 0, 140, 0, 142, 40, 144, 41, 146, 42, 148, 0, 150, 0, 152, 43, 154, 44, 156, 45, 158, 46, 160, 0, 162, 0, 164, 47, 166, 48, 168, 49, 170, 50, 172, 0, 174, 0, 176, 0, 178, 0, 180, 0, 182, 0, 184, 0, 186, 0, 188, 0, 190, 0, 192, 51, 194, 52, 196, 53, 198, 54, 200, 55, 202, 56, 204, 57, 206, 58, 208, 59, 210, 60, 212, 61, 214, 62, 216, 63, 218, 64, 220, 65, 222, 66, 224, 67, 226, 68, 228, 69, 230, 70, 232, 71, 234, 72, 236, 73, 238, 74, 240, 75, 242, 76, 244, 77, 246, 78, 248, 79, 250, 80, 252, 81, 254, 82, 256, 83, 258, 84, 260, 85, 262, 86, 264, 87, 266, 88, 268, 89, 270, 90, 272, 91, 274, 92, 276, 93, 278, 0, 280, 94, 282, 95, 284, 96, 286, 97, 288, 98, 290, 99, 292, 100, 294, 0, 296, 101, 298, 102, 300, 103, 302, 104, 304, 0, 306, 0, 308, 0, 310, 0, 312, 0, 314, 0, 316, 0, 318, 105, 320, 0, 322, 106, 324, 0, 326, 0, 328, 107, 330, 108, 332, 109, 334, 0, 336, 0, 338, 110, 340, 111, 342, 112, 344, 0, 346, 113, 348, 0, 350, 0, 352, 114, 354, 0, 356, 0, 358, 0, 360, 0, 362, 0, 364, 115, 366, 116, 368, 117, 370, 0, 372, 0, 374, 0, 376, 0, 378, 0, 380, 0, 382, 0, 384, 118, 386, 119, 388, 120, 390, 0, 392, 0, 394, 0, 396, 0, 398, 121, 400, 122, 402, 123, 404, 0, 406, 0, 408, 0, 410, 0, 412, 0, 414, 0, 416, 0, 418, 0, 420, 124, 422, 125, 424, 126, 426, 0, 428, 0, 430, 0, 432, 0, 434, 0, 436, 0, 438, 0, 440, 0, 442, 0, 444, 127, 446, 128, 448, 129, 450, 130, 452, 0, 454, 0, 456, 0, 458, 0, 460, 0, 462, 0, 464, 0, 466, 0, 468, 0, 470, 0, 472, 131, 474, 132, 476, 133, 478, 0, 480, 134, 482, 135, 484, 136, 486, 137, 16, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 36, 2, 0, 10, 10, 13, 13, 3, 0, 9, 10, 13, 13, 32, 32, 2, 0, 67, 67, 99, 99, 2, 0, 72, 72, 104, 104, 2, 0, 65, 65, 97, 97, 2, 0, 78, 78, 110, 110, 2, 0, 71, 71, 103, 103, 2, 0, 69, 69, 101, 101, 2, 0, 80, 80, 112, 112, 2, 0, 79, 79, 111, 111, 2, 0, 73, 73, 105, 105, 2, 0, 84, 84, 116, 116, 2, 0, 82, 82, 114, 114, 2, 0, 88, 88, 120, 120, 2, 0, 76, 76, 108, 108, 2, 0, 68, 68, 100, 100, 2, 0, 83, 83, 115, 115, 2, 0, 86, 86, 118, 118, 2, 0, 75, 75, 107, 107, 2, 0, 77, 77, 109, 109, 2, 0, 87, 87, 119, 119, 2, 0, 70, 70, 102, 102, 2, 0, 85, 85, 117, 117, 6, 0, 9, 10, 13, 13, 32, 32, 47, 47, 91, 91, 93, 93, 11, 0, 9, 10, 13, 13, 32, 32, 34, 35, 44, 44, 47, 47, 58, 58, 60, 60, 62, 63, 92, 92, 124, 124, 1, 0, 48, 57, 2, 0, 65, 90, 97, 122, 8, 0, 34, 34, 78, 78, 82, 82, 84, 84, 92, 92, 110, 110, 114, 114, 116, 116, 4, 0, 10, 10, 13, 13, 34, 34, 92, 92, 2, 0, 43, 43, 45, 45, 1, 0, 96, 96, 2, 0, 66, 66, 98, 98, 2, 0, 89, 89, 121, 121, 11, 0, 9, 10, 13, 13, 32, 32, 34, 34, 44, 44, 47, 47, 58, 58, 61, 61, 91, 91, 93, 93, 124, 124, 2, 0, 42, 42, 47, 47, 2, 0, 74, 74, 106, 106, 1788, 0, 16, 1, 0, 0, 0, 0, 18, 1, 0, 0, 0, 0, 20, 1, 0, 0, 0, 0, 22, 1, 0, 0, 0, 0, 24, 1, 0, 0, 0, 0, 26, 1, 0, 0, 0, 0, 28, 1, 0, 0, 0, 0, 30, 1, 0, 0, 0, 0, 32, 1, 0, 0, 0, 0, 34, 1, 0, 0, 0, 0, 36, 1, 0, 0, 0, 0, 38, 1, 0, 0, 0, 0, 40, 1, 0, 0, 0, 0, 42, 1, 0, 0, 0, 0, 44, 1, 0, 0, 0, 0, 46, 1, 0, 0, 0, 0, 48, 1, 0, 0, 0, 0, 50, 1, 0, 0, 0, 0, 52, 1, 0, 0, 0, 0, 54, 1, 0, 0, 0, 0, 56, 1, 0, 0, 0, 0, 58, 1, 0, 0, 0, 0, 60, 1, 0, 0, 0, 0, 62, 1, 0, 0, 0, 0, 64, 1, 0, 0, 0, 0, 66, 1, 0, 0, 0, 0, 68, 1, 0, 0, 0, 0, 70, 1, 0, 0, 0, 0, 72, 1, 0, 0, 0, 0, 74, 1, 0, 0, 0, 0, 76, 1, 0, 0, 0, 0, 78, 1, 0, 0, 0, 1, 80, 1, 0, 0, 0, 1, 82, 1, 0, 0, 0, 1, 84, 1, 0, 0, 0, 1, 86, 1, 0, 0, 0, 1, 88, 1, 0, 0, 0, 1, 90, 1, 0, 0, 0, 1, 92, 1, 0, 0, 0, 1, 94, 1, 0, 0, 0, 1, 96, 1, 0, 0, 0, 1, 98, 1, 0, 0, 0, 2, 100, 1, 0, 0, 0, 2, 102, 1, 0, 0, 0, 2, 104, 1, 0, 0, 0, 2, 106, 1, 0, 0, 0, 2, 110, 1, 0, 0, 0, 2, 112, 1, 0, 0, 0, 2, 114, 1, 0, 0, 0, 2, 116, 1, 0, 0, 0, 2, 118, 1, 0, 0, 0, 3, 120, 1, 0, 0, 0, 3, 122, 1, 0, 0, 0, 3, 124, 1, 0, 0, 0, 3, 126, 1, 0, 0, 0, 3, 128, 1, 0, 0, 0, 3, 130, 1, 0, 0, 0, 3, 132, 1, 0, 0, 0, 3, 134, 1, 0, 0, 0, 3, 136, 1, 0, 0, 0, 3, 138, 1, 0, 0, 0, 3, 140, 1, 0, 0, 0, 3, 142, 1, 0, 0, 0, 3, 144, 1, 0, 0, 0, 3, 146, 1, 0, 0, 0, 4, 148, 1, 0, 0, 0, 4, 150, 1, 0, 0, 0, 4, 152, 1, 0, 0, 0, 4, 154, 1, 0, 0, 0, 4, 156, 1, 0, 0, 0, 4, 158, 1, 0, 0, 0, 5, 160, 1, 0, 0, 0, 5, 162, 1, 0, 0, 0, 5, 164, 1, 0, 0, 0, 5, 166, 1, 0, 0, 0, 5, 168, 1, 0, 0, 0, 6, 170, 1, 0, 0, 0, 6, 192, 1, 0, 0, 0, 6, 194, 1, 0, 0, 0, 6, 196, 1, 0, 0, 0, 6, 198, 1, 0, 0, 0, 6, 200, 1, 0, 0, 0, 6, 202, 1, 0, 0, 0, 6, 204, 1, 0, 0, 0, 6, 206, 1, 0, 0, 0, 6, 208, 1, 0, 0, 0, 6, 210, 1, 0, 0, 0, 6, 212, 1, 0, 0, 0, 6, 214, 1, 0, 0, 0, 6, 216, 1, 0, 0, 0, 6, 218, 1, 0, 0, 0, 6, 220, 1, 0, 0, 0, 6, 222, 1, 0, 0, 0, 6, 224, 1, 0, 0, 0, 6, 226, 1, 0, 0, 0, 6, 228, 1, 0, 0, 0, 6, 230, 1, 0, 0, 0, 6, 232, 1, 0, 0, 0, 6, 234, 1, 0, 0, 0, 6, 236, 1, 0, 0, 0, 6, 238, 1, 0, 0, 0, 6, 240, 1, 0, 0, 0, 6, 242, 1, 0, 0, 0, 6, 244, 1, 0, 0, 0, 6, 246, 1, 0, 0, 0, 6, 248, 1, 0, 0, 0, 6, 250, 1, 0, 0, 0, 6, 252, 1, 0, 0, 0, 6, 254, 1, 0, 0, 0, 6, 256, 1, 0, 0, 0, 6, 258, 1, 0, 0, 0, 6, 260, 1, 0, 0, 0, 6, 262, 1, 0, 0, 0, 6, 264, 1, 0, 0, 0, 6, 266, 1, 0, 0, 0, 6, 268, 1, 0, 0, 0, 6, 270, 1, 0, 0, 0, 6, 272, 1, 0, 0, 0, 6, 274, 1, 0, 0, 0, 6, 276, 1, 0, 0, 0, 6, 278, 1, 0, 0, 0, 6, 280, 1, 0, 0, 0, 6, 282, 1, 0, 0, 0, 6, 284, 1, 0, 0, 0, 6, 286, 1, 0, 0, 0, 6, 288, 1, 0, 0, 0, 6, 290, 1, 0, 0, 0, 6, 292, 1, 0, 0, 0, 6, 296, 1, 0, 0, 0, 6, 298, 1, 0, 0, 0, 6, 300, 1, 0, 0, 0, 6, 302, 1, 0, 0, 0, 7, 304, 1, 0, 0, 0, 7, 306, 1, 0, 0, 0, 7, 308, 1, 0, 0, 0, 7, 310, 1, 0, 0, 0, 7, 312, 1, 0, 0, 0, 7, 314, 1, 0, 0, 0, 7, 316, 1, 0, 0, 0, 7, 318, 1, 0, 0, 0, 7, 322, 1, 0, 0, 0, 7, 324, 1, 0, 0, 0, 7, 326, 1, 0, 0, 0, 7, 328, 1, 0, 0, 0, 7, 330, 1, 0, 0, 0, 7, 332, 1, 0, 0, 0, 8, 334, 1, 0, 0, 0, 8, 336, 1, 0, 0, 0, 8, 338, 1, 0, 0, 0, 8, 340, 1, 0, 0, 0, 8, 342, 1, 0, 0, 0, 9, 344, 1, 0, 0, 0, 9, 346, 1, 0, 0, 0, 9, 348, 1, 0, 0, 0, 9, 350, 1, 0, 0, 0, 9, 352, 1, 0, 0, 0, 9, 354, 1, 0, 0, 0, 9, 356, 1, 0, 0, 0, 9, 358, 1, 0, 0, 0, 9, 360, 1, 0, 0, 0, 9, 362, 1, 0, 0, 0, 9, 364, 1, 0, 0, 0, 9, 366, 1, 0, 0, 0, 9, 368, 1, 0, 0, 0, 10, 370, 1, 0, 0, 0, 10, 372, 1, 0, 0, 0, 10, 374, 1, 0, 0, 0, 10, 376, 1, 0, 0, 0, 10, 378, 1, 0, 0, 0, 10, 380, 1, 0, 0, 0, 10, 382, 1, 0, 0, 0, 10, 384, 1, 0, 0, 0, 10, 386, 1, 0, 0, 0, 10, 388, 1, 0, 0, 0, 11, 390, 1, 0, 0, 0, 11, 392, 1, 0, 0, 0, 11, 394, 1, 0, 0, 0, 11, 396, 1, 0, 0, 0, 11, 398, 1, 0, 0, 0, 11, 400, 1, 0, 0, 0, 11, 402, 1, 0, 0, 0, 12, 404, 1, 0, 0, 0, 12, 406, 1, 0, 0, 0, 12, 408, 1, 0, 0, 0, 12, 410, 1, 0, 0, 0, 12, 412, 1, 0, 0, 0, 12, 414, 1, 0, 0, 0, 12, 416, 1, 0, 0, 0, 12, 418, 1, 0, 0, 0, 12, 420, 1, 0, 0, 0, 12, 422, 1, 0, 0, 0, 12, 424, 1, 0, 0, 0, 13, 426, 1, 0, 0, 0, 13, 428, 1, 0, 0, 0, 13, 430, 1, 0, 0, 0, 13, 432, 1, 0, 0, 0, 13, 434, 1, 0, 0, 0, 13, 436, 1, 0, 0, 0, 13, 438, 1, 0, 0, 0, 13, 444, 1, 0, 0, 0, 13, 446, 1, 0, 0, 0, 13, 448, 1, 0, 0, 0, 13, 450, 1, 0, 0, 0, 14, 452, 1, 0, 0, 0, 14, 454, 1, 0, 0, 0, 14, 456, 1, 0, 0, 0, 14, 458, 1, 0, 0, 0, 14, 460, 1, 0, 0, 0, 14, 462, 1, 0, 0, 0, 14, 464, 1, 0, 0, 0, 14, 466, 1, 0, 0, 0, 14, 468, 1, 0, 0, 0, 14, 470, 1, 0, 0, 0, 14, 472, 1, 0, 0, 0, 14, 474, 1, 0, 0, 0, 14, 476, 1, 0, 0, 0, 15, 478, 1, 0, 0, 0, 15, 480, 1, 0, 0, 0, 15, 482, 1, 0, 0, 0, 15, 484, 1, 0, 0, 0, 15, 486, 1, 0, 0, 0, 16, 488, 1, 0, 0, 0, 18, 505, 1, 0, 0, 0, 20, 521, 1, 0, 0, 0, 22, 527, 1, 0, 0, 0, 24, 543, 1, 0, 0, 0, 26, 552, 1, 0, 0, 0, 28, 562, 1, 0, 0, 0, 30, 572, 1, 0, 0, 0, 32, 579, 1, 0, 0, 0, 34, 586, 1, 0, 0, 0, 36, 594, 1, 0, 0, 0, 38, 600, 1, 0, 0, 0, 40, 607, 1, 0, 0, 0, 42, 615, 1, 0, 0, 0, 44, 623, 1, 0, 0, 0, 46, 638, 1, 0, 0, 0, 48, 648, 1, 0, 0, 0, 50, 655, 1, 0, 0, 0, 52, 661, 1, 0, 0, 0, 54, 669, 1, 0, 0, 0, 56, 678, 1, 0, 0, 0, 58, 686, 1, 0, 0, 0, 60, 694, 1, 0, 0, 0, 62, 703, 1, 0, 0, 0, 64, 715, 1, 0, 0, 0, 66, 727, 1, 0, 0, 0, 68, 734, 1, 0, 0, 0, 70, 741, 1, 0, 0, 0, 72, 753, 1, 0, 0, 0, 74, 760, 1, 0, 0, 0, 76, 769, 1, 0, 0, 0, 78, 777, 1, 0, 0, 0, 80, 783, 1, 0, 0, 0, 82, 788, 1, 0, 0, 0, 84, 792, 1, 0, 0, 0, 86, 796, 1, 0, 0, 0, 88, 800, 1, 0, 0, 0, 90, 804, 1, 0, 0, 0, 92, 808, 1, 0, 0, 0, 94, 812, 1, 0, 0, 0, 96, 816, 1, 0, 0, 0, 98, 820, 1, 0, 0, 0, 100, 824, 1, 0, 0, 0, 102, 829, 1, 0, 0, 0, 104, 834, 1, 0, 0, 0, 106, 839, 1, 0, 0, 0, 108, 844, 1, 0, 0, 0, 110, 853, 1, 0, 0, 0, 112, 860, 1, 0, 0, 0, 114, 864, 1, 0, 0, 0, 116, 868, 1, 0, 0, 0, 118, 872, 1, 0, 0, 0, 120, 876, 1, 0, 0, 0, 122, 882, 1, 0, 0, 0, 124, 886, 1, 0, 0, 0, 126, 890, 1, 0, 0, 0, 128, 894, 1, 0, 0, 0, 130, 898, 1, 0, 0, 0, 132, 902, 1, 0, 0, 0, 134, 906, 1, 0, 0, 0, 136, 910, 1, 0, 0, 0, 138, 914, 1, 0, 0, 0, 140, 918, 1, 0, 0, 0, 142, 922, 1, 0, 0, 0, 144, 926, 1, 0, 0, 0, 146, 930, 1, 0, 0, 0, 148, 934, 1, 0, 0, 0, 150, 939, 1, 0, 0, 0, 152, 948, 1, 0, 0, 0, 154, 952, 1, 0, 0, 0, 156, 956, 1, 0, 0, 0, 158, 960, 1, 0, 0, 0, 160, 964, 1, 0, 0, 0, 162, 969, 1, 0, 0, 0, 164, 974, 1, 0, 0, 0, 166, 978, 1, 0, 0, 0, 168, 982, 1, 0, 0, 0, 170, 986, 1, 0, 0, 0, 172, 990, 1, 0, 0, 0, 174, 992, 1, 0, 0, 0, 176, 994, 1, 0, 0, 0, 178, 997, 1, 0, 0, 0, 180, 999, 1, 0, 0, 0, 182, 1008, 1, 0, 0, 0, 184, 1010, 1, 0, 0, 0, 186, 1015, 1, 0, 0, 0, 188, 1017, 1, 0, 0, 0, 190, 1022, 1, 0, 0, 0, 192, 1053, 1, 0, 0, 0, 194, 1056, 1, 0, 0, 0, 196, 1102, 1, 0, 0, 0, 198, 1104, 1, 0, 0, 0, 200, 1108, 1, 0, 0, 0, 202, 1111, 1, 0, 0, 0, 204, 1115, 1, 0, 0, 0, 206, 1117, 1, 0, 0, 0, 208, 1120, 1, 0, 0, 0, 210, 1123, 1, 0, 0, 0, 212, 1125, 1, 0, 0, 0, 214, 1127, 1, 0, 0, 0, 216, 1132, 1, 0, 0, 0, 218, 1134, 1, 0, 0, 0, 220, 1140, 1, 0, 0, 0, 222, 1146, 1, 0, 0, 0, 224, 1149, 1, 0, 0, 0, 226, 1152, 1, 0, 0, 0, 228, 1157, 1, 0, 0, 0, 230, 1162, 1, 0, 0, 0, 232, 1166, 1, 0, 0, 0, 234, 1171, 1, 0, 0, 0, 236, 1177, 1, 0, 0, 0, 238, 1180, 1, 0, 0, 0, 240, 1183, 1, 0, 0, 0, 242, 1185, 1, 0, 0, 0, 244, 1191, 1, 0, 0, 0, 246, 1196, 1, 0, 0, 0, 248, 1201, 1, 0, 0, 0, 250, 1204, 1, 0, 0, 0, 252, 1207, 1, 0, 0, 0, 254, 1210, 1, 0, 0, 0, 256, 1212, 1, 0, 0, 0, 258, 1215, 1, 0, 0, 0, 260, 1217, 1, 0, 0, 0, 262, 1220, 1, 0, 0, 0, 264, 1222, 1, 0, 0, 0, 266, 1224, 1, 0, 0, 0, 268, 1226, 1, 0, 0, 0, 270, 1228, 1, 0, 0, 0, 272, 1230, 1, 0, 0, 0, 274, 1232, 1, 0, 0, 0, 276, 1234, 1, 0, 0, 0, 278, 1237, 1, 0, 0, 0, 280, 1258, 1, 0, 0, 0, 282, 1277, 1, 0, 0, 0, 284, 1279, 1, 0, 0, 0, 286, 1284, 1, 0, 0, 0, 288, 1289, 1, 0, 0, 0, 290, 1294, 1, 0, 0, 0, 292, 1315, 1, 0, 0, 0, 294, 1317, 1, 0, 0, 0, 296, 1325, 1, 0, 0, 0, 298, 1327, 1, 0, 0, 0, 300, 1331, 1, 0, 0, 0, 302, 1335, 1, 0, 0, 0, 304, 1339, 1, 0, 0, 0, 306, 1344, 1, 0, 0, 0, 308, 1348, 1, 0, 0, 0, 310, 1352, 1, 0, 0, 0, 312, 1356, 1, 0, 0, 0, 314, 1361, 1, 0, 0, 0, 316, 1365, 1, 0, 0, 0, 318, 1369, 1, 0, 0, 0, 320, 1381, 1, 0, 0, 0, 322, 1384, 1, 0, 0, 0, 324, 1388, 1, 0, 0, 0, 326, 1392, 1, 0, 0, 0, 328, 1396, 1, 0, 0, 0, 330, 1400, 1, 0, 0, 0, 332, 1404, 1, 0, 0, 0, 334, 1408, 1, 0, 0, 0, 336, 1413, 1, 0, 0, 0, 338, 1418, 1, 0, 0, 0, 340, 1422, 1, 0, 0, 0, 342, 1426, 1, 0, 0, 0, 344, 1430, 1, 0, 0, 0, 346, 1435, 1, 0, 0, 0, 348, 1440, 1, 0, 0, 0, 350, 1444, 1, 0, 0, 0, 352, 1450, 1, 0, 0, 0, 354, 1459, 1, 0, 0, 0, 356, 1463, 1, 0, 0, 0, 358, 1467, 1, 0, 0, 0, 360, 1471, 1, 0, 0, 0, 362, 1475, 1, 0, 0, 0, 364, 1479, 1, 0, 0, 0, 366, 1483, 1, 0, 0, 0, 368, 1487, 1, 0, 0, 0, 370, 1491, 1, 0, 0, 0, 372, 1496, 1, 0, 0, 0, 374, 1500, 1, 0, 0, 0, 376, 1504, 1, 0, 0, 0, 378, 1508, 1, 0, 0, 0, 380, 1513, 1, 0, 0, 0, 382, 1517, 1, 0, 0, 0, 384, 1521, 1, 0, 0, 0, 386, 1525, 1, 0, 0, 0, 388, 1529, 1, 0, 0, 0, 390, 1533, 1, 0, 0, 0, 392, 1539, 1, 0, 0, 0, 394, 1543, 1, 0, 0, 0, 396, 1547, 1, 0, 0, 0, 398, 1551, 1, 0, 0, 0, 400, 1555, 1, 0, 0, 0, 402, 1559, 1, 0, 0, 0, 404, 1563, 1, 0, 0, 0, 406, 1568, 1, 0, 0, 0, 408, 1572, 1, 0, 0, 0, 410, 1576, 1, 0, 0, 0, 412, 1580, 1, 0, 0, 0, 414, 1584, 1, 0, 0, 0, 416, 1588, 1, 0, 0, 0, 418, 1592, 1, 0, 0, 0, 420, 1596, 1, 0, 0, 0, 422, 1600, 1, 0, 0, 0, 424, 1604, 1, 0, 0, 0, 426, 1608, 1, 0, 0, 0, 428, 1613, 1, 0, 0, 0, 430, 1617, 1, 0, 0, 0, 432, 1621, 1, 0, 0, 0, 434, 1625, 1, 0, 0, 0, 436, 1629, 1, 0, 0, 0, 438, 1633, 1, 0, 0, 0, 440, 1641, 1, 0, 0, 0, 442, 1662, 1, 0, 0, 0, 444, 1666, 1, 0, 0, 0, 446, 1670, 1, 0, 0, 0, 448, 1674, 1, 0, 0, 0, 450, 1678, 1, 0, 0, 0, 452, 1682, 1, 0, 0, 0, 454, 1687, 1, 0, 0, 0, 456, 1691, 1, 0, 0, 0, 458, 1695, 1, 0, 0, 0, 460, 1699, 1, 0, 0, 0, 462, 1703, 1, 0, 0, 0, 464, 1707, 1, 0, 0, 0, 466, 1711, 1, 0, 0, 0, 468, 1715, 1, 0, 0, 0, 470, 1719, 1, 0, 0, 0, 472, 1723, 1, 0, 0, 0, 474, 1727, 1, 0, 0, 0, 476, 1731, 1, 0, 0, 0, 478, 1735, 1, 0, 0, 0, 480, 1740, 1, 0, 0, 0, 482, 1745, 1, 0, 0, 0, 484, 1749, 1, 0, 0, 0, 486, 1753, 1, 0, 0, 0, 488, 489, 5, 47, 0, 0, 489, 490, 5, 47, 0, 0, 490, 494, 1, 0, 0, 0, 491, 493, 8, 0, 0, 0, 492, 491, 1, 0, 0, 0, 493, 496, 1, 0, 0, 0, 494, 492, 1, 0, 0, 0, 494, 495, 1, 0, 0, 0, 495, 498, 1, 0, 0, 0, 496, 494, 1, 0, 0, 0, 497, 499, 5, 13, 0, 0, 498, 497, 1, 0, 0, 0, 498, 499, 1, 0, 0, 0, 499, 501, 1, 0, 0, 0, 500, 502, 5, 10, 0, 0, 501, 500, 1, 0, 0, 0, 501, 502, 1, 0, 0, 0, 502, 503, 1, 0, 0, 0, 503, 504, 6, 0, 0, 0, 504, 17, 1, 0, 0, 0, 505, 506, 5, 47, 0, 0, 506, 507, 5, 42, 0, 0, 507, 512, 1, 0, 0, 0, 508, 511, 3, 18, 1, 0, 509, 511, 9, 0, 0, 0, 510, 508, 1, 0, 0, 0, 510, 509, 1, 0, 0, 0, 511, 514, 1, 0, 0, 0, 512, 513, 1, 0, 0, 0, 512, 510, 1, 0, 0, 0, 513, 515, 1, 0, 0, 0, 514, 512, 1, 0, 0, 0, 515, 516, 5, 42, 0, 0, 516, 517, 5, 47, 0, 0, 517, 518, 1, 0, 0, 0, 518, 519, 6, 1, 0, 0, 519, 19, 1, 0, 0, 0, 520, 522, 7, 1, 0, 0, 521, 520, 1, 0, 0, 0, 522, 523, 1, 0, 0, 0, 523, 521, 1, 0, 0, 0, 523, 524, 1, 0, 0, 0, 524, 525, 1, 0, 0, 0, 525, 526, 6, 2, 0, 0, 526, 21, 1, 0, 0, 0, 527, 528, 4, 3, 0, 0, 528, 529, 7, 2, 0, 0, 529, 530, 7, 3, 0, 0, 530, 531, 7, 4, 0, 0, 531, 532, 7, 5, 0, 0, 532, 533, 7, 6, 0, 0, 533, 534, 7, 7, 0, 0, 534, 535, 5, 95, 0, 0, 535, 536, 7, 8, 0, 0, 536, 537, 7, 9, 0, 0, 537, 538, 7, 10, 0, 0, 538, 539, 7, 5, 0, 0, 539, 540, 7, 11, 0, 0, 540, 541, 1, 0, 0, 0, 541, 542, 6, 3, 1, 0, 542, 23, 1, 0, 0, 0, 543, 544, 7, 7, 0, 0, 544, 545, 7, 5, 0, 0, 545, 546, 7, 12, 0, 0, 546, 547, 7, 10, 0, 0, 547, 548, 7, 2, 0, 0, 548, 549, 7, 3, 0, 0, 549, 550, 1, 0, 0, 0, 550, 551, 6, 4, 2, 0, 551, 25, 1, 0, 0, 0, 552, 553, 7, 7, 0, 0, 553, 554, 7, 13, 0, 0, 554, 555, 7, 8, 0, 0, 555, 556, 7, 14, 0, 0, 556, 557, 7, 4, 0, 0, 557, 558, 7, 10, 0, 0, 558, 559, 7, 5, 0, 0, 559, 560, 1, 0, 0, 0, 560, 561, 6, 5, 3, 0, 561, 27, 1, 0, 0, 0, 562, 563, 7, 15, 0, 0, 563, 564, 7, 10, 0, 0, 564, 565, 7, 16, 0, 0, 565, 566, 7, 16, 0, 0, 566, 567, 7, 7, 0, 0, 567, 568, 7, 2, 0, 0, 568, 569, 7, 11, 0, 0, 569, 570, 1, 0, 0, 0, 570, 571, 6, 6, 4, 0, 571, 29, 1, 0, 0, 0, 572, 573, 7, 7, 0, 0, 573, 574, 7, 17, 0, 0, 574, 575, 7, 4, 0, 0, 575, 576, 7, 14, 0, 0, 576, 577, 1, 0, 0, 0, 577, 578, 6, 7, 4, 0, 578, 31, 1, 0, 0, 0, 579, 580, 7, 6, 0, 0, 580, 581, 7, 12, 0, 0, 581, 582, 7, 9, 0, 0, 582, 583, 7, 18, 0, 0, 583, 584, 1, 0, 0, 0, 584, 585, 6, 8, 4, 0, 585, 33, 1, 0, 0, 0, 586, 587, 7, 14, 0, 0, 587, 588, 7, 10, 0, 0, 588, 589, 7, 19, 0, 0, 589, 590, 7, 10, 0, 0, 590, 591, 7, 11, 0, 0, 591, 592, 1, 0, 0, 0, 592, 593, 6, 9, 4, 0, 593, 35, 1, 0, 0, 0, 594, 595, 7, 12, 0, 0, 595, 596, 7, 9, 0, 0, 596, 597, 7, 20, 0, 0, 597, 598, 1, 0, 0, 0, 598, 599, 6, 10, 4, 0, 599, 37, 1, 0, 0, 0, 600, 601, 7, 16, 0, 0, 601, 602, 7, 9, 0, 0, 602, 603, 7, 12, 0, 0, 603, 604, 7, 11, 0, 0, 604, 605, 1, 0, 0, 0, 605, 606, 6, 11, 4, 0, 606, 39, 1, 0, 0, 0, 607, 608, 7, 16, 0, 0, 608, 609, 7, 11, 0, 0, 609, 610, 7, 4, 0, 0, 610, 611, 7, 11, 0, 0, 611, 612, 7, 16, 0, 0, 612, 613, 1, 0, 0, 0, 613, 614, 6, 12, 4, 0, 614, 41, 1, 0, 0, 0, 615, 616, 7, 20, 0, 0, 616, 617, 7, 3, 0, 0, 617, 618, 7, 7, 0, 0, 618, 619, 7, 12, 0, 0, 619, 620, 7, 7, 0, 0, 620, 621, 1, 0, 0, 0, 621, 622, 6, 13, 4, 0, 622, 43, 1, 0, 0, 0, 623, 624, 4, 14, 1, 0, 624, 625, 7, 10, 0, 0, 625, 626, 7, 5, 0, 0, 626, 627, 7, 14, 0, 0, 627, 628, 7, 10, 0, 0, 628, 629, 7, 5, 0, 0, 629, 630, 7, 7, 0, 0, 630, 631, 7, 16, 0, 0, 631, 632, 7, 11, 0, 0, 632, 633, 7, 4, 0, 0, 633, 634, 7, 11, 0, 0, 634, 635, 7, 16, 0, 0, 635, 636, 1, 0, 0, 0, 636, 637, 6, 14, 4, 0, 637, 45, 1, 0, 0, 0, 638, 639, 4, 15, 2, 0, 639, 640, 7, 12, 0, 0, 640, 641, 7, 7, 0, 0, 641, 642, 7, 12, 0, 0, 642, 643, 7, 4, 0, 0, 643, 644, 7, 5, 0, 0, 644, 645, 7, 18, 0, 0, 645, 646, 1, 0, 0, 0, 646, 647, 6, 15, 4, 0, 647, 47, 1, 0, 0, 0, 648, 649, 7, 21, 0, 0, 649, 650, 7, 12, 0, 0, 650, 651, 7, 9, 0, 0, 651, 652, 7, 19, 0, 0, 652, 653, 1, 0, 0, 0, 653, 654, 6, 16, 5, 0, 654, 49, 1, 0, 0, 0, 655, 656, 4, 17, 3, 0, 656, 657, 7, 11, 0, 0, 657, 658, 7, 16, 0, 0, 658, 659, 1, 0, 0, 0, 659, 660, 6, 17, 5, 0, 660, 51, 1, 0, 0, 0, 661, 662, 4, 18, 4, 0, 662, 663, 7, 21, 0, 0, 663, 664, 7, 9, 0, 0, 664, 665, 7, 12, 0, 0, 665, 666, 7, 18, 0, 0, 666, 667, 1, 0, 0, 0, 667, 668, 6, 18, 6, 0, 668, 53, 1, 0, 0, 0, 669, 670, 7, 14, 0, 0, 670, 671, 7, 9, 0, 0, 671, 672, 7, 9, 0, 0, 672, 673, 7, 18, 0, 0, 673, 674, 7, 22, 0, 0, 674, 675, 7, 8, 0, 0, 675, 676, 1, 0, 0, 0, 676, 677, 6, 19, 7, 0, 677, 55, 1, 0, 0, 0, 678, 679, 4, 20, 5, 0, 679, 680, 7, 21, 0, 0, 680, 681, 7, 22, 0, 0, 681, 682, 7, 14, 0, 0, 682, 683, 7, 14, 0, 0, 683, 684, 1, 0, 0, 0, 684, 685, 6, 20, 7, 0, 685, 57, 1, 0, 0, 0, 686, 687, 4, 21, 6, 0, 687, 688, 7, 14, 0, 0, 688, 689, 7, 7, 0, 0, 689, 690, 7, 21, 0, 0, 690, 691, 7, 11, 0, 0, 691, 692, 1, 0, 0, 0, 692, 693, 6, 21, 7, 0, 693, 59, 1, 0, 0, 0, 694, 695, 4, 22, 7, 0, 695, 696, 7, 12, 0, 0, 696, 697, 7, 10, 0, 0, 697, 698, 7, 6, 0, 0, 698, 699, 7, 3, 0, 0, 699, 700, 7, 11, 0, 0, 700, 701, 1, 0, 0, 0, 701, 702, 6, 22, 7, 0, 702, 61, 1, 0, 0, 0, 703, 704, 4, 23, 8, 0, 704, 705, 7, 14, 0, 0, 705, 706, 7, 9, 0, 0, 706, 707, 7, 9, 0, 0, 707, 708, 7, 18, 0, 0, 708, 709, 7, 22, 0, 0, 709, 710, 7, 8, 0, 0, 710, 711, 5, 95, 0, 0, 711, 712, 5, 128020, 0, 0, 712, 713, 1, 0, 0, 0, 713, 714, 6, 23, 8, 0, 714, 63, 1, 0, 0, 0, 715, 716, 7, 19, 0, 0, 716, 717, 7, 17, 0, 0, 717, 718, 5, 95, 0, 0, 718, 719, 7, 7, 0, 0, 719, 720, 7, 13, 0, 0, 720, 721, 7, 8, 0, 0, 721, 722, 7, 4, 0, 0, 722, 723, 7, 5, 0, 0, 723, 724, 7, 15, 0, 0, 724, 725, 1, 0, 0, 0, 725, 726, 6, 24, 9, 0, 726, 65, 1, 0, 0, 0, 727, 728, 7, 15, 0, 0, 728, 729, 7, 12, 0, 0, 729, 730, 7, 9, 0, 0, 730, 731, 7, 8, 0, 0, 731, 732, 1, 0, 0, 0, 732, 733, 6, 25, 10, 0, 733, 67, 1, 0, 0, 0, 734, 735, 7, 18, 0, 0, 735, 736, 7, 7, 0, 0, 736, 737, 7, 7, 0, 0, 737, 738, 7, 8, 0, 0, 738, 739, 1, 0, 0, 0, 739, 740, 6, 26, 10, 0, 740, 69, 1, 0, 0, 0, 741, 742, 4, 27, 9, 0, 742, 743, 7, 10, 0, 0, 743, 744, 7, 5, 0, 0, 744, 745, 7, 16, 0, 0, 745, 746, 7, 10, 0, 0, 746, 747, 7, 16, 0, 0, 747, 748, 7, 11, 0, 0, 748, 749, 5, 95, 0, 0, 749, 750, 5, 128020, 0, 0, 750, 751, 1, 0, 0, 0, 751, 752, 6, 27, 10, 0, 752, 71, 1, 0, 0, 0, 753, 754, 4, 28, 10, 0, 754, 755, 7, 12, 0, 0, 755, 756, 7, 12, 0, 0, 756, 757, 7, 21, 0, 0, 757, 758, 1, 0, 0, 0, 758, 759, 6, 28, 4, 0, 759, 73, 1, 0, 0, 0, 760, 761, 7, 12, 0, 0, 761, 762, 7, 7, 0, 0, 762, 763, 7, 5, 0, 0, 763, 764, 7, 4, 0, 0, 764, 765, 7, 19, 0, 0, 765, 766, 7, 7, 0, 0, 766, 767, 1, 0, 0, 0, 767, 768, 6, 29, 11, 0, 768, 75, 1, 0, 0, 0, 769, 770, 7, 16, 0, 0, 770, 771, 7, 3, 0, 0, 771, 772, 7, 9, 0, 0, 772, 773, 7, 20, 0, 0, 773, 774, 1, 0, 0, 0, 774, 775, 6, 30, 12, 0, 775, 77, 1, 0, 0, 0, 776, 778, 8, 23, 0, 0, 777, 776, 1, 0, 0, 0, 778, 779, 1, 0, 0, 0, 779, 777, 1, 0, 0, 0, 779, 780, 1, 0, 0, 0, 780, 781, 1, 0, 0, 0, 781, 782, 6, 31, 4, 0, 782, 79, 1, 0, 0, 0, 783, 784, 3, 170, 77, 0, 784, 785, 1, 0, 0, 0, 785, 786, 6, 32, 13, 0, 786, 787, 6, 32, 14, 0, 787, 81, 1, 0, 0, 0, 788, 789, 3, 236, 110, 0, 789, 790, 1, 0, 0, 0, 790, 791, 6, 33, 15, 0, 791, 83, 1, 0, 0, 0, 792, 793, 3, 200, 92, 0, 793, 794, 1, 0, 0, 0, 794, 795, 6, 34, 16, 0, 795, 85, 1, 0, 0, 0, 796, 797, 3, 216, 100, 0, 797, 798, 1, 0, 0, 0, 798, 799, 6, 35, 17, 0, 799, 87, 1, 0, 0, 0, 800, 801, 3, 212, 98, 0, 801, 802, 1, 0, 0, 0, 802, 803, 6, 36, 18, 0, 803, 89, 1, 0, 0, 0, 804, 805, 3, 296, 140, 0, 805, 806, 1, 0, 0, 0, 806, 807, 6, 37, 19, 0, 807, 91, 1, 0, 0, 0, 808, 809, 3, 292, 138, 0, 809, 810, 1, 0, 0, 0, 810, 811, 6, 38, 20, 0, 811, 93, 1, 0, 0, 0, 812, 813, 3, 16, 0, 0, 813, 814, 1, 0, 0, 0, 814, 815, 6, 39, 0, 0, 815, 95, 1, 0, 0, 0, 816, 817, 3, 18, 1, 0, 817, 818, 1, 0, 0, 0, 818, 819, 6, 40, 0, 0, 819, 97, 1, 0, 0, 0, 820, 821, 3, 20, 2, 0, 821, 822, 1, 0, 0, 0, 822, 823, 6, 41, 0, 0, 823, 99, 1, 0, 0, 0, 824, 825, 3, 170, 77, 0, 825, 826, 1, 0, 0, 0, 826, 827, 6, 42, 13, 0, 827, 828, 6, 42, 14, 0, 828, 101, 1, 0, 0, 0, 829, 830, 3, 284, 134, 0, 830, 831, 1, 0, 0, 0, 831, 832, 6, 43, 21, 0, 832, 833, 6, 43, 22, 0, 833, 103, 1, 0, 0, 0, 834, 835, 3, 236, 110, 0, 835, 836, 1, 0, 0, 0, 836, 837, 6, 44, 15, 0, 837, 838, 6, 44, 23, 0, 838, 105, 1, 0, 0, 0, 839, 840, 3, 246, 115, 0, 840, 841, 1, 0, 0, 0, 841, 842, 6, 45, 24, 0, 842, 843, 6, 45, 23, 0, 843, 107, 1, 0, 0, 0, 844, 845, 8, 24, 0, 0, 845, 109, 1, 0, 0, 0, 846, 848, 3, 108, 46, 0, 847, 846, 1, 0, 0, 0, 848, 849, 1, 0, 0, 0, 849, 847, 1, 0, 0, 0, 849, 850, 1, 0, 0, 0, 850, 851, 1, 0, 0, 0, 851, 852, 3, 210, 97, 0, 852, 854, 1, 0, 0, 0, 853, 847, 1, 0, 0, 0, 853, 854, 1, 0, 0, 0, 854, 856, 1, 0, 0, 0, 855, 857, 3, 108, 46, 0, 856, 855, 1, 0, 0, 0, 857, 858, 1, 0, 0, 0, 858, 856, 1, 0, 0, 0, 858, 859, 1, 0, 0, 0, 859, 111, 1, 0, 0, 0, 860, 861, 3, 110, 47, 0, 861, 862, 1, 0, 0, 0, 862, 863, 6, 48, 25, 0, 863, 113, 1, 0, 0, 0, 864, 865, 3, 16, 0, 0, 865, 866, 1, 0, 0, 0, 866, 867, 6, 49, 0, 0, 867, 115, 1, 0, 0, 0, 868, 869, 3, 18, 1, 0, 869, 870, 1, 0, 0, 0, 870, 871, 6, 50, 0, 0, 871, 117, 1, 0, 0, 0, 872, 873, 3, 20, 2, 0, 873, 874, 1, 0, 0, 0, 874, 875, 6, 51, 0, 0, 875, 119, 1, 0, 0, 0, 876, 877, 3, 170, 77, 0, 877, 878, 1, 0, 0, 0, 878, 879, 6, 52, 13, 0, 879, 880, 6, 52, 14, 0, 880, 881, 6, 52, 14, 0, 881, 121, 1, 0, 0, 0, 882, 883, 3, 204, 94, 0, 883, 884, 1, 0, 0, 0, 884, 885, 6, 53, 26, 0, 885, 123, 1, 0, 0, 0, 886, 887, 3, 212, 98, 0, 887, 888, 1, 0, 0, 0, 888, 889, 6, 54, 18, 0, 889, 125, 1, 0, 0, 0, 890, 891, 3, 216, 100, 0, 891, 892, 1, 0, 0, 0, 892, 893, 6, 55, 17, 0, 893, 127, 1, 0, 0, 0, 894, 895, 3, 246, 115, 0, 895, 896, 1, 0, 0, 0, 896, 897, 6, 56, 24, 0, 897, 129, 1, 0, 0, 0, 898, 899, 3, 444, 214, 0, 899, 900, 1, 0, 0, 0, 900, 901, 6, 57, 27, 0, 901, 131, 1, 0, 0, 0, 902, 903, 3, 296, 140, 0, 903, 904, 1, 0, 0, 0, 904, 905, 6, 58, 19, 0, 905, 133, 1, 0, 0, 0, 906, 907, 3, 240, 112, 0, 907, 908, 1, 0, 0, 0, 908, 909, 6, 59, 28, 0, 909, 135, 1, 0, 0, 0, 910, 911, 3, 280, 132, 0, 911, 912, 1, 0, 0, 0, 912, 913, 6, 60, 29, 0, 913, 137, 1, 0, 0, 0, 914, 915, 3, 276, 130, 0, 915, 916, 1, 0, 0, 0, 916, 917, 6, 61, 30, 0, 917, 139, 1, 0, 0, 0, 918, 919, 3, 282, 133, 0, 919, 920, 1, 0, 0, 0, 920, 921, 6, 62, 31, 0, 921, 141, 1, 0, 0, 0, 922, 923, 3, 16, 0, 0, 923, 924, 1, 0, 0, 0, 924, 925, 6, 63, 0, 0, 925, 143, 1, 0, 0, 0, 926, 927, 3, 18, 1, 0, 927, 928, 1, 0, 0, 0, 928, 929, 6, 64, 0, 0, 929, 145, 1, 0, 0, 0, 930, 931, 3, 20, 2, 0, 931, 932, 1, 0, 0, 0, 932, 933, 6, 65, 0, 0, 933, 147, 1, 0, 0, 0, 934, 935, 3, 286, 135, 0, 935, 936, 1, 0, 0, 0, 936, 937, 6, 66, 32, 0, 937, 938, 6, 66, 14, 0, 938, 149, 1, 0, 0, 0, 939, 940, 3, 210, 97, 0, 940, 941, 1, 0, 0, 0, 941, 942, 6, 67, 33, 0, 942, 151, 1, 0, 0, 0, 943, 949, 3, 182, 83, 0, 944, 949, 3, 172, 78, 0, 945, 949, 3, 216, 100, 0, 946, 949, 3, 174, 79, 0, 947, 949, 3, 188, 86, 0, 948, 943, 1, 0, 0, 0, 948, 944, 1, 0, 0, 0, 948, 945, 1, 0, 0, 0, 948, 946, 1, 0, 0, 0, 948, 947, 1, 0, 0, 0, 949, 950, 1, 0, 0, 0, 950, 948, 1, 0, 0, 0, 950, 951, 1, 0, 0, 0, 951, 153, 1, 0, 0, 0, 952, 953, 3, 16, 0, 0, 953, 954, 1, 0, 0, 0, 954, 955, 6, 69, 0, 0, 955, 155, 1, 0, 0, 0, 956, 957, 3, 18, 1, 0, 957, 958, 1, 0, 0, 0, 958, 959, 6, 70, 0, 0, 959, 157, 1, 0, 0, 0, 960, 961, 3, 20, 2, 0, 961, 962, 1, 0, 0, 0, 962, 963, 6, 71, 0, 0, 963, 159, 1, 0, 0, 0, 964, 965, 3, 284, 134, 0, 965, 966, 1, 0, 0, 0, 966, 967, 6, 72, 21, 0, 967, 968, 6, 72, 34, 0, 968, 161, 1, 0, 0, 0, 969, 970, 3, 170, 77, 0, 970, 971, 1, 0, 0, 0, 971, 972, 6, 73, 13, 0, 972, 973, 6, 73, 14, 0, 973, 163, 1, 0, 0, 0, 974, 975, 3, 20, 2, 0, 975, 976, 1, 0, 0, 0, 976, 977, 6, 74, 0, 0, 977, 165, 1, 0, 0, 0, 978, 979, 3, 16, 0, 0, 979, 980, 1, 0, 0, 0, 980, 981, 6, 75, 0, 0, 981, 167, 1, 0, 0, 0, 982, 983, 3, 18, 1, 0, 983, 984, 1, 0, 0, 0, 984, 985, 6, 76, 0, 0, 985, 169, 1, 0, 0, 0, 986, 987, 5, 124, 0, 0, 987, 988, 1, 0, 0, 0, 988, 989, 6, 77, 14, 0, 989, 171, 1, 0, 0, 0, 990, 991, 7, 25, 0, 0, 991, 173, 1, 0, 0, 0, 992, 993, 7, 26, 0, 0, 993, 175, 1, 0, 0, 0, 994, 995, 5, 92, 0, 0, 995, 996, 7, 27, 0, 0, 996, 177, 1, 0, 0, 0, 997, 998, 8, 28, 0, 0, 998, 179, 1, 0, 0, 0, 999, 1001, 7, 7, 0, 0, 1000, 1002, 7, 29, 0, 0, 1001, 1000, 1, 0, 0, 0, 1001, 1002, 1, 0, 0, 0, 1002, 1004, 1, 0, 0, 0, 1003, 1005, 3, 172, 78, 0, 1004, 1003, 1, 0, 0, 0, 1005, 1006, 1, 0, 0, 0, 1006, 1004, 1, 0, 0, 0, 1006, 1007, 1, 0, 0, 0, 1007, 181, 1, 0, 0, 0, 1008, 1009, 5, 64, 0, 0, 1009, 183, 1, 0, 0, 0, 1010, 1011, 5, 96, 0, 0, 1011, 185, 1, 0, 0, 0, 1012, 1016, 8, 30, 0, 0, 1013, 1014, 5, 96, 0, 0, 1014, 1016, 5, 96, 0, 0, 1015, 1012, 1, 0, 0, 0, 1015, 1013, 1, 0, 0, 0, 1016, 187, 1, 0, 0, 0, 1017, 1018, 5, 95, 0, 0, 1018, 189, 1, 0, 0, 0, 1019, 1023, 3, 174, 79, 0, 1020, 1023, 3, 172, 78, 0, 1021, 1023, 3, 188, 86, 0, 1022, 1019, 1, 0, 0, 0, 1022, 1020, 1, 0, 0, 0, 1022, 1021, 1, 0, 0, 0, 1023, 191, 1, 0, 0, 0, 1024, 1029, 5, 34, 0, 0, 1025, 1028, 3, 176, 80, 0, 1026, 1028, 3, 178, 81, 0, 1027, 1025, 1, 0, 0, 0, 1027, 1026, 1, 0, 0, 0, 1028, 1031, 1, 0, 0, 0, 1029, 1027, 1, 0, 0, 0, 1029, 1030, 1, 0, 0, 0, 1030, 1032, 1, 0, 0, 0, 1031, 1029, 1, 0, 0, 0, 1032, 1054, 5, 34, 0, 0, 1033, 1034, 5, 34, 0, 0, 1034, 1035, 5, 34, 0, 0, 1035, 1036, 5, 34, 0, 0, 1036, 1040, 1, 0, 0, 0, 1037, 1039, 8, 0, 0, 0, 1038, 1037, 1, 0, 0, 0, 1039, 1042, 1, 0, 0, 0, 1040, 1041, 1, 0, 0, 0, 1040, 1038, 1, 0, 0, 0, 1041, 1043, 1, 0, 0, 0, 1042, 1040, 1, 0, 0, 0, 1043, 1044, 5, 34, 0, 0, 1044, 1045, 5, 34, 0, 0, 1045, 1046, 5, 34, 0, 0, 1046, 1048, 1, 0, 0, 0, 1047, 1049, 5, 34, 0, 0, 1048, 1047, 1, 0, 0, 0, 1048, 1049, 1, 0, 0, 0, 1049, 1051, 1, 0, 0, 0, 1050, 1052, 5, 34, 0, 0, 1051, 1050, 1, 0, 0, 0, 1051, 1052, 1, 0, 0, 0, 1052, 1054, 1, 0, 0, 0, 1053, 1024, 1, 0, 0, 0, 1053, 1033, 1, 0, 0, 0, 1054, 193, 1, 0, 0, 0, 1055, 1057, 3, 172, 78, 0, 1056, 1055, 1, 0, 0, 0, 1057, 1058, 1, 0, 0, 0, 1058, 1056, 1, 0, 0, 0, 1058, 1059, 1, 0, 0, 0, 1059, 195, 1, 0, 0, 0, 1060, 1062, 3, 172, 78, 0, 1061, 1060, 1, 0, 0, 0, 1062, 1063, 1, 0, 0, 0, 1063, 1061, 1, 0, 0, 0, 1063, 1064, 1, 0, 0, 0, 1064, 1065, 1, 0, 0, 0, 1065, 1069, 3, 216, 100, 0, 1066, 1068, 3, 172, 78, 0, 1067, 1066, 1, 0, 0, 0, 1068, 1071, 1, 0, 0, 0, 1069, 1067, 1, 0, 0, 0, 1069, 1070, 1, 0, 0, 0, 1070, 1103, 1, 0, 0, 0, 1071, 1069, 1, 0, 0, 0, 1072, 1074, 3, 216, 100, 0, 1073, 1075, 3, 172, 78, 0, 1074, 1073, 1, 0, 0, 0, 1075, 1076, 1, 0, 0, 0, 1076, 1074, 1, 0, 0, 0, 1076, 1077, 1, 0, 0, 0, 1077, 1103, 1, 0, 0, 0, 1078, 1080, 3, 172, 78, 0, 1079, 1078, 1, 0, 0, 0, 1080, 1081, 1, 0, 0, 0, 1081, 1079, 1, 0, 0, 0, 1081, 1082, 1, 0, 0, 0, 1082, 1090, 1, 0, 0, 0, 1083, 1087, 3, 216, 100, 0, 1084, 1086, 3, 172, 78, 0, 1085, 1084, 1, 0, 0, 0, 1086, 1089, 1, 0, 0, 0, 1087, 1085, 1, 0, 0, 0, 1087, 1088, 1, 0, 0, 0, 1088, 1091, 1, 0, 0, 0, 1089, 1087, 1, 0, 0, 0, 1090, 1083, 1, 0, 0, 0, 1090, 1091, 1, 0, 0, 0, 1091, 1092, 1, 0, 0, 0, 1092, 1093, 3, 180, 82, 0, 1093, 1103, 1, 0, 0, 0, 1094, 1096, 3, 216, 100, 0, 1095, 1097, 3, 172, 78, 0, 1096, 1095, 1, 0, 0, 0, 1097, 1098, 1, 0, 0, 0, 1098, 1096, 1, 0, 0, 0, 1098, 1099, 1, 0, 0, 0, 1099, 1100, 1, 0, 0, 0, 1100, 1101, 3, 180, 82, 0, 1101, 1103, 1, 0, 0, 0, 1102, 1061, 1, 0, 0, 0, 1102, 1072, 1, 0, 0, 0, 1102, 1079, 1, 0, 0, 0, 1102, 1094, 1, 0, 0, 0, 1103, 197, 1, 0, 0, 0, 1104, 1105, 7, 4, 0, 0, 1105, 1106, 7, 5, 0, 0, 1106, 1107, 7, 15, 0, 0, 1107, 199, 1, 0, 0, 0, 1108, 1109, 7, 4, 0, 0, 1109, 1110, 7, 16, 0, 0, 1110, 201, 1, 0, 0, 0, 1111, 1112, 7, 4, 0, 0, 1112, 1113, 7, 16, 0, 0, 1113, 1114, 7, 2, 0, 0, 1114, 203, 1, 0, 0, 0, 1115, 1116, 5, 61, 0, 0, 1116, 205, 1, 0, 0, 0, 1117, 1118, 7, 31, 0, 0, 1118, 1119, 7, 32, 0, 0, 1119, 207, 1, 0, 0, 0, 1120, 1121, 5, 58, 0, 0, 1121, 1122, 5, 58, 0, 0, 1122, 209, 1, 0, 0, 0, 1123, 1124, 5, 58, 0, 0, 1124, 211, 1, 0, 0, 0, 1125, 1126, 5, 44, 0, 0, 1126, 213, 1, 0, 0, 0, 1127, 1128, 7, 15, 0, 0, 1128, 1129, 7, 7, 0, 0, 1129, 1130, 7, 16, 0, 0, 1130, 1131, 7, 2, 0, 0, 1131, 215, 1, 0, 0, 0, 1132, 1133, 5, 46, 0, 0, 1133, 217, 1, 0, 0, 0, 1134, 1135, 7, 21, 0, 0, 1135, 1136, 7, 4, 0, 0, 1136, 1137, 7, 14, 0, 0, 1137, 1138, 7, 16, 0, 0, 1138, 1139, 7, 7, 0, 0, 1139, 219, 1, 0, 0, 0, 1140, 1141, 7, 21, 0, 0, 1141, 1142, 7, 10, 0, 0, 1142, 1143, 7, 12, 0, 0, 1143, 1144, 7, 16, 0, 0, 1144, 1145, 7, 11, 0, 0, 1145, 221, 1, 0, 0, 0, 1146, 1147, 7, 10, 0, 0, 1147, 1148, 7, 5, 0, 0, 1148, 223, 1, 0, 0, 0, 1149, 1150, 7, 10, 0, 0, 1150, 1151, 7, 16, 0, 0, 1151, 225, 1, 0, 0, 0, 1152, 1153, 7, 14, 0, 0, 1153, 1154, 7, 4, 0, 0, 1154, 1155, 7, 16, 0, 0, 1155, 1156, 7, 11, 0, 0, 1156, 227, 1, 0, 0, 0, 1157, 1158, 7, 14, 0, 0, 1158, 1159, 7, 10, 0, 0, 1159, 1160, 7, 18, 0, 0, 1160, 1161, 7, 7, 0, 0, 1161, 229, 1, 0, 0, 0, 1162, 1163, 7, 5, 0, 0, 1163, 1164, 7, 9, 0, 0, 1164, 1165, 7, 11, 0, 0, 1165, 231, 1, 0, 0, 0, 1166, 1167, 7, 5, 0, 0, 1167, 1168, 7, 22, 0, 0, 1168, 1169, 7, 14, 0, 0, 1169, 1170, 7, 14, 0, 0, 1170, 233, 1, 0, 0, 0, 1171, 1172, 7, 5, 0, 0, 1172, 1173, 7, 22, 0, 0, 1173, 1174, 7, 14, 0, 0, 1174, 1175, 7, 14, 0, 0, 1175, 1176, 7, 16, 0, 0, 1176, 235, 1, 0, 0, 0, 1177, 1178, 7, 9, 0, 0, 1178, 1179, 7, 5, 0, 0, 1179, 237, 1, 0, 0, 0, 1180, 1181, 7, 9, 0, 0, 1181, 1182, 7, 12, 0, 0, 1182, 239, 1, 0, 0, 0, 1183, 1184, 5, 63, 0, 0, 1184, 241, 1, 0, 0, 0, 1185, 1186, 7, 12, 0, 0, 1186, 1187, 7, 14, 0, 0, 1187, 1188, 7, 10, 0, 0, 1188, 1189, 7, 18, 0, 0, 1189, 1190, 7, 7, 0, 0, 1190, 243, 1, 0, 0, 0, 1191, 1192, 7, 11, 0, 0, 1192, 1193, 7, 12, 0, 0, 1193, 1194, 7, 22, 0, 0, 1194, 1195, 7, 7, 0, 0, 1195, 245, 1, 0, 0, 0, 1196, 1197, 7, 20, 0, 0, 1197, 1198, 7, 10, 0, 0, 1198, 1199, 7, 11, 0, 0, 1199, 1200, 7, 3, 0, 0, 1200, 247, 1, 0, 0, 0, 1201, 1202, 5, 61, 0, 0, 1202, 1203, 5, 61, 0, 0, 1203, 249, 1, 0, 0, 0, 1204, 1205, 5, 61, 0, 0, 1205, 1206, 5, 126, 0, 0, 1206, 251, 1, 0, 0, 0, 1207, 1208, 5, 33, 0, 0, 1208, 1209, 5, 61, 0, 0, 1209, 253, 1, 0, 0, 0, 1210, 1211, 5, 60, 0, 0, 1211, 255, 1, 0, 0, 0, 1212, 1213, 5, 60, 0, 0, 1213, 1214, 5, 61, 0, 0, 1214, 257, 1, 0, 0, 0, 1215, 1216, 5, 62, 0, 0, 1216, 259, 1, 0, 0, 0, 1217, 1218, 5, 62, 0, 0, 1218, 1219, 5, 61, 0, 0, 1219, 261, 1, 0, 0, 0, 1220, 1221, 5, 43, 0, 0, 1221, 263, 1, 0, 0, 0, 1222, 1223, 5, 45, 0, 0, 1223, 265, 1, 0, 0, 0, 1224, 1225, 5, 42, 0, 0, 1225, 267, 1, 0, 0, 0, 1226, 1227, 5, 47, 0, 0, 1227, 269, 1, 0, 0, 0, 1228, 1229, 5, 37, 0, 0, 1229, 271, 1, 0, 0, 0, 1230, 1231, 5, 123, 0, 0, 1231, 273, 1, 0, 0, 0, 1232, 1233, 5, 125, 0, 0, 1233, 275, 1, 0, 0, 0, 1234, 1235, 5, 63, 0, 0, 1235, 1236, 5, 63, 0, 0, 1236, 277, 1, 0, 0, 0, 1237, 1238, 3, 42, 13, 0, 1238, 1239, 1, 0, 0, 0, 1239, 1240, 6, 131, 35, 0, 1240, 279, 1, 0, 0, 0, 1241, 1244, 3, 240, 112, 0, 1242, 1245, 3, 174, 79, 0, 1243, 1245, 3, 188, 86, 0, 1244, 1242, 1, 0, 0, 0, 1244, 1243, 1, 0, 0, 0, 1245, 1249, 1, 0, 0, 0, 1246, 1248, 3, 190, 87, 0, 1247, 1246, 1, 0, 0, 0, 1248, 1251, 1, 0, 0, 0, 1249, 1247, 1, 0, 0, 0, 1249, 1250, 1, 0, 0, 0, 1250, 1259, 1, 0, 0, 0, 1251, 1249, 1, 0, 0, 0, 1252, 1254, 3, 240, 112, 0, 1253, 1255, 3, 172, 78, 0, 1254, 1253, 1, 0, 0, 0, 1255, 1256, 1, 0, 0, 0, 1256, 1254, 1, 0, 0, 0, 1256, 1257, 1, 0, 0, 0, 1257, 1259, 1, 0, 0, 0, 1258, 1241, 1, 0, 0, 0, 1258, 1252, 1, 0, 0, 0, 1259, 281, 1, 0, 0, 0, 1260, 1263, 3, 276, 130, 0, 1261, 1264, 3, 174, 79, 0, 1262, 1264, 3, 188, 86, 0, 1263, 1261, 1, 0, 0, 0, 1263, 1262, 1, 0, 0, 0, 1264, 1268, 1, 0, 0, 0, 1265, 1267, 3, 190, 87, 0, 1266, 1265, 1, 0, 0, 0, 1267, 1270, 1, 0, 0, 0, 1268, 1266, 1, 0, 0, 0, 1268, 1269, 1, 0, 0, 0, 1269, 1278, 1, 0, 0, 0, 1270, 1268, 1, 0, 0, 0, 1271, 1273, 3, 276, 130, 0, 1272, 1274, 3, 172, 78, 0, 1273, 1272, 1, 0, 0, 0, 1274, 1275, 1, 0, 0, 0, 1275, 1273, 1, 0, 0, 0, 1275, 1276, 1, 0, 0, 0, 1276, 1278, 1, 0, 0, 0, 1277, 1260, 1, 0, 0, 0, 1277, 1271, 1, 0, 0, 0, 1278, 283, 1, 0, 0, 0, 1279, 1280, 5, 91, 0, 0, 1280, 1281, 1, 0, 0, 0, 1281, 1282, 6, 134, 4, 0, 1282, 1283, 6, 134, 4, 0, 1283, 285, 1, 0, 0, 0, 1284, 1285, 5, 93, 0, 0, 1285, 1286, 1, 0, 0, 0, 1286, 1287, 6, 135, 14, 0, 1287, 1288, 6, 135, 14, 0, 1288, 287, 1, 0, 0, 0, 1289, 1290, 5, 40, 0, 0, 1290, 1291, 1, 0, 0, 0, 1291, 1292, 6, 136, 4, 0, 1292, 1293, 6, 136, 4, 0, 1293, 289, 1, 0, 0, 0, 1294, 1295, 5, 41, 0, 0, 1295, 1296, 1, 0, 0, 0, 1296, 1297, 6, 137, 14, 0, 1297, 1298, 6, 137, 14, 0, 1298, 291, 1, 0, 0, 0, 1299, 1303, 3, 174, 79, 0, 1300, 1302, 3, 190, 87, 0, 1301, 1300, 1, 0, 0, 0, 1302, 1305, 1, 0, 0, 0, 1303, 1301, 1, 0, 0, 0, 1303, 1304, 1, 0, 0, 0, 1304, 1316, 1, 0, 0, 0, 1305, 1303, 1, 0, 0, 0, 1306, 1309, 3, 188, 86, 0, 1307, 1309, 3, 182, 83, 0, 1308, 1306, 1, 0, 0, 0, 1308, 1307, 1, 0, 0, 0, 1309, 1311, 1, 0, 0, 0, 1310, 1312, 3, 190, 87, 0, 1311, 1310, 1, 0, 0, 0, 1312, 1313, 1, 0, 0, 0, 1313, 1311, 1, 0, 0, 0, 1313, 1314, 1, 0, 0, 0, 1314, 1316, 1, 0, 0, 0, 1315, 1299, 1, 0, 0, 0, 1315, 1308, 1, 0, 0, 0, 1316, 293, 1, 0, 0, 0, 1317, 1319, 3, 184, 84, 0, 1318, 1320, 3, 186, 85, 0, 1319, 1318, 1, 0, 0, 0, 1320, 1321, 1, 0, 0, 0, 1321, 1319, 1, 0, 0, 0, 1321, 1322, 1, 0, 0, 0, 1322, 1323, 1, 0, 0, 0, 1323, 1324, 3, 184, 84, 0, 1324, 295, 1, 0, 0, 0, 1325, 1326, 3, 294, 139, 0, 1326, 297, 1, 0, 0, 0, 1327, 1328, 3, 16, 0, 0, 1328, 1329, 1, 0, 0, 0, 1329, 1330, 6, 141, 0, 0, 1330, 299, 1, 0, 0, 0, 1331, 1332, 3, 18, 1, 0, 1332, 1333, 1, 0, 0, 0, 1333, 1334, 6, 142, 0, 0, 1334, 301, 1, 0, 0, 0, 1335, 1336, 3, 20, 2, 0, 1336, 1337, 1, 0, 0, 0, 1337, 1338, 6, 143, 0, 0, 1338, 303, 1, 0, 0, 0, 1339, 1340, 3, 170, 77, 0, 1340, 1341, 1, 0, 0, 0, 1341, 1342, 6, 144, 13, 0, 1342, 1343, 6, 144, 14, 0, 1343, 305, 1, 0, 0, 0, 1344, 1345, 3, 284, 134, 0, 1345, 1346, 1, 0, 0, 0, 1346, 1347, 6, 145, 21, 0, 1347, 307, 1, 0, 0, 0, 1348, 1349, 3, 286, 135, 0, 1349, 1350, 1, 0, 0, 0, 1350, 1351, 6, 146, 32, 0, 1351, 309, 1, 0, 0, 0, 1352, 1353, 3, 210, 97, 0, 1353, 1354, 1, 0, 0, 0, 1354, 1355, 6, 147, 33, 0, 1355, 311, 1, 0, 0, 0, 1356, 1357, 4, 148, 11, 0, 1357, 1358, 3, 208, 96, 0, 1358, 1359, 1, 0, 0, 0, 1359, 1360, 6, 148, 36, 0, 1360, 313, 1, 0, 0, 0, 1361, 1362, 3, 212, 98, 0, 1362, 1363, 1, 0, 0, 0, 1363, 1364, 6, 149, 18, 0, 1364, 315, 1, 0, 0, 0, 1365, 1366, 3, 204, 94, 0, 1366, 1367, 1, 0, 0, 0, 1367, 1368, 6, 150, 26, 0, 1368, 317, 1, 0, 0, 0, 1369, 1370, 7, 19, 0, 0, 1370, 1371, 7, 7, 0, 0, 1371, 1372, 7, 11, 0, 0, 1372, 1373, 7, 4, 0, 0, 1373, 1374, 7, 15, 0, 0, 1374, 1375, 7, 4, 0, 0, 1375, 1376, 7, 11, 0, 0, 1376, 1377, 7, 4, 0, 0, 1377, 319, 1, 0, 0, 0, 1378, 1382, 8, 33, 0, 0, 1379, 1380, 5, 47, 0, 0, 1380, 1382, 8, 34, 0, 0, 1381, 1378, 1, 0, 0, 0, 1381, 1379, 1, 0, 0, 0, 1382, 321, 1, 0, 0, 0, 1383, 1385, 3, 320, 152, 0, 1384, 1383, 1, 0, 0, 0, 1385, 1386, 1, 0, 0, 0, 1386, 1384, 1, 0, 0, 0, 1386, 1387, 1, 0, 0, 0, 1387, 323, 1, 0, 0, 0, 1388, 1389, 3, 322, 153, 0, 1389, 1390, 1, 0, 0, 0, 1390, 1391, 6, 154, 37, 0, 1391, 325, 1, 0, 0, 0, 1392, 1393, 3, 192, 88, 0, 1393, 1394, 1, 0, 0, 0, 1394, 1395, 6, 155, 38, 0, 1395, 327, 1, 0, 0, 0, 1396, 1397, 3, 16, 0, 0, 1397, 1398, 1, 0, 0, 0, 1398, 1399, 6, 156, 0, 0, 1399, 329, 1, 0, 0, 0, 1400, 1401, 3, 18, 1, 0, 1401, 1402, 1, 0, 0, 0, 1402, 1403, 6, 157, 0, 0, 1403, 331, 1, 0, 0, 0, 1404, 1405, 3, 20, 2, 0, 1405, 1406, 1, 0, 0, 0, 1406, 1407, 6, 158, 0, 0, 1407, 333, 1, 0, 0, 0, 1408, 1409, 3, 288, 136, 0, 1409, 1410, 1, 0, 0, 0, 1410, 1411, 6, 159, 39, 0, 1411, 1412, 6, 159, 34, 0, 1412, 335, 1, 0, 0, 0, 1413, 1414, 3, 170, 77, 0, 1414, 1415, 1, 0, 0, 0, 1415, 1416, 6, 160, 13, 0, 1416, 1417, 6, 160, 14, 0, 1417, 337, 1, 0, 0, 0, 1418, 1419, 3, 20, 2, 0, 1419, 1420, 1, 0, 0, 0, 1420, 1421, 6, 161, 0, 0, 1421, 339, 1, 0, 0, 0, 1422, 1423, 3, 16, 0, 0, 1423, 1424, 1, 0, 0, 0, 1424, 1425, 6, 162, 0, 0, 1425, 341, 1, 0, 0, 0, 1426, 1427, 3, 18, 1, 0, 1427, 1428, 1, 0, 0, 0, 1428, 1429, 6, 163, 0, 0, 1429, 343, 1, 0, 0, 0, 1430, 1431, 3, 170, 77, 0, 1431, 1432, 1, 0, 0, 0, 1432, 1433, 6, 164, 13, 0, 1433, 1434, 6, 164, 14, 0, 1434, 345, 1, 0, 0, 0, 1435, 1436, 7, 35, 0, 0, 1436, 1437, 7, 9, 0, 0, 1437, 1438, 7, 10, 0, 0, 1438, 1439, 7, 5, 0, 0, 1439, 347, 1, 0, 0, 0, 1440, 1441, 3, 200, 92, 0, 1441, 1442, 1, 0, 0, 0, 1442, 1443, 6, 166, 16, 0, 1443, 349, 1, 0, 0, 0, 1444, 1445, 3, 236, 110, 0, 1445, 1446, 1, 0, 0, 0, 1446, 1447, 6, 167, 15, 0, 1447, 1448, 6, 167, 14, 0, 1448, 1449, 6, 167, 4, 0, 1449, 351, 1, 0, 0, 0, 1450, 1451, 7, 22, 0, 0, 1451, 1452, 7, 16, 0, 0, 1452, 1453, 7, 10, 0, 0, 1453, 1454, 7, 5, 0, 0, 1454, 1455, 7, 6, 0, 0, 1455, 1456, 1, 0, 0, 0, 1456, 1457, 6, 168, 14, 0, 1457, 1458, 6, 168, 4, 0, 1458, 353, 1, 0, 0, 0, 1459, 1460, 3, 322, 153, 0, 1460, 1461, 1, 0, 0, 0, 1461, 1462, 6, 169, 37, 0, 1462, 355, 1, 0, 0, 0, 1463, 1464, 3, 192, 88, 0, 1464, 1465, 1, 0, 0, 0, 1465, 1466, 6, 170, 38, 0, 1466, 357, 1, 0, 0, 0, 1467, 1468, 3, 210, 97, 0, 1468, 1469, 1, 0, 0, 0, 1469, 1470, 6, 171, 33, 0, 1470, 359, 1, 0, 0, 0, 1471, 1472, 3, 292, 138, 0, 1472, 1473, 1, 0, 0, 0, 1473, 1474, 6, 172, 20, 0, 1474, 361, 1, 0, 0, 0, 1475, 1476, 3, 296, 140, 0, 1476, 1477, 1, 0, 0, 0, 1477, 1478, 6, 173, 19, 0, 1478, 363, 1, 0, 0, 0, 1479, 1480, 3, 16, 0, 0, 1480, 1481, 1, 0, 0, 0, 1481, 1482, 6, 174, 0, 0, 1482, 365, 1, 0, 0, 0, 1483, 1484, 3, 18, 1, 0, 1484, 1485, 1, 0, 0, 0, 1485, 1486, 6, 175, 0, 0, 1486, 367, 1, 0, 0, 0, 1487, 1488, 3, 20, 2, 0, 1488, 1489, 1, 0, 0, 0, 1489, 1490, 6, 176, 0, 0, 1490, 369, 1, 0, 0, 0, 1491, 1492, 3, 170, 77, 0, 1492, 1493, 1, 0, 0, 0, 1493, 1494, 6, 177, 13, 0, 1494, 1495, 6, 177, 14, 0, 1495, 371, 1, 0, 0, 0, 1496, 1497, 3, 210, 97, 0, 1497, 1498, 1, 0, 0, 0, 1498, 1499, 6, 178, 33, 0, 1499, 373, 1, 0, 0, 0, 1500, 1501, 3, 212, 98, 0, 1501, 1502, 1, 0, 0, 0, 1502, 1503, 6, 179, 18, 0, 1503, 375, 1, 0, 0, 0, 1504, 1505, 3, 216, 100, 0, 1505, 1506, 1, 0, 0, 0, 1506, 1507, 6, 180, 17, 0, 1507, 377, 1, 0, 0, 0, 1508, 1509, 3, 236, 110, 0, 1509, 1510, 1, 0, 0, 0, 1510, 1511, 6, 181, 15, 0, 1511, 1512, 6, 181, 40, 0, 1512, 379, 1, 0, 0, 0, 1513, 1514, 3, 322, 153, 0, 1514, 1515, 1, 0, 0, 0, 1515, 1516, 6, 182, 37, 0, 1516, 381, 1, 0, 0, 0, 1517, 1518, 3, 192, 88, 0, 1518, 1519, 1, 0, 0, 0, 1519, 1520, 6, 183, 38, 0, 1520, 383, 1, 0, 0, 0, 1521, 1522, 3, 16, 0, 0, 1522, 1523, 1, 0, 0, 0, 1523, 1524, 6, 184, 0, 0, 1524, 385, 1, 0, 0, 0, 1525, 1526, 3, 18, 1, 0, 1526, 1527, 1, 0, 0, 0, 1527, 1528, 6, 185, 0, 0, 1528, 387, 1, 0, 0, 0, 1529, 1530, 3, 20, 2, 0, 1530, 1531, 1, 0, 0, 0, 1531, 1532, 6, 186, 0, 0, 1532, 389, 1, 0, 0, 0, 1533, 1534, 3, 170, 77, 0, 1534, 1535, 1, 0, 0, 0, 1535, 1536, 6, 187, 13, 0, 1536, 1537, 6, 187, 14, 0, 1537, 1538, 6, 187, 14, 0, 1538, 391, 1, 0, 0, 0, 1539, 1540, 3, 212, 98, 0, 1540, 1541, 1, 0, 0, 0, 1541, 1542, 6, 188, 18, 0, 1542, 393, 1, 0, 0, 0, 1543, 1544, 3, 216, 100, 0, 1544, 1545, 1, 0, 0, 0, 1545, 1546, 6, 189, 17, 0, 1546, 395, 1, 0, 0, 0, 1547, 1548, 3, 444, 214, 0, 1548, 1549, 1, 0, 0, 0, 1549, 1550, 6, 190, 27, 0, 1550, 397, 1, 0, 0, 0, 1551, 1552, 3, 16, 0, 0, 1552, 1553, 1, 0, 0, 0, 1553, 1554, 6, 191, 0, 0, 1554, 399, 1, 0, 0, 0, 1555, 1556, 3, 18, 1, 0, 1556, 1557, 1, 0, 0, 0, 1557, 1558, 6, 192, 0, 0, 1558, 401, 1, 0, 0, 0, 1559, 1560, 3, 20, 2, 0, 1560, 1561, 1, 0, 0, 0, 1561, 1562, 6, 193, 0, 0, 1562, 403, 1, 0, 0, 0, 1563, 1564, 3, 170, 77, 0, 1564, 1565, 1, 0, 0, 0, 1565, 1566, 6, 194, 13, 0, 1566, 1567, 6, 194, 14, 0, 1567, 405, 1, 0, 0, 0, 1568, 1569, 3, 216, 100, 0, 1569, 1570, 1, 0, 0, 0, 1570, 1571, 6, 195, 17, 0, 1571, 407, 1, 0, 0, 0, 1572, 1573, 3, 240, 112, 0, 1573, 1574, 1, 0, 0, 0, 1574, 1575, 6, 196, 28, 0, 1575, 409, 1, 0, 0, 0, 1576, 1577, 3, 280, 132, 0, 1577, 1578, 1, 0, 0, 0, 1578, 1579, 6, 197, 29, 0, 1579, 411, 1, 0, 0, 0, 1580, 1581, 3, 276, 130, 0, 1581, 1582, 1, 0, 0, 0, 1582, 1583, 6, 198, 30, 0, 1583, 413, 1, 0, 0, 0, 1584, 1585, 3, 282, 133, 0, 1585, 1586, 1, 0, 0, 0, 1586, 1587, 6, 199, 31, 0, 1587, 415, 1, 0, 0, 0, 1588, 1589, 3, 296, 140, 0, 1589, 1590, 1, 0, 0, 0, 1590, 1591, 6, 200, 19, 0, 1591, 417, 1, 0, 0, 0, 1592, 1593, 3, 292, 138, 0, 1593, 1594, 1, 0, 0, 0, 1594, 1595, 6, 201, 20, 0, 1595, 419, 1, 0, 0, 0, 1596, 1597, 3, 16, 0, 0, 1597, 1598, 1, 0, 0, 0, 1598, 1599, 6, 202, 0, 0, 1599, 421, 1, 0, 0, 0, 1600, 1601, 3, 18, 1, 0, 1601, 1602, 1, 0, 0, 0, 1602, 1603, 6, 203, 0, 0, 1603, 423, 1, 0, 0, 0, 1604, 1605, 3, 20, 2, 0, 1605, 1606, 1, 0, 0, 0, 1606, 1607, 6, 204, 0, 0, 1607, 425, 1, 0, 0, 0, 1608, 1609, 3, 170, 77, 0, 1609, 1610, 1, 0, 0, 0, 1610, 1611, 6, 205, 13, 0, 1611, 1612, 6, 205, 14, 0, 1612, 427, 1, 0, 0, 0, 1613, 1614, 3, 216, 100, 0, 1614, 1615, 1, 0, 0, 0, 1615, 1616, 6, 206, 17, 0, 1616, 429, 1, 0, 0, 0, 1617, 1618, 3, 212, 98, 0, 1618, 1619, 1, 0, 0, 0, 1619, 1620, 6, 207, 18, 0, 1620, 431, 1, 0, 0, 0, 1621, 1622, 3, 240, 112, 0, 1622, 1623, 1, 0, 0, 0, 1623, 1624, 6, 208, 28, 0, 1624, 433, 1, 0, 0, 0, 1625, 1626, 3, 280, 132, 0, 1626, 1627, 1, 0, 0, 0, 1627, 1628, 6, 209, 29, 0, 1628, 435, 1, 0, 0, 0, 1629, 1630, 3, 276, 130, 0, 1630, 1631, 1, 0, 0, 0, 1631, 1632, 6, 210, 30, 0, 1632, 437, 1, 0, 0, 0, 1633, 1634, 3, 282, 133, 0, 1634, 1635, 1, 0, 0, 0, 1635, 1636, 6, 211, 31, 0, 1636, 439, 1, 0, 0, 0, 1637, 1642, 3, 174, 79, 0, 1638, 1642, 3, 172, 78, 0, 1639, 1642, 3, 188, 86, 0, 1640, 1642, 3, 266, 125, 0, 1641, 1637, 1, 0, 0, 0, 1641, 1638, 1, 0, 0, 0, 1641, 1639, 1, 0, 0, 0, 1641, 1640, 1, 0, 0, 0, 1642, 441, 1, 0, 0, 0, 1643, 1646, 3, 174, 79, 0, 1644, 1646, 3, 266, 125, 0, 1645, 1643, 1, 0, 0, 0, 1645, 1644, 1, 0, 0, 0, 1646, 1650, 1, 0, 0, 0, 1647, 1649, 3, 440, 212, 0, 1648, 1647, 1, 0, 0, 0, 1649, 1652, 1, 0, 0, 0, 1650, 1648, 1, 0, 0, 0, 1650, 1651, 1, 0, 0, 0, 1651, 1663, 1, 0, 0, 0, 1652, 1650, 1, 0, 0, 0, 1653, 1656, 3, 188, 86, 0, 1654, 1656, 3, 182, 83, 0, 1655, 1653, 1, 0, 0, 0, 1655, 1654, 1, 0, 0, 0, 1656, 1658, 1, 0, 0, 0, 1657, 1659, 3, 440, 212, 0, 1658, 1657, 1, 0, 0, 0, 1659, 1660, 1, 0, 0, 0, 1660, 1658, 1, 0, 0, 0, 1660, 1661, 1, 0, 0, 0, 1661, 1663, 1, 0, 0, 0, 1662, 1645, 1, 0, 0, 0, 1662, 1655, 1, 0, 0, 0, 1663, 443, 1, 0, 0, 0, 1664, 1667, 3, 442, 213, 0, 1665, 1667, 3, 294, 139, 0, 1666, 1664, 1, 0, 0, 0, 1666, 1665, 1, 0, 0, 0, 1667, 1668, 1, 0, 0, 0, 1668, 1666, 1, 0, 0, 0, 1668, 1669, 1, 0, 0, 0, 1669, 445, 1, 0, 0, 0, 1670, 1671, 3, 16, 0, 0, 1671, 1672, 1, 0, 0, 0, 1672, 1673, 6, 215, 0, 0, 1673, 447, 1, 0, 0, 0, 1674, 1675, 3, 18, 1, 0, 1675, 1676, 1, 0, 0, 0, 1676, 1677, 6, 216, 0, 0, 1677, 449, 1, 0, 0, 0, 1678, 1679, 3, 20, 2, 0, 1679, 1680, 1, 0, 0, 0, 1680, 1681, 6, 217, 0, 0, 1681, 451, 1, 0, 0, 0, 1682, 1683, 3, 170, 77, 0, 1683, 1684, 1, 0, 0, 0, 1684, 1685, 6, 218, 13, 0, 1685, 1686, 6, 218, 14, 0, 1686, 453, 1, 0, 0, 0, 1687, 1688, 3, 204, 94, 0, 1688, 1689, 1, 0, 0, 0, 1689, 1690, 6, 219, 26, 0, 1690, 455, 1, 0, 0, 0, 1691, 1692, 3, 212, 98, 0, 1692, 1693, 1, 0, 0, 0, 1693, 1694, 6, 220, 18, 0, 1694, 457, 1, 0, 0, 0, 1695, 1696, 3, 216, 100, 0, 1696, 1697, 1, 0, 0, 0, 1697, 1698, 6, 221, 17, 0, 1698, 459, 1, 0, 0, 0, 1699, 1700, 3, 240, 112, 0, 1700, 1701, 1, 0, 0, 0, 1701, 1702, 6, 222, 28, 0, 1702, 461, 1, 0, 0, 0, 1703, 1704, 3, 280, 132, 0, 1704, 1705, 1, 0, 0, 0, 1705, 1706, 6, 223, 29, 0, 1706, 463, 1, 0, 0, 0, 1707, 1708, 3, 276, 130, 0, 1708, 1709, 1, 0, 0, 0, 1709, 1710, 6, 224, 30, 0, 1710, 465, 1, 0, 0, 0, 1711, 1712, 3, 282, 133, 0, 1712, 1713, 1, 0, 0, 0, 1713, 1714, 6, 225, 31, 0, 1714, 467, 1, 0, 0, 0, 1715, 1716, 3, 200, 92, 0, 1716, 1717, 1, 0, 0, 0, 1717, 1718, 6, 226, 16, 0, 1718, 469, 1, 0, 0, 0, 1719, 1720, 3, 444, 214, 0, 1720, 1721, 1, 0, 0, 0, 1721, 1722, 6, 227, 27, 0, 1722, 471, 1, 0, 0, 0, 1723, 1724, 3, 16, 0, 0, 1724, 1725, 1, 0, 0, 0, 1725, 1726, 6, 228, 0, 0, 1726, 473, 1, 0, 0, 0, 1727, 1728, 3, 18, 1, 0, 1728, 1729, 1, 0, 0, 0, 1729, 1730, 6, 229, 0, 0, 1730, 475, 1, 0, 0, 0, 1731, 1732, 3, 20, 2, 0, 1732, 1733, 1, 0, 0, 0, 1733, 1734, 6, 230, 0, 0, 1734, 477, 1, 0, 0, 0, 1735, 1736, 3, 170, 77, 0, 1736, 1737, 1, 0, 0, 0, 1737, 1738, 6, 231, 13, 0, 1738, 1739, 6, 231, 14, 0, 1739, 479, 1, 0, 0, 0, 1740, 1741, 7, 10, 0, 0, 1741, 1742, 7, 5, 0, 0, 1742, 1743, 7, 21, 0, 0, 1743, 1744, 7, 9, 0, 0, 1744, 481, 1, 0, 0, 0, 1745, 1746, 3, 16, 0, 0, 1746, 1747, 1, 0, 0, 0, 1747, 1748, 6, 233, 0, 0, 1748, 483, 1, 0, 0, 0, 1749, 1750, 3, 18, 1, 0, 1750, 1751, 1, 0, 0, 0, 1751, 1752, 6, 234, 0, 0, 1752, 485, 1, 0, 0, 0, 1753, 1754, 3, 20, 2, 0, 1754, 1755, 1, 0, 0, 0, 1755, 1756, 6, 235, 0, 0, 1756, 487, 1, 0, 0, 0, 70, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 494, 498, 501, 510, 512, 523, 779, 849, 853, 858, 948, 950, 1001, 1006, 1015, 1022, 1027, 1029, 1040, 1048, 1051, 1053, 1058, 1063, 1069, 1076, 1081, 1087, 1090, 1098, 1102, 1244, 1249, 1256, 1258, 1263, 1268, 1275, 1277, 1303, 1308, 1313, 1315, 1321, 1381, 1386, 1641, 1645, 1650, 1655, 1660, 1662, 1666, 1668, 41, 0, 1, 0, 5, 1, 0, 5, 2, 0, 5, 5, 0, 5, 6, 0, 5, 7, 0, 5, 8, 0, 5, 9, 0, 5, 10, 0, 5, 12, 0, 5, 13, 0, 5, 14, 0, 5, 15, 0, 7, 50, 0, 4, 0, 0, 7, 73, 0, 7, 55, 0, 7, 63, 0, 7, 61, 0, 7, 101, 0, 7, 100, 0, 7, 96, 0, 5, 4, 0, 5, 3, 0, 7, 78, 0, 7, 36, 0, 7, 57, 0, 7, 127, 0, 7, 75, 0, 7, 94, 0, 7, 93, 0, 7, 95, 0, 7, 97, 0, 7, 60, 0, 5, 0, 0, 7, 14, 0, 7, 59, 0, 7, 106, 0, 7, 51, 0, 7, 98, 0, 5, 11, 0] \ No newline at end of file diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseLexer.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseLexer.java index 46c7d4535d9d8..011c02b4aafdc 100644 --- a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseLexer.java +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseLexer.java @@ -27,33 +27,33 @@ public class EsqlBaseLexer extends LexerConfig { public static final int LINE_COMMENT=1, MULTILINE_COMMENT=2, WS=3, DEV_CHANGE_POINT=4, ENRICH=5, EXPLAIN=6, DISSECT=7, EVAL=8, GROK=9, LIMIT=10, ROW=11, SORT=12, STATS=13, - WHERE=14, DEV_INLINESTATS=15, FROM=16, DEV_TIME_SERIES=17, DEV_FORK=18, - JOIN_LOOKUP=19, DEV_JOIN_FULL=20, DEV_JOIN_LEFT=21, DEV_JOIN_RIGHT=22, - DEV_LOOKUP=23, MV_EXPAND=24, DROP=25, KEEP=26, DEV_INSIST=27, DEV_RRF=28, - RENAME=29, SHOW=30, UNKNOWN_CMD=31, CHANGE_POINT_LINE_COMMENT=32, CHANGE_POINT_MULTILINE_COMMENT=33, - CHANGE_POINT_WS=34, ON=35, WITH=36, ENRICH_POLICY_NAME=37, ENRICH_LINE_COMMENT=38, - ENRICH_MULTILINE_COMMENT=39, ENRICH_WS=40, ENRICH_FIELD_LINE_COMMENT=41, - ENRICH_FIELD_MULTILINE_COMMENT=42, ENRICH_FIELD_WS=43, SETTING=44, SETTING_LINE_COMMENT=45, - SETTTING_MULTILINE_COMMENT=46, SETTING_WS=47, EXPLAIN_WS=48, EXPLAIN_LINE_COMMENT=49, - EXPLAIN_MULTILINE_COMMENT=50, PIPE=51, QUOTED_STRING=52, INTEGER_LITERAL=53, - DECIMAL_LITERAL=54, BY=55, AND=56, ASC=57, ASSIGN=58, CAST_OP=59, COLON=60, - COMMA=61, DESC=62, DOT=63, FALSE=64, FIRST=65, IN=66, IS=67, LAST=68, - LIKE=69, NOT=70, NULL=71, NULLS=72, OR=73, PARAM=74, RLIKE=75, TRUE=76, - EQ=77, CIEQ=78, NEQ=79, LT=80, LTE=81, GT=82, GTE=83, PLUS=84, MINUS=85, - ASTERISK=86, SLASH=87, PERCENT=88, LEFT_BRACES=89, RIGHT_BRACES=90, DOUBLE_PARAMS=91, - NAMED_OR_POSITIONAL_PARAM=92, NAMED_OR_POSITIONAL_DOUBLE_PARAMS=93, OPENING_BRACKET=94, - CLOSING_BRACKET=95, LP=96, RP=97, UNQUOTED_IDENTIFIER=98, QUOTED_IDENTIFIER=99, - EXPR_LINE_COMMENT=100, EXPR_MULTILINE_COMMENT=101, EXPR_WS=102, METADATA=103, - UNQUOTED_SOURCE=104, FROM_LINE_COMMENT=105, FROM_MULTILINE_COMMENT=106, - FROM_WS=107, FORK_WS=108, FORK_LINE_COMMENT=109, FORK_MULTILINE_COMMENT=110, - JOIN=111, USING=112, JOIN_LINE_COMMENT=113, JOIN_MULTILINE_COMMENT=114, - JOIN_WS=115, LOOKUP_LINE_COMMENT=116, LOOKUP_MULTILINE_COMMENT=117, LOOKUP_WS=118, - LOOKUP_FIELD_LINE_COMMENT=119, LOOKUP_FIELD_MULTILINE_COMMENT=120, LOOKUP_FIELD_WS=121, - MVEXPAND_LINE_COMMENT=122, MVEXPAND_MULTILINE_COMMENT=123, MVEXPAND_WS=124, - ID_PATTERN=125, PROJECT_LINE_COMMENT=126, PROJECT_MULTILINE_COMMENT=127, - PROJECT_WS=128, AS=129, RENAME_LINE_COMMENT=130, RENAME_MULTILINE_COMMENT=131, - RENAME_WS=132, INFO=133, SHOW_LINE_COMMENT=134, SHOW_MULTILINE_COMMENT=135, - SHOW_WS=136; + WHERE=14, DEV_INLINESTATS=15, DEV_RERANK=16, FROM=17, DEV_TIME_SERIES=18, + DEV_FORK=19, JOIN_LOOKUP=20, DEV_JOIN_FULL=21, DEV_JOIN_LEFT=22, DEV_JOIN_RIGHT=23, + DEV_LOOKUP=24, MV_EXPAND=25, DROP=26, KEEP=27, DEV_INSIST=28, DEV_RRF=29, + RENAME=30, SHOW=31, UNKNOWN_CMD=32, CHANGE_POINT_LINE_COMMENT=33, CHANGE_POINT_MULTILINE_COMMENT=34, + CHANGE_POINT_WS=35, ENRICH_POLICY_NAME=36, ENRICH_LINE_COMMENT=37, ENRICH_MULTILINE_COMMENT=38, + ENRICH_WS=39, ENRICH_FIELD_LINE_COMMENT=40, ENRICH_FIELD_MULTILINE_COMMENT=41, + ENRICH_FIELD_WS=42, SETTING=43, SETTING_LINE_COMMENT=44, SETTTING_MULTILINE_COMMENT=45, + SETTING_WS=46, EXPLAIN_WS=47, EXPLAIN_LINE_COMMENT=48, EXPLAIN_MULTILINE_COMMENT=49, + PIPE=50, QUOTED_STRING=51, INTEGER_LITERAL=52, DECIMAL_LITERAL=53, AND=54, + AS=55, ASC=56, ASSIGN=57, BY=58, CAST_OP=59, COLON=60, COMMA=61, DESC=62, + DOT=63, FALSE=64, FIRST=65, IN=66, IS=67, LAST=68, LIKE=69, NOT=70, NULL=71, + NULLS=72, ON=73, OR=74, PARAM=75, RLIKE=76, TRUE=77, WITH=78, EQ=79, CIEQ=80, + NEQ=81, LT=82, LTE=83, GT=84, GTE=85, PLUS=86, MINUS=87, ASTERISK=88, + SLASH=89, PERCENT=90, LEFT_BRACES=91, RIGHT_BRACES=92, DOUBLE_PARAMS=93, + NAMED_OR_POSITIONAL_PARAM=94, NAMED_OR_POSITIONAL_DOUBLE_PARAMS=95, OPENING_BRACKET=96, + CLOSING_BRACKET=97, LP=98, RP=99, UNQUOTED_IDENTIFIER=100, QUOTED_IDENTIFIER=101, + EXPR_LINE_COMMENT=102, EXPR_MULTILINE_COMMENT=103, EXPR_WS=104, METADATA=105, + UNQUOTED_SOURCE=106, FROM_LINE_COMMENT=107, FROM_MULTILINE_COMMENT=108, + FROM_WS=109, FORK_WS=110, FORK_LINE_COMMENT=111, FORK_MULTILINE_COMMENT=112, + JOIN=113, USING=114, JOIN_LINE_COMMENT=115, JOIN_MULTILINE_COMMENT=116, + JOIN_WS=117, LOOKUP_LINE_COMMENT=118, LOOKUP_MULTILINE_COMMENT=119, LOOKUP_WS=120, + LOOKUP_FIELD_LINE_COMMENT=121, LOOKUP_FIELD_MULTILINE_COMMENT=122, LOOKUP_FIELD_WS=123, + MVEXPAND_LINE_COMMENT=124, MVEXPAND_MULTILINE_COMMENT=125, MVEXPAND_WS=126, + ID_PATTERN=127, PROJECT_LINE_COMMENT=128, PROJECT_MULTILINE_COMMENT=129, + PROJECT_WS=130, RENAME_LINE_COMMENT=131, RENAME_MULTILINE_COMMENT=132, + RENAME_WS=133, INFO=134, SHOW_LINE_COMMENT=135, SHOW_MULTILINE_COMMENT=136, + SHOW_WS=137; public static final int CHANGE_POINT_MODE=1, ENRICH_MODE=2, ENRICH_FIELD_MODE=3, SETTING_MODE=4, EXPLAIN_MODE=5, EXPRESSION_MODE=6, FROM_MODE=7, FORK_MODE=8, JOIN_MODE=9, @@ -74,30 +74,31 @@ private static String[] makeRuleNames() { return new String[] { "LINE_COMMENT", "MULTILINE_COMMENT", "WS", "DEV_CHANGE_POINT", "ENRICH", "EXPLAIN", "DISSECT", "EVAL", "GROK", "LIMIT", "ROW", "SORT", "STATS", - "WHERE", "DEV_INLINESTATS", "FROM", "DEV_TIME_SERIES", "DEV_FORK", "JOIN_LOOKUP", - "DEV_JOIN_FULL", "DEV_JOIN_LEFT", "DEV_JOIN_RIGHT", "DEV_LOOKUP", "MV_EXPAND", - "DROP", "KEEP", "DEV_INSIST", "DEV_RRF", "RENAME", "SHOW", "UNKNOWN_CMD", - "CHANGE_POINT_PIPE", "CHANGE_POINT_ON", "CHANGE_POINT_AS", "CHANGE_POINT_DOT", - "CHANGE_POINT_COMMA", "CHANGE_POINT_QUOTED_IDENTIFIER", "CHANGE_POINT_UNQUOTED_IDENTIFIER", - "CHANGE_POINT_LINE_COMMENT", "CHANGE_POINT_MULTILINE_COMMENT", "CHANGE_POINT_WS", - "ENRICH_PIPE", "ENRICH_OPENING_BRACKET", "ON", "WITH", "ENRICH_POLICY_NAME_BODY", - "ENRICH_POLICY_NAME", "ENRICH_MODE_UNQUOTED_VALUE", "ENRICH_LINE_COMMENT", - "ENRICH_MULTILINE_COMMENT", "ENRICH_WS", "ENRICH_FIELD_PIPE", "ENRICH_FIELD_ASSIGN", - "ENRICH_FIELD_COMMA", "ENRICH_FIELD_DOT", "ENRICH_FIELD_WITH", "ENRICH_FIELD_ID_PATTERN", - "ENRICH_FIELD_QUOTED_IDENTIFIER", "ENRICH_FIELD_PARAM", "ENRICH_FIELD_NAMED_OR_POSITIONAL_PARAM", - "ENRICH_FIELD_DOUBLE_PARAMS", "ENRICH_FIELD_NAMED_OR_POSITIONAL_DOUBLE_PARAMS", - "ENRICH_FIELD_LINE_COMMENT", "ENRICH_FIELD_MULTILINE_COMMENT", "ENRICH_FIELD_WS", - "SETTING_CLOSING_BRACKET", "SETTING_COLON", "SETTING", "SETTING_LINE_COMMENT", - "SETTTING_MULTILINE_COMMENT", "SETTING_WS", "EXPLAIN_OPENING_BRACKET", - "EXPLAIN_PIPE", "EXPLAIN_WS", "EXPLAIN_LINE_COMMENT", "EXPLAIN_MULTILINE_COMMENT", - "PIPE", "DIGIT", "LETTER", "ESCAPE_SEQUENCE", "UNESCAPED_CHARS", "EXPONENT", - "ASPERAND", "BACKQUOTE", "BACKQUOTE_BLOCK", "UNDERSCORE", "UNQUOTED_ID_BODY", - "QUOTED_STRING", "INTEGER_LITERAL", "DECIMAL_LITERAL", "BY", "AND", "ASC", - "ASSIGN", "CAST_OP", "COLON", "COMMA", "DESC", "DOT", "FALSE", "FIRST", - "IN", "IS", "LAST", "LIKE", "NOT", "NULL", "NULLS", "OR", "PARAM", "RLIKE", - "TRUE", "EQ", "CIEQ", "NEQ", "LT", "LTE", "GT", "GTE", "PLUS", "MINUS", - "ASTERISK", "SLASH", "PERCENT", "LEFT_BRACES", "RIGHT_BRACES", "DOUBLE_PARAMS", - "NESTED_WHERE", "NAMED_OR_POSITIONAL_PARAM", "NAMED_OR_POSITIONAL_DOUBLE_PARAMS", + "WHERE", "DEV_INLINESTATS", "DEV_RERANK", "FROM", "DEV_TIME_SERIES", + "DEV_FORK", "JOIN_LOOKUP", "DEV_JOIN_FULL", "DEV_JOIN_LEFT", "DEV_JOIN_RIGHT", + "DEV_LOOKUP", "MV_EXPAND", "DROP", "KEEP", "DEV_INSIST", "DEV_RRF", "RENAME", + "SHOW", "UNKNOWN_CMD", "CHANGE_POINT_PIPE", "CHANGE_POINT_ON", "CHANGE_POINT_AS", + "CHANGE_POINT_DOT", "CHANGE_POINT_COMMA", "CHANGE_POINT_QUOTED_IDENTIFIER", + "CHANGE_POINT_UNQUOTED_IDENTIFIER", "CHANGE_POINT_LINE_COMMENT", "CHANGE_POINT_MULTILINE_COMMENT", + "CHANGE_POINT_WS", "ENRICH_PIPE", "ENRICH_OPENING_BRACKET", "ENRICH_ON", + "ENRICH_WITH", "ENRICH_POLICY_NAME_BODY", "ENRICH_POLICY_NAME", "ENRICH_MODE_UNQUOTED_VALUE", + "ENRICH_LINE_COMMENT", "ENRICH_MULTILINE_COMMENT", "ENRICH_WS", "ENRICH_FIELD_PIPE", + "ENRICH_FIELD_ASSIGN", "ENRICH_FIELD_COMMA", "ENRICH_FIELD_DOT", "ENRICH_FIELD_WITH", + "ENRICH_FIELD_ID_PATTERN", "ENRICH_FIELD_QUOTED_IDENTIFIER", "ENRICH_FIELD_PARAM", + "ENRICH_FIELD_NAMED_OR_POSITIONAL_PARAM", "ENRICH_FIELD_DOUBLE_PARAMS", + "ENRICH_FIELD_NAMED_OR_POSITIONAL_DOUBLE_PARAMS", "ENRICH_FIELD_LINE_COMMENT", + "ENRICH_FIELD_MULTILINE_COMMENT", "ENRICH_FIELD_WS", "SETTING_CLOSING_BRACKET", + "SETTING_COLON", "SETTING", "SETTING_LINE_COMMENT", "SETTTING_MULTILINE_COMMENT", + "SETTING_WS", "EXPLAIN_OPENING_BRACKET", "EXPLAIN_PIPE", "EXPLAIN_WS", + "EXPLAIN_LINE_COMMENT", "EXPLAIN_MULTILINE_COMMENT", "PIPE", "DIGIT", + "LETTER", "ESCAPE_SEQUENCE", "UNESCAPED_CHARS", "EXPONENT", "ASPERAND", + "BACKQUOTE", "BACKQUOTE_BLOCK", "UNDERSCORE", "UNQUOTED_ID_BODY", "QUOTED_STRING", + "INTEGER_LITERAL", "DECIMAL_LITERAL", "AND", "AS", "ASC", "ASSIGN", "BY", + "CAST_OP", "COLON", "COMMA", "DESC", "DOT", "FALSE", "FIRST", "IN", "IS", + "LAST", "LIKE", "NOT", "NULL", "NULLS", "ON", "OR", "PARAM", "RLIKE", + "TRUE", "WITH", "EQ", "CIEQ", "NEQ", "LT", "LTE", "GT", "GTE", "PLUS", + "MINUS", "ASTERISK", "SLASH", "PERCENT", "LEFT_BRACES", "RIGHT_BRACES", + "DOUBLE_PARAMS", "NESTED_WHERE", "NAMED_OR_POSITIONAL_PARAM", "NAMED_OR_POSITIONAL_DOUBLE_PARAMS", "OPENING_BRACKET", "CLOSING_BRACKET", "LP", "RP", "UNQUOTED_IDENTIFIER", "QUOTED_ID", "QUOTED_IDENTIFIER", "EXPR_LINE_COMMENT", "EXPR_MULTILINE_COMMENT", "EXPR_WS", "FROM_PIPE", "FROM_OPENING_BRACKET", "FROM_CLOSING_BRACKET", @@ -121,7 +122,7 @@ private static String[] makeRuleNames() { "UNQUOTED_ID_BODY_WITH_PATTERN", "UNQUOTED_ID_PATTERN", "ID_PATTERN", "PROJECT_LINE_COMMENT", "PROJECT_MULTILINE_COMMENT", "PROJECT_WS", "RENAME_PIPE", "RENAME_ASSIGN", "RENAME_COMMA", "RENAME_DOT", "RENAME_PARAM", "RENAME_NAMED_OR_POSITIONAL_PARAM", - "RENAME_DOUBLE_PARAMS", "RENAME_NAMED_OR_POSITIONAL_DOUBLE_PARAMS", "AS", + "RENAME_DOUBLE_PARAMS", "RENAME_NAMED_OR_POSITIONAL_DOUBLE_PARAMS", "RENAME_AS", "RENAME_ID_PATTERN", "RENAME_LINE_COMMENT", "RENAME_MULTILINE_COMMENT", "RENAME_WS", "SHOW_PIPE", "INFO", "SHOW_LINE_COMMENT", "SHOW_MULTILINE_COMMENT", "SHOW_WS" @@ -132,19 +133,19 @@ private static String[] makeRuleNames() { private static String[] makeLiteralNames() { return new String[] { null, null, null, null, null, "'enrich'", "'explain'", "'dissect'", "'eval'", - "'grok'", "'limit'", "'row'", "'sort'", "'stats'", "'where'", null, "'from'", - null, null, "'lookup'", null, null, null, null, "'mv_expand'", "'drop'", - "'keep'", null, null, "'rename'", "'show'", null, null, null, null, "'on'", - "'with'", null, null, null, null, null, null, null, null, null, null, - null, null, null, null, "'|'", null, null, null, "'by'", "'and'", "'asc'", - "'='", "'::'", "':'", "','", "'desc'", "'.'", "'false'", "'first'", "'in'", - "'is'", "'last'", "'like'", "'not'", "'null'", "'nulls'", "'or'", "'?'", - "'rlike'", "'true'", "'=='", "'=~'", "'!='", "'<'", "'<='", "'>'", "'>='", - "'+'", "'-'", "'*'", "'/'", "'%'", "'{'", "'}'", "'??'", null, null, - null, "']'", null, "')'", null, null, null, null, null, "'metadata'", - null, null, null, null, null, null, null, "'join'", "'USING'", null, + "'grok'", "'limit'", "'row'", "'sort'", "'stats'", "'where'", null, null, + "'from'", null, null, "'lookup'", null, null, null, null, "'mv_expand'", + "'drop'", "'keep'", null, null, "'rename'", "'show'", null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, - null, null, null, "'as'", null, null, null, "'info'" + null, null, null, "'|'", null, null, null, "'and'", "'as'", "'asc'", + "'='", "'by'", "'::'", "':'", "','", "'desc'", "'.'", "'false'", "'first'", + "'in'", "'is'", "'last'", "'like'", "'not'", "'null'", "'nulls'", "'on'", + "'or'", "'?'", "'rlike'", "'true'", "'with'", "'=='", "'=~'", "'!='", + "'<'", "'<='", "'>'", "'>='", "'+'", "'-'", "'*'", "'/'", "'%'", "'{'", + "'}'", "'??'", null, null, null, "']'", null, "')'", null, null, null, + null, null, "'metadata'", null, null, null, null, null, null, null, "'join'", + "'USING'", null, null, null, null, null, null, null, null, null, null, + null, null, null, null, null, null, null, null, null, "'info'" }; } private static final String[] _LITERAL_NAMES = makeLiteralNames(); @@ -152,20 +153,20 @@ private static String[] makeSymbolicNames() { return new String[] { null, "LINE_COMMENT", "MULTILINE_COMMENT", "WS", "DEV_CHANGE_POINT", "ENRICH", "EXPLAIN", "DISSECT", "EVAL", "GROK", "LIMIT", "ROW", "SORT", - "STATS", "WHERE", "DEV_INLINESTATS", "FROM", "DEV_TIME_SERIES", "DEV_FORK", - "JOIN_LOOKUP", "DEV_JOIN_FULL", "DEV_JOIN_LEFT", "DEV_JOIN_RIGHT", "DEV_LOOKUP", - "MV_EXPAND", "DROP", "KEEP", "DEV_INSIST", "DEV_RRF", "RENAME", "SHOW", - "UNKNOWN_CMD", "CHANGE_POINT_LINE_COMMENT", "CHANGE_POINT_MULTILINE_COMMENT", - "CHANGE_POINT_WS", "ON", "WITH", "ENRICH_POLICY_NAME", "ENRICH_LINE_COMMENT", - "ENRICH_MULTILINE_COMMENT", "ENRICH_WS", "ENRICH_FIELD_LINE_COMMENT", - "ENRICH_FIELD_MULTILINE_COMMENT", "ENRICH_FIELD_WS", "SETTING", "SETTING_LINE_COMMENT", - "SETTTING_MULTILINE_COMMENT", "SETTING_WS", "EXPLAIN_WS", "EXPLAIN_LINE_COMMENT", - "EXPLAIN_MULTILINE_COMMENT", "PIPE", "QUOTED_STRING", "INTEGER_LITERAL", - "DECIMAL_LITERAL", "BY", "AND", "ASC", "ASSIGN", "CAST_OP", "COLON", - "COMMA", "DESC", "DOT", "FALSE", "FIRST", "IN", "IS", "LAST", "LIKE", - "NOT", "NULL", "NULLS", "OR", "PARAM", "RLIKE", "TRUE", "EQ", "CIEQ", - "NEQ", "LT", "LTE", "GT", "GTE", "PLUS", "MINUS", "ASTERISK", "SLASH", - "PERCENT", "LEFT_BRACES", "RIGHT_BRACES", "DOUBLE_PARAMS", "NAMED_OR_POSITIONAL_PARAM", + "STATS", "WHERE", "DEV_INLINESTATS", "DEV_RERANK", "FROM", "DEV_TIME_SERIES", + "DEV_FORK", "JOIN_LOOKUP", "DEV_JOIN_FULL", "DEV_JOIN_LEFT", "DEV_JOIN_RIGHT", + "DEV_LOOKUP", "MV_EXPAND", "DROP", "KEEP", "DEV_INSIST", "DEV_RRF", "RENAME", + "SHOW", "UNKNOWN_CMD", "CHANGE_POINT_LINE_COMMENT", "CHANGE_POINT_MULTILINE_COMMENT", + "CHANGE_POINT_WS", "ENRICH_POLICY_NAME", "ENRICH_LINE_COMMENT", "ENRICH_MULTILINE_COMMENT", + "ENRICH_WS", "ENRICH_FIELD_LINE_COMMENT", "ENRICH_FIELD_MULTILINE_COMMENT", + "ENRICH_FIELD_WS", "SETTING", "SETTING_LINE_COMMENT", "SETTTING_MULTILINE_COMMENT", + "SETTING_WS", "EXPLAIN_WS", "EXPLAIN_LINE_COMMENT", "EXPLAIN_MULTILINE_COMMENT", + "PIPE", "QUOTED_STRING", "INTEGER_LITERAL", "DECIMAL_LITERAL", "AND", + "AS", "ASC", "ASSIGN", "BY", "CAST_OP", "COLON", "COMMA", "DESC", "DOT", + "FALSE", "FIRST", "IN", "IS", "LAST", "LIKE", "NOT", "NULL", "NULLS", + "ON", "OR", "PARAM", "RLIKE", "TRUE", "WITH", "EQ", "CIEQ", "NEQ", "LT", + "LTE", "GT", "GTE", "PLUS", "MINUS", "ASTERISK", "SLASH", "PERCENT", + "LEFT_BRACES", "RIGHT_BRACES", "DOUBLE_PARAMS", "NAMED_OR_POSITIONAL_PARAM", "NAMED_OR_POSITIONAL_DOUBLE_PARAMS", "OPENING_BRACKET", "CLOSING_BRACKET", "LP", "RP", "UNQUOTED_IDENTIFIER", "QUOTED_IDENTIFIER", "EXPR_LINE_COMMENT", "EXPR_MULTILINE_COMMENT", "EXPR_WS", "METADATA", "UNQUOTED_SOURCE", "FROM_LINE_COMMENT", @@ -175,8 +176,8 @@ private static String[] makeSymbolicNames() { "LOOKUP_FIELD_LINE_COMMENT", "LOOKUP_FIELD_MULTILINE_COMMENT", "LOOKUP_FIELD_WS", "MVEXPAND_LINE_COMMENT", "MVEXPAND_MULTILINE_COMMENT", "MVEXPAND_WS", "ID_PATTERN", "PROJECT_LINE_COMMENT", "PROJECT_MULTILINE_COMMENT", "PROJECT_WS", - "AS", "RENAME_LINE_COMMENT", "RENAME_MULTILINE_COMMENT", "RENAME_WS", - "INFO", "SHOW_LINE_COMMENT", "SHOW_MULTILINE_COMMENT", "SHOW_WS" + "RENAME_LINE_COMMENT", "RENAME_MULTILINE_COMMENT", "RENAME_WS", "INFO", + "SHOW_LINE_COMMENT", "SHOW_MULTILINE_COMMENT", "SHOW_WS" }; } private static final String[] _SYMBOLIC_NAMES = makeSymbolicNames(); @@ -245,23 +246,25 @@ public boolean sempred(RuleContext _localctx, int ruleIndex, int predIndex) { return DEV_CHANGE_POINT_sempred((RuleContext)_localctx, predIndex); case 14: return DEV_INLINESTATS_sempred((RuleContext)_localctx, predIndex); - case 16: - return DEV_TIME_SERIES_sempred((RuleContext)_localctx, predIndex); + case 15: + return DEV_RERANK_sempred((RuleContext)_localctx, predIndex); case 17: + return DEV_TIME_SERIES_sempred((RuleContext)_localctx, predIndex); + case 18: return DEV_FORK_sempred((RuleContext)_localctx, predIndex); - case 19: - return DEV_JOIN_FULL_sempred((RuleContext)_localctx, predIndex); case 20: - return DEV_JOIN_LEFT_sempred((RuleContext)_localctx, predIndex); + return DEV_JOIN_FULL_sempred((RuleContext)_localctx, predIndex); case 21: - return DEV_JOIN_RIGHT_sempred((RuleContext)_localctx, predIndex); + return DEV_JOIN_LEFT_sempred((RuleContext)_localctx, predIndex); case 22: + return DEV_JOIN_RIGHT_sempred((RuleContext)_localctx, predIndex); + case 23: return DEV_LOOKUP_sempred((RuleContext)_localctx, predIndex); - case 26: - return DEV_INSIST_sempred((RuleContext)_localctx, predIndex); case 27: + return DEV_INSIST_sempred((RuleContext)_localctx, predIndex); + case 28: return DEV_RRF_sempred((RuleContext)_localctx, predIndex); - case 144: + case 148: return FROM_SELECTOR_sempred((RuleContext)_localctx, predIndex); } return true; @@ -280,72 +283,79 @@ private boolean DEV_INLINESTATS_sempred(RuleContext _localctx, int predIndex) { } return true; } - private boolean DEV_TIME_SERIES_sempred(RuleContext _localctx, int predIndex) { + private boolean DEV_RERANK_sempred(RuleContext _localctx, int predIndex) { switch (predIndex) { case 2: return this.isDevVersion(); } return true; } - private boolean DEV_FORK_sempred(RuleContext _localctx, int predIndex) { + private boolean DEV_TIME_SERIES_sempred(RuleContext _localctx, int predIndex) { switch (predIndex) { case 3: return this.isDevVersion(); } return true; } - private boolean DEV_JOIN_FULL_sempred(RuleContext _localctx, int predIndex) { + private boolean DEV_FORK_sempred(RuleContext _localctx, int predIndex) { switch (predIndex) { case 4: return this.isDevVersion(); } return true; } - private boolean DEV_JOIN_LEFT_sempred(RuleContext _localctx, int predIndex) { + private boolean DEV_JOIN_FULL_sempred(RuleContext _localctx, int predIndex) { switch (predIndex) { case 5: return this.isDevVersion(); } return true; } - private boolean DEV_JOIN_RIGHT_sempred(RuleContext _localctx, int predIndex) { + private boolean DEV_JOIN_LEFT_sempred(RuleContext _localctx, int predIndex) { switch (predIndex) { case 6: return this.isDevVersion(); } return true; } - private boolean DEV_LOOKUP_sempred(RuleContext _localctx, int predIndex) { + private boolean DEV_JOIN_RIGHT_sempred(RuleContext _localctx, int predIndex) { switch (predIndex) { case 7: return this.isDevVersion(); } return true; } - private boolean DEV_INSIST_sempred(RuleContext _localctx, int predIndex) { + private boolean DEV_LOOKUP_sempred(RuleContext _localctx, int predIndex) { switch (predIndex) { case 8: return this.isDevVersion(); } return true; } - private boolean DEV_RRF_sempred(RuleContext _localctx, int predIndex) { + private boolean DEV_INSIST_sempred(RuleContext _localctx, int predIndex) { switch (predIndex) { case 9: return this.isDevVersion(); } return true; } - private boolean FROM_SELECTOR_sempred(RuleContext _localctx, int predIndex) { + private boolean DEV_RRF_sempred(RuleContext _localctx, int predIndex) { switch (predIndex) { case 10: return this.isDevVersion(); } return true; } + private boolean FROM_SELECTOR_sempred(RuleContext _localctx, int predIndex) { + switch (predIndex) { + case 11: + return this.isDevVersion(); + } + return true; + } public static final String _serializedATN = - "\u0004\u0000\u0088\u06c1\u0006\uffff\uffff\u0006\uffff\uffff\u0006\uffff"+ + "\u0004\u0000\u0089\u06dd\u0006\uffff\uffff\u0006\uffff\uffff\u0006\uffff"+ "\uffff\u0006\uffff\uffff\u0006\uffff\uffff\u0006\uffff\uffff\u0006\uffff"+ "\uffff\u0006\uffff\uffff\u0006\uffff\uffff\u0006\uffff\uffff\u0006\uffff"+ "\uffff\u0006\uffff\uffff\u0006\uffff\uffff\u0006\uffff\uffff\u0006\uffff"+ @@ -413,214 +423,219 @@ private boolean FROM_SELECTOR_sempred(RuleContext _localctx, int predIndex) { "\u00dd\u0002\u00de\u0007\u00de\u0002\u00df\u0007\u00df\u0002\u00e0\u0007"+ "\u00e0\u0002\u00e1\u0007\u00e1\u0002\u00e2\u0007\u00e2\u0002\u00e3\u0007"+ "\u00e3\u0002\u00e4\u0007\u00e4\u0002\u00e5\u0007\u00e5\u0002\u00e6\u0007"+ - "\u00e6\u0002\u00e7\u0007\u00e7\u0001\u0000\u0001\u0000\u0001\u0000\u0001"+ - "\u0000\u0005\u0000\u01e5\b\u0000\n\u0000\f\u0000\u01e8\t\u0000\u0001\u0000"+ - "\u0003\u0000\u01eb\b\u0000\u0001\u0000\u0003\u0000\u01ee\b\u0000\u0001"+ - "\u0000\u0001\u0000\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001"+ - "\u0001\u0005\u0001\u01f7\b\u0001\n\u0001\f\u0001\u01fa\t\u0001\u0001\u0001"+ - "\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0002\u0004\u0002"+ - "\u0202\b\u0002\u000b\u0002\f\u0002\u0203\u0001\u0002\u0001\u0002\u0001"+ + "\u00e6\u0002\u00e7\u0007\u00e7\u0002\u00e8\u0007\u00e8\u0002\u00e9\u0007"+ + "\u00e9\u0002\u00ea\u0007\u00ea\u0002\u00eb\u0007\u00eb\u0001\u0000\u0001"+ + "\u0000\u0001\u0000\u0001\u0000\u0005\u0000\u01ed\b\u0000\n\u0000\f\u0000"+ + "\u01f0\t\u0000\u0001\u0000\u0003\u0000\u01f3\b\u0000\u0001\u0000\u0003"+ + "\u0000\u01f6\b\u0000\u0001\u0000\u0001\u0000\u0001\u0001\u0001\u0001\u0001"+ + "\u0001\u0001\u0001\u0001\u0001\u0005\u0001\u01ff\b\u0001\n\u0001\f\u0001"+ + "\u0202\t\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001"+ + "\u0001\u0002\u0004\u0002\u020a\b\u0002\u000b\u0002\f\u0002\u020b\u0001"+ + "\u0002\u0001\u0002\u0001\u0003\u0001\u0003\u0001\u0003\u0001\u0003\u0001"+ "\u0003\u0001\u0003\u0001\u0003\u0001\u0003\u0001\u0003\u0001\u0003\u0001"+ "\u0003\u0001\u0003\u0001\u0003\u0001\u0003\u0001\u0003\u0001\u0003\u0001"+ - "\u0003\u0001\u0003\u0001\u0003\u0001\u0003\u0001\u0004\u0001\u0004\u0001"+ "\u0004\u0001\u0004\u0001\u0004\u0001\u0004\u0001\u0004\u0001\u0004\u0001"+ - "\u0004\u0001\u0005\u0001\u0005\u0001\u0005\u0001\u0005\u0001\u0005\u0001"+ - "\u0005\u0001\u0005\u0001\u0005\u0001\u0005\u0001\u0005\u0001\u0006\u0001"+ - "\u0006\u0001\u0006\u0001\u0006\u0001\u0006\u0001\u0006\u0001\u0006\u0001"+ - "\u0006\u0001\u0006\u0001\u0006\u0001\u0007\u0001\u0007\u0001\u0007\u0001"+ - "\u0007\u0001\u0007\u0001\u0007\u0001\u0007\u0001\b\u0001\b\u0001\b\u0001"+ - "\b\u0001\b\u0001\b\u0001\b\u0001\t\u0001\t\u0001\t\u0001\t\u0001\t\u0001"+ - "\t\u0001\t\u0001\t\u0001\n\u0001\n\u0001\n\u0001\n\u0001\n\u0001\n\u0001"+ - "\u000b\u0001\u000b\u0001\u000b\u0001\u000b\u0001\u000b\u0001\u000b\u0001"+ - "\u000b\u0001\f\u0001\f\u0001\f\u0001\f\u0001\f\u0001\f\u0001\f\u0001\f"+ - "\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001"+ - "\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001"+ + "\u0004\u0001\u0004\u0001\u0004\u0001\u0005\u0001\u0005\u0001\u0005\u0001"+ + "\u0005\u0001\u0005\u0001\u0005\u0001\u0005\u0001\u0005\u0001\u0005\u0001"+ + "\u0005\u0001\u0006\u0001\u0006\u0001\u0006\u0001\u0006\u0001\u0006\u0001"+ + "\u0006\u0001\u0006\u0001\u0006\u0001\u0006\u0001\u0006\u0001\u0007\u0001"+ + "\u0007\u0001\u0007\u0001\u0007\u0001\u0007\u0001\u0007\u0001\u0007\u0001"+ + "\b\u0001\b\u0001\b\u0001\b\u0001\b\u0001\b\u0001\b\u0001\t\u0001\t\u0001"+ + "\t\u0001\t\u0001\t\u0001\t\u0001\t\u0001\t\u0001\n\u0001\n\u0001\n\u0001"+ + "\n\u0001\n\u0001\n\u0001\u000b\u0001\u000b\u0001\u000b\u0001\u000b\u0001"+ + "\u000b\u0001\u000b\u0001\u000b\u0001\f\u0001\f\u0001\f\u0001\f\u0001\f"+ + "\u0001\f\u0001\f\u0001\f\u0001\r\u0001\r\u0001\r\u0001\r\u0001\r\u0001"+ + "\r\u0001\r\u0001\r\u0001\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001"+ "\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001"+ - "\u000e\u0001\u000e\u0001\u000e\u0001\u000f\u0001\u000f\u0001\u000f\u0001"+ - "\u000f\u0001\u000f\u0001\u000f\u0001\u000f\u0001\u0010\u0001\u0010\u0001"+ + "\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001\u000f\u0001"+ + "\u000f\u0001\u000f\u0001\u000f\u0001\u000f\u0001\u000f\u0001\u000f\u0001"+ + "\u000f\u0001\u000f\u0001\u000f\u0001\u0010\u0001\u0010\u0001\u0010\u0001"+ "\u0010\u0001\u0010\u0001\u0010\u0001\u0010\u0001\u0011\u0001\u0011\u0001"+ - "\u0011\u0001\u0011\u0001\u0011\u0001\u0011\u0001\u0011\u0001\u0011\u0001"+ + "\u0011\u0001\u0011\u0001\u0011\u0001\u0011\u0001\u0012\u0001\u0012\u0001"+ "\u0012\u0001\u0012\u0001\u0012\u0001\u0012\u0001\u0012\u0001\u0012\u0001"+ - "\u0012\u0001\u0012\u0001\u0012\u0001\u0013\u0001\u0013\u0001\u0013\u0001"+ - "\u0013\u0001\u0013\u0001\u0013\u0001\u0013\u0001\u0013\u0001\u0014\u0001"+ - "\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001"+ - "\u0014\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001"+ - "\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0016\u0001\u0016\u0001"+ - "\u0016\u0001\u0016\u0001\u0016\u0001\u0016\u0001\u0016\u0001\u0016\u0001"+ + "\u0013\u0001\u0013\u0001\u0013\u0001\u0013\u0001\u0013\u0001\u0013\u0001"+ + "\u0013\u0001\u0013\u0001\u0013\u0001\u0014\u0001\u0014\u0001\u0014\u0001"+ + "\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0015\u0001"+ + "\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001"+ + "\u0015\u0001\u0016\u0001\u0016\u0001\u0016\u0001\u0016\u0001\u0016\u0001"+ "\u0016\u0001\u0016\u0001\u0016\u0001\u0016\u0001\u0017\u0001\u0017\u0001"+ "\u0017\u0001\u0017\u0001\u0017\u0001\u0017\u0001\u0017\u0001\u0017\u0001"+ "\u0017\u0001\u0017\u0001\u0017\u0001\u0017\u0001\u0018\u0001\u0018\u0001"+ - "\u0018\u0001\u0018\u0001\u0018\u0001\u0018\u0001\u0018\u0001\u0019\u0001"+ - "\u0019\u0001\u0019\u0001\u0019\u0001\u0019\u0001\u0019\u0001\u0019\u0001"+ - "\u001a\u0001\u001a\u0001\u001a\u0001\u001a\u0001\u001a\u0001\u001a\u0001"+ + "\u0018\u0001\u0018\u0001\u0018\u0001\u0018\u0001\u0018\u0001\u0018\u0001"+ + "\u0018\u0001\u0018\u0001\u0018\u0001\u0018\u0001\u0019\u0001\u0019\u0001"+ + "\u0019\u0001\u0019\u0001\u0019\u0001\u0019\u0001\u0019\u0001\u001a\u0001"+ "\u001a\u0001\u001a\u0001\u001a\u0001\u001a\u0001\u001a\u0001\u001a\u0001"+ "\u001b\u0001\u001b\u0001\u001b\u0001\u001b\u0001\u001b\u0001\u001b\u0001"+ - "\u001b\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001"+ - "\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001d\u0001\u001d\u0001"+ - "\u001d\u0001\u001d\u0001\u001d\u0001\u001d\u0001\u001d\u0001\u001e\u0004"+ - "\u001e\u02f8\b\u001e\u000b\u001e\f\u001e\u02f9\u0001\u001e\u0001\u001e"+ - "\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001 \u0001"+ - " \u0001 \u0001 \u0001!\u0001!\u0001!\u0001!\u0001\"\u0001\"\u0001\"\u0001"+ - "\"\u0001#\u0001#\u0001#\u0001#\u0001$\u0001$\u0001$\u0001$\u0001%\u0001"+ - "%\u0001%\u0001%\u0001&\u0001&\u0001&\u0001&\u0001\'\u0001\'\u0001\'\u0001"+ - "\'\u0001(\u0001(\u0001(\u0001(\u0001)\u0001)\u0001)\u0001)\u0001)\u0001"+ - "*\u0001*\u0001*\u0001*\u0001*\u0001+\u0001+\u0001+\u0001+\u0001+\u0001"+ - ",\u0001,\u0001,\u0001,\u0001,\u0001,\u0001,\u0001-\u0001-\u0001.\u0004"+ - ".\u0340\b.\u000b.\f.\u0341\u0001.\u0001.\u0003.\u0346\b.\u0001.\u0004"+ - ".\u0349\b.\u000b.\f.\u034a\u0001/\u0001/\u0001/\u0001/\u00010\u00010\u0001"+ - "0\u00010\u00011\u00011\u00011\u00011\u00012\u00012\u00012\u00012\u0001"+ - "3\u00013\u00013\u00013\u00013\u00013\u00014\u00014\u00014\u00014\u0001"+ - "5\u00015\u00015\u00015\u00016\u00016\u00016\u00016\u00017\u00017\u0001"+ - "7\u00017\u00018\u00018\u00018\u00018\u00019\u00019\u00019\u00019\u0001"+ - ":\u0001:\u0001:\u0001:\u0001;\u0001;\u0001;\u0001;\u0001<\u0001<\u0001"+ - "<\u0001<\u0001=\u0001=\u0001=\u0001=\u0001>\u0001>\u0001>\u0001>\u0001"+ - "?\u0001?\u0001?\u0001?\u0001@\u0001@\u0001@\u0001@\u0001A\u0001A\u0001"+ - "A\u0001A\u0001A\u0001B\u0001B\u0001B\u0001B\u0001C\u0001C\u0001C\u0001"+ - "C\u0001C\u0004C\u03a5\bC\u000bC\fC\u03a6\u0001D\u0001D\u0001D\u0001D\u0001"+ - "E\u0001E\u0001E\u0001E\u0001F\u0001F\u0001F\u0001F\u0001G\u0001G\u0001"+ - "G\u0001G\u0001G\u0001H\u0001H\u0001H\u0001H\u0001H\u0001I\u0001I\u0001"+ - "I\u0001I\u0001J\u0001J\u0001J\u0001J\u0001K\u0001K\u0001K\u0001K\u0001"+ - "L\u0001L\u0001L\u0001L\u0001M\u0001M\u0001N\u0001N\u0001O\u0001O\u0001"+ - "O\u0001P\u0001P\u0001Q\u0001Q\u0003Q\u03da\bQ\u0001Q\u0004Q\u03dd\bQ\u000b"+ - "Q\fQ\u03de\u0001R\u0001R\u0001S\u0001S\u0001T\u0001T\u0001T\u0003T\u03e8"+ - "\bT\u0001U\u0001U\u0001V\u0001V\u0001V\u0003V\u03ef\bV\u0001W\u0001W\u0001"+ - "W\u0005W\u03f4\bW\nW\fW\u03f7\tW\u0001W\u0001W\u0001W\u0001W\u0001W\u0001"+ - "W\u0005W\u03ff\bW\nW\fW\u0402\tW\u0001W\u0001W\u0001W\u0001W\u0001W\u0003"+ - "W\u0409\bW\u0001W\u0003W\u040c\bW\u0003W\u040e\bW\u0001X\u0004X\u0411"+ - "\bX\u000bX\fX\u0412\u0001Y\u0004Y\u0416\bY\u000bY\fY\u0417\u0001Y\u0001"+ - "Y\u0005Y\u041c\bY\nY\fY\u041f\tY\u0001Y\u0001Y\u0004Y\u0423\bY\u000bY"+ - "\fY\u0424\u0001Y\u0004Y\u0428\bY\u000bY\fY\u0429\u0001Y\u0001Y\u0005Y"+ - "\u042e\bY\nY\fY\u0431\tY\u0003Y\u0433\bY\u0001Y\u0001Y\u0001Y\u0001Y\u0004"+ - "Y\u0439\bY\u000bY\fY\u043a\u0001Y\u0001Y\u0003Y\u043f\bY\u0001Z\u0001"+ - "Z\u0001Z\u0001[\u0001[\u0001[\u0001[\u0001\\\u0001\\\u0001\\\u0001\\\u0001"+ - "]\u0001]\u0001^\u0001^\u0001^\u0001_\u0001_\u0001`\u0001`\u0001a\u0001"+ - "a\u0001a\u0001a\u0001a\u0001b\u0001b\u0001c\u0001c\u0001c\u0001c\u0001"+ - "c\u0001c\u0001d\u0001d\u0001d\u0001d\u0001d\u0001d\u0001e\u0001e\u0001"+ - "e\u0001f\u0001f\u0001f\u0001g\u0001g\u0001g\u0001g\u0001g\u0001h\u0001"+ - "h\u0001h\u0001h\u0001h\u0001i\u0001i\u0001i\u0001i\u0001j\u0001j\u0001"+ - "j\u0001j\u0001j\u0001k\u0001k\u0001k\u0001k\u0001k\u0001k\u0001l\u0001"+ - "l\u0001l\u0001m\u0001m\u0001n\u0001n\u0001n\u0001n\u0001n\u0001n\u0001"+ - "o\u0001o\u0001o\u0001o\u0001o\u0001p\u0001p\u0001p\u0001q\u0001q\u0001"+ - "q\u0001r\u0001r\u0001r\u0001s\u0001s\u0001t\u0001t\u0001t\u0001u\u0001"+ - "u\u0001v\u0001v\u0001v\u0001w\u0001w\u0001x\u0001x\u0001y\u0001y\u0001"+ + "\u001b\u0001\u001b\u0001\u001b\u0001\u001b\u0001\u001b\u0001\u001b\u0001"+ + "\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001"+ + "\u001c\u0001\u001d\u0001\u001d\u0001\u001d\u0001\u001d\u0001\u001d\u0001"+ + "\u001d\u0001\u001d\u0001\u001d\u0001\u001d\u0001\u001e\u0001\u001e\u0001"+ + "\u001e\u0001\u001e\u0001\u001e\u0001\u001e\u0001\u001e\u0001\u001f\u0004"+ + "\u001f\u030a\b\u001f\u000b\u001f\f\u001f\u030b\u0001\u001f\u0001\u001f"+ + "\u0001 \u0001 \u0001 \u0001 \u0001 \u0001!\u0001!\u0001!\u0001!\u0001"+ + "\"\u0001\"\u0001\"\u0001\"\u0001#\u0001#\u0001#\u0001#\u0001$\u0001$\u0001"+ + "$\u0001$\u0001%\u0001%\u0001%\u0001%\u0001&\u0001&\u0001&\u0001&\u0001"+ + "\'\u0001\'\u0001\'\u0001\'\u0001(\u0001(\u0001(\u0001(\u0001)\u0001)\u0001"+ + ")\u0001)\u0001*\u0001*\u0001*\u0001*\u0001*\u0001+\u0001+\u0001+\u0001"+ + "+\u0001+\u0001,\u0001,\u0001,\u0001,\u0001,\u0001-\u0001-\u0001-\u0001"+ + "-\u0001-\u0001.\u0001.\u0001/\u0004/\u0350\b/\u000b/\f/\u0351\u0001/\u0001"+ + "/\u0003/\u0356\b/\u0001/\u0004/\u0359\b/\u000b/\f/\u035a\u00010\u0001"+ + "0\u00010\u00010\u00011\u00011\u00011\u00011\u00012\u00012\u00012\u0001"+ + "2\u00013\u00013\u00013\u00013\u00014\u00014\u00014\u00014\u00014\u0001"+ + "4\u00015\u00015\u00015\u00015\u00016\u00016\u00016\u00016\u00017\u0001"+ + "7\u00017\u00017\u00018\u00018\u00018\u00018\u00019\u00019\u00019\u0001"+ + "9\u0001:\u0001:\u0001:\u0001:\u0001;\u0001;\u0001;\u0001;\u0001<\u0001"+ + "<\u0001<\u0001<\u0001=\u0001=\u0001=\u0001=\u0001>\u0001>\u0001>\u0001"+ + ">\u0001?\u0001?\u0001?\u0001?\u0001@\u0001@\u0001@\u0001@\u0001A\u0001"+ + "A\u0001A\u0001A\u0001B\u0001B\u0001B\u0001B\u0001B\u0001C\u0001C\u0001"+ + "C\u0001C\u0001D\u0001D\u0001D\u0001D\u0001D\u0004D\u03b5\bD\u000bD\fD"+ + "\u03b6\u0001E\u0001E\u0001E\u0001E\u0001F\u0001F\u0001F\u0001F\u0001G"+ + "\u0001G\u0001G\u0001G\u0001H\u0001H\u0001H\u0001H\u0001H\u0001I\u0001"+ + "I\u0001I\u0001I\u0001I\u0001J\u0001J\u0001J\u0001J\u0001K\u0001K\u0001"+ + "K\u0001K\u0001L\u0001L\u0001L\u0001L\u0001M\u0001M\u0001M\u0001M\u0001"+ + "N\u0001N\u0001O\u0001O\u0001P\u0001P\u0001P\u0001Q\u0001Q\u0001R\u0001"+ + "R\u0003R\u03ea\bR\u0001R\u0004R\u03ed\bR\u000bR\fR\u03ee\u0001S\u0001"+ + "S\u0001T\u0001T\u0001U\u0001U\u0001U\u0003U\u03f8\bU\u0001V\u0001V\u0001"+ + "W\u0001W\u0001W\u0003W\u03ff\bW\u0001X\u0001X\u0001X\u0005X\u0404\bX\n"+ + "X\fX\u0407\tX\u0001X\u0001X\u0001X\u0001X\u0001X\u0001X\u0005X\u040f\b"+ + "X\nX\fX\u0412\tX\u0001X\u0001X\u0001X\u0001X\u0001X\u0003X\u0419\bX\u0001"+ + "X\u0003X\u041c\bX\u0003X\u041e\bX\u0001Y\u0004Y\u0421\bY\u000bY\fY\u0422"+ + "\u0001Z\u0004Z\u0426\bZ\u000bZ\fZ\u0427\u0001Z\u0001Z\u0005Z\u042c\bZ"+ + "\nZ\fZ\u042f\tZ\u0001Z\u0001Z\u0004Z\u0433\bZ\u000bZ\fZ\u0434\u0001Z\u0004"+ + "Z\u0438\bZ\u000bZ\fZ\u0439\u0001Z\u0001Z\u0005Z\u043e\bZ\nZ\fZ\u0441\t"+ + "Z\u0003Z\u0443\bZ\u0001Z\u0001Z\u0001Z\u0001Z\u0004Z\u0449\bZ\u000bZ\f"+ + "Z\u044a\u0001Z\u0001Z\u0003Z\u044f\bZ\u0001[\u0001[\u0001[\u0001[\u0001"+ + "\\\u0001\\\u0001\\\u0001]\u0001]\u0001]\u0001]\u0001^\u0001^\u0001_\u0001"+ + "_\u0001_\u0001`\u0001`\u0001`\u0001a\u0001a\u0001b\u0001b\u0001c\u0001"+ + "c\u0001c\u0001c\u0001c\u0001d\u0001d\u0001e\u0001e\u0001e\u0001e\u0001"+ + "e\u0001e\u0001f\u0001f\u0001f\u0001f\u0001f\u0001f\u0001g\u0001g\u0001"+ + "g\u0001h\u0001h\u0001h\u0001i\u0001i\u0001i\u0001i\u0001i\u0001j\u0001"+ + "j\u0001j\u0001j\u0001j\u0001k\u0001k\u0001k\u0001k\u0001l\u0001l\u0001"+ + "l\u0001l\u0001l\u0001m\u0001m\u0001m\u0001m\u0001m\u0001m\u0001n\u0001"+ + "n\u0001n\u0001o\u0001o\u0001o\u0001p\u0001p\u0001q\u0001q\u0001q\u0001"+ + "q\u0001q\u0001q\u0001r\u0001r\u0001r\u0001r\u0001r\u0001s\u0001s\u0001"+ + "s\u0001s\u0001s\u0001t\u0001t\u0001t\u0001u\u0001u\u0001u\u0001v\u0001"+ + "v\u0001v\u0001w\u0001w\u0001x\u0001x\u0001x\u0001y\u0001y\u0001z\u0001"+ "z\u0001z\u0001{\u0001{\u0001|\u0001|\u0001}\u0001}\u0001~\u0001~\u0001"+ - "~\u0001\u007f\u0001\u007f\u0001\u007f\u0001\u007f\u0001\u0080\u0001\u0080"+ - "\u0001\u0080\u0003\u0080\u04c2\b\u0080\u0001\u0080\u0005\u0080\u04c5\b"+ - "\u0080\n\u0080\f\u0080\u04c8\t\u0080\u0001\u0080\u0001\u0080\u0004\u0080"+ - "\u04cc\b\u0080\u000b\u0080\f\u0080\u04cd\u0003\u0080\u04d0\b\u0080\u0001"+ - "\u0081\u0001\u0081\u0001\u0081\u0003\u0081\u04d5\b\u0081\u0001\u0081\u0005"+ - "\u0081\u04d8\b\u0081\n\u0081\f\u0081\u04db\t\u0081\u0001\u0081\u0001\u0081"+ - "\u0004\u0081\u04df\b\u0081\u000b\u0081\f\u0081\u04e0\u0003\u0081\u04e3"+ - "\b\u0081\u0001\u0082\u0001\u0082\u0001\u0082\u0001\u0082\u0001\u0082\u0001"+ - "\u0083\u0001\u0083\u0001\u0083\u0001\u0083\u0001\u0083\u0001\u0084\u0001"+ - "\u0084\u0001\u0084\u0001\u0084\u0001\u0084\u0001\u0085\u0001\u0085\u0001"+ - "\u0085\u0001\u0085\u0001\u0085\u0001\u0086\u0001\u0086\u0005\u0086\u04fb"+ - "\b\u0086\n\u0086\f\u0086\u04fe\t\u0086\u0001\u0086\u0001\u0086\u0003\u0086"+ - "\u0502\b\u0086\u0001\u0086\u0004\u0086\u0505\b\u0086\u000b\u0086\f\u0086"+ - "\u0506\u0003\u0086\u0509\b\u0086\u0001\u0087\u0001\u0087\u0004\u0087\u050d"+ - "\b\u0087\u000b\u0087\f\u0087\u050e\u0001\u0087\u0001\u0087\u0001\u0088"+ - "\u0001\u0088\u0001\u0089\u0001\u0089\u0001\u0089\u0001\u0089\u0001\u008a"+ - "\u0001\u008a\u0001\u008a\u0001\u008a\u0001\u008b\u0001\u008b\u0001\u008b"+ - "\u0001\u008b\u0001\u008c\u0001\u008c\u0001\u008c\u0001\u008c\u0001\u008c"+ - "\u0001\u008d\u0001\u008d\u0001\u008d\u0001\u008d\u0001\u008e\u0001\u008e"+ - "\u0001\u008e\u0001\u008e\u0001\u008f\u0001\u008f\u0001\u008f\u0001\u008f"+ - "\u0001\u0090\u0001\u0090\u0001\u0090\u0001\u0090\u0001\u0090\u0001\u0091"+ - "\u0001\u0091\u0001\u0091\u0001\u0091\u0001\u0092\u0001\u0092\u0001\u0092"+ - "\u0001\u0092\u0001\u0093\u0001\u0093\u0001\u0093\u0001\u0093\u0001\u0093"+ - "\u0001\u0093\u0001\u0093\u0001\u0093\u0001\u0093\u0001\u0094\u0001\u0094"+ - "\u0001\u0094\u0003\u0094\u054b\b\u0094\u0001\u0095\u0004\u0095\u054e\b"+ - "\u0095\u000b\u0095\f\u0095\u054f\u0001\u0096\u0001\u0096\u0001\u0096\u0001"+ - "\u0096\u0001\u0097\u0001\u0097\u0001\u0097\u0001\u0097\u0001\u0098\u0001"+ - "\u0098\u0001\u0098\u0001\u0098\u0001\u0099\u0001\u0099\u0001\u0099\u0001"+ - "\u0099\u0001\u009a\u0001\u009a\u0001\u009a\u0001\u009a\u0001\u009b\u0001"+ - "\u009b\u0001\u009b\u0001\u009b\u0001\u009b\u0001\u009c\u0001\u009c\u0001"+ - "\u009c\u0001\u009c\u0001\u009c\u0001\u009d\u0001\u009d\u0001\u009d\u0001"+ - "\u009d\u0001\u009e\u0001\u009e\u0001\u009e\u0001\u009e\u0001\u009f\u0001"+ - "\u009f\u0001\u009f\u0001\u009f\u0001\u00a0\u0001\u00a0\u0001\u00a0\u0001"+ - "\u00a0\u0001\u00a0\u0001\u00a1\u0001\u00a1\u0001\u00a1\u0001\u00a1\u0001"+ - "\u00a1\u0001\u00a2\u0001\u00a2\u0001\u00a2\u0001\u00a2\u0001\u00a3\u0001"+ - "\u00a3\u0001\u00a3\u0001\u00a3\u0001\u00a3\u0001\u00a3\u0001\u00a4\u0001"+ - "\u00a4\u0001\u00a4\u0001\u00a4\u0001\u00a4\u0001\u00a4\u0001\u00a4\u0001"+ - "\u00a4\u0001\u00a4\u0001\u00a5\u0001\u00a5\u0001\u00a5\u0001\u00a5\u0001"+ - "\u00a6\u0001\u00a6\u0001\u00a6\u0001\u00a6\u0001\u00a7\u0001\u00a7\u0001"+ - "\u00a7\u0001\u00a7\u0001\u00a8\u0001\u00a8\u0001\u00a8\u0001\u00a8\u0001"+ - "\u00a9\u0001\u00a9\u0001\u00a9\u0001\u00a9\u0001\u00aa\u0001\u00aa\u0001"+ - "\u00aa\u0001\u00aa\u0001\u00ab\u0001\u00ab\u0001\u00ab\u0001\u00ab\u0001"+ - "\u00ac\u0001\u00ac\u0001\u00ac\u0001\u00ac\u0001\u00ad\u0001\u00ad\u0001"+ - "\u00ad\u0001\u00ad\u0001\u00ad\u0001\u00ae\u0001\u00ae\u0001\u00ae\u0001"+ - "\u00ae\u0001\u00af\u0001\u00af\u0001\u00af\u0001\u00af\u0001\u00b0\u0001"+ - "\u00b0\u0001\u00b0\u0001\u00b0\u0001\u00b1\u0001\u00b1\u0001\u00b1\u0001"+ - "\u00b1\u0001\u00b1\u0001\u00b2\u0001\u00b2\u0001\u00b2\u0001\u00b2\u0001"+ - "\u00b3\u0001\u00b3\u0001\u00b3\u0001\u00b3\u0001\u00b4\u0001\u00b4\u0001"+ - "\u00b4\u0001\u00b4\u0001\u00b5\u0001\u00b5\u0001\u00b5\u0001\u00b5\u0001"+ - "\u00b6\u0001\u00b6\u0001\u00b6\u0001\u00b6\u0001\u00b7\u0001\u00b7\u0001"+ - "\u00b7\u0001\u00b7\u0001\u00b7\u0001\u00b7\u0001\u00b8\u0001\u00b8\u0001"+ - "\u00b8\u0001\u00b8\u0001\u00b9\u0001\u00b9\u0001\u00b9\u0001\u00b9\u0001"+ - "\u00ba\u0001\u00ba\u0001\u00ba\u0001\u00ba\u0001\u00bb\u0001\u00bb\u0001"+ - "\u00bb\u0001\u00bb\u0001\u00bc\u0001\u00bc\u0001\u00bc\u0001\u00bc\u0001"+ - "\u00bd\u0001\u00bd\u0001\u00bd\u0001\u00bd\u0001\u00be\u0001\u00be\u0001"+ - "\u00be\u0001\u00be\u0001\u00be\u0001\u00bf\u0001\u00bf\u0001\u00bf\u0001"+ - "\u00bf\u0001\u00c0\u0001\u00c0\u0001\u00c0\u0001\u00c0\u0001\u00c1\u0001"+ - "\u00c1\u0001\u00c1\u0001\u00c1\u0001\u00c2\u0001\u00c2\u0001\u00c2\u0001"+ - "\u00c2\u0001\u00c3\u0001\u00c3\u0001\u00c3\u0001\u00c3\u0001\u00c4\u0001"+ - "\u00c4\u0001\u00c4\u0001\u00c4\u0001\u00c5\u0001\u00c5\u0001\u00c5\u0001"+ - "\u00c5\u0001\u00c6\u0001\u00c6\u0001\u00c6\u0001\u00c6\u0001\u00c7\u0001"+ - "\u00c7\u0001\u00c7\u0001\u00c7\u0001\u00c8\u0001\u00c8\u0001\u00c8\u0001"+ - "\u00c8\u0001\u00c9\u0001\u00c9\u0001\u00c9\u0001\u00c9\u0001\u00c9\u0001"+ - "\u00ca\u0001\u00ca\u0001\u00ca\u0001\u00ca\u0001\u00cb\u0001\u00cb\u0001"+ - "\u00cb\u0001\u00cb\u0001\u00cc\u0001\u00cc\u0001\u00cc\u0001\u00cc\u0001"+ - "\u00cd\u0001\u00cd\u0001\u00cd\u0001\u00cd\u0001\u00ce\u0001\u00ce\u0001"+ - "\u00ce\u0001\u00ce\u0001\u00cf\u0001\u00cf\u0001\u00cf\u0001\u00cf\u0001"+ - "\u00d0\u0001\u00d0\u0001\u00d0\u0001\u00d0\u0003\u00d0\u064f\b\u00d0\u0001"+ - "\u00d1\u0001\u00d1\u0003\u00d1\u0653\b\u00d1\u0001\u00d1\u0005\u00d1\u0656"+ - "\b\u00d1\n\u00d1\f\u00d1\u0659\t\u00d1\u0001\u00d1\u0001\u00d1\u0003\u00d1"+ - "\u065d\b\u00d1\u0001\u00d1\u0004\u00d1\u0660\b\u00d1\u000b\u00d1\f\u00d1"+ - "\u0661\u0003\u00d1\u0664\b\u00d1\u0001\u00d2\u0001\u00d2\u0004\u00d2\u0668"+ - "\b\u00d2\u000b\u00d2\f\u00d2\u0669\u0001\u00d3\u0001\u00d3\u0001\u00d3"+ - "\u0001\u00d3\u0001\u00d4\u0001\u00d4\u0001\u00d4\u0001\u00d4\u0001\u00d5"+ - "\u0001\u00d5\u0001\u00d5\u0001\u00d5\u0001\u00d6\u0001\u00d6\u0001\u00d6"+ - "\u0001\u00d6\u0001\u00d6\u0001\u00d7\u0001\u00d7\u0001\u00d7\u0001\u00d7"+ - "\u0001\u00d8\u0001\u00d8\u0001\u00d8\u0001\u00d8\u0001\u00d9\u0001\u00d9"+ - "\u0001\u00d9\u0001\u00d9\u0001\u00da\u0001\u00da\u0001\u00da\u0001\u00da"+ - "\u0001\u00db\u0001\u00db\u0001\u00db\u0001\u00db\u0001\u00dc\u0001\u00dc"+ - "\u0001\u00dc\u0001\u00dc\u0001\u00dd\u0001\u00dd\u0001\u00dd\u0001\u00dd"+ + "\u007f\u0001\u007f\u0001\u0080\u0001\u0080\u0001\u0081\u0001\u0081\u0001"+ + "\u0082\u0001\u0082\u0001\u0082\u0001\u0083\u0001\u0083\u0001\u0083\u0001"+ + "\u0083\u0001\u0084\u0001\u0084\u0001\u0084\u0003\u0084\u04dd\b\u0084\u0001"+ + "\u0084\u0005\u0084\u04e0\b\u0084\n\u0084\f\u0084\u04e3\t\u0084\u0001\u0084"+ + "\u0001\u0084\u0004\u0084\u04e7\b\u0084\u000b\u0084\f\u0084\u04e8\u0003"+ + "\u0084\u04eb\b\u0084\u0001\u0085\u0001\u0085\u0001\u0085\u0003\u0085\u04f0"+ + "\b\u0085\u0001\u0085\u0005\u0085\u04f3\b\u0085\n\u0085\f\u0085\u04f6\t"+ + "\u0085\u0001\u0085\u0001\u0085\u0004\u0085\u04fa\b\u0085\u000b\u0085\f"+ + "\u0085\u04fb\u0003\u0085\u04fe\b\u0085\u0001\u0086\u0001\u0086\u0001\u0086"+ + "\u0001\u0086\u0001\u0086\u0001\u0087\u0001\u0087\u0001\u0087\u0001\u0087"+ + "\u0001\u0087\u0001\u0088\u0001\u0088\u0001\u0088\u0001\u0088\u0001\u0088"+ + "\u0001\u0089\u0001\u0089\u0001\u0089\u0001\u0089\u0001\u0089\u0001\u008a"+ + "\u0001\u008a\u0005\u008a\u0516\b\u008a\n\u008a\f\u008a\u0519\t\u008a\u0001"+ + "\u008a\u0001\u008a\u0003\u008a\u051d\b\u008a\u0001\u008a\u0004\u008a\u0520"+ + "\b\u008a\u000b\u008a\f\u008a\u0521\u0003\u008a\u0524\b\u008a\u0001\u008b"+ + "\u0001\u008b\u0004\u008b\u0528\b\u008b\u000b\u008b\f\u008b\u0529\u0001"+ + "\u008b\u0001\u008b\u0001\u008c\u0001\u008c\u0001\u008d\u0001\u008d\u0001"+ + "\u008d\u0001\u008d\u0001\u008e\u0001\u008e\u0001\u008e\u0001\u008e\u0001"+ + "\u008f\u0001\u008f\u0001\u008f\u0001\u008f\u0001\u0090\u0001\u0090\u0001"+ + "\u0090\u0001\u0090\u0001\u0090\u0001\u0091\u0001\u0091\u0001\u0091\u0001"+ + "\u0091\u0001\u0092\u0001\u0092\u0001\u0092\u0001\u0092\u0001\u0093\u0001"+ + "\u0093\u0001\u0093\u0001\u0093\u0001\u0094\u0001\u0094\u0001\u0094\u0001"+ + "\u0094\u0001\u0094\u0001\u0095\u0001\u0095\u0001\u0095\u0001\u0095\u0001"+ + "\u0096\u0001\u0096\u0001\u0096\u0001\u0096\u0001\u0097\u0001\u0097\u0001"+ + "\u0097\u0001\u0097\u0001\u0097\u0001\u0097\u0001\u0097\u0001\u0097\u0001"+ + "\u0097\u0001\u0098\u0001\u0098\u0001\u0098\u0003\u0098\u0566\b\u0098\u0001"+ + "\u0099\u0004\u0099\u0569\b\u0099\u000b\u0099\f\u0099\u056a\u0001\u009a"+ + "\u0001\u009a\u0001\u009a\u0001\u009a\u0001\u009b\u0001\u009b\u0001\u009b"+ + "\u0001\u009b\u0001\u009c\u0001\u009c\u0001\u009c\u0001\u009c\u0001\u009d"+ + "\u0001\u009d\u0001\u009d\u0001\u009d\u0001\u009e\u0001\u009e\u0001\u009e"+ + "\u0001\u009e\u0001\u009f\u0001\u009f\u0001\u009f\u0001\u009f\u0001\u009f"+ + "\u0001\u00a0\u0001\u00a0\u0001\u00a0\u0001\u00a0\u0001\u00a0\u0001\u00a1"+ + "\u0001\u00a1\u0001\u00a1\u0001\u00a1\u0001\u00a2\u0001\u00a2\u0001\u00a2"+ + "\u0001\u00a2\u0001\u00a3\u0001\u00a3\u0001\u00a3\u0001\u00a3\u0001\u00a4"+ + "\u0001\u00a4\u0001\u00a4\u0001\u00a4\u0001\u00a4\u0001\u00a5\u0001\u00a5"+ + "\u0001\u00a5\u0001\u00a5\u0001\u00a5\u0001\u00a6\u0001\u00a6\u0001\u00a6"+ + "\u0001\u00a6\u0001\u00a7\u0001\u00a7\u0001\u00a7\u0001\u00a7\u0001\u00a7"+ + "\u0001\u00a7\u0001\u00a8\u0001\u00a8\u0001\u00a8\u0001\u00a8\u0001\u00a8"+ + "\u0001\u00a8\u0001\u00a8\u0001\u00a8\u0001\u00a8\u0001\u00a9\u0001\u00a9"+ + "\u0001\u00a9\u0001\u00a9\u0001\u00aa\u0001\u00aa\u0001\u00aa\u0001\u00aa"+ + "\u0001\u00ab\u0001\u00ab\u0001\u00ab\u0001\u00ab\u0001\u00ac\u0001\u00ac"+ + "\u0001\u00ac\u0001\u00ac\u0001\u00ad\u0001\u00ad\u0001\u00ad\u0001\u00ad"+ + "\u0001\u00ae\u0001\u00ae\u0001\u00ae\u0001\u00ae\u0001\u00af\u0001\u00af"+ + "\u0001\u00af\u0001\u00af\u0001\u00b0\u0001\u00b0\u0001\u00b0\u0001\u00b0"+ + "\u0001\u00b1\u0001\u00b1\u0001\u00b1\u0001\u00b1\u0001\u00b1\u0001\u00b2"+ + "\u0001\u00b2\u0001\u00b2\u0001\u00b2\u0001\u00b3\u0001\u00b3\u0001\u00b3"+ + "\u0001\u00b3\u0001\u00b4\u0001\u00b4\u0001\u00b4\u0001\u00b4\u0001\u00b5"+ + "\u0001\u00b5\u0001\u00b5\u0001\u00b5\u0001\u00b5\u0001\u00b6\u0001\u00b6"+ + "\u0001\u00b6\u0001\u00b6\u0001\u00b7\u0001\u00b7\u0001\u00b7\u0001\u00b7"+ + "\u0001\u00b8\u0001\u00b8\u0001\u00b8\u0001\u00b8\u0001\u00b9\u0001\u00b9"+ + "\u0001\u00b9\u0001\u00b9\u0001\u00ba\u0001\u00ba\u0001\u00ba\u0001\u00ba"+ + "\u0001\u00bb\u0001\u00bb\u0001\u00bb\u0001\u00bb\u0001\u00bb\u0001\u00bb"+ + "\u0001\u00bc\u0001\u00bc\u0001\u00bc\u0001\u00bc\u0001\u00bd\u0001\u00bd"+ + "\u0001\u00bd\u0001\u00bd\u0001\u00be\u0001\u00be\u0001\u00be\u0001\u00be"+ + "\u0001\u00bf\u0001\u00bf\u0001\u00bf\u0001\u00bf\u0001\u00c0\u0001\u00c0"+ + "\u0001\u00c0\u0001\u00c0\u0001\u00c1\u0001\u00c1\u0001\u00c1\u0001\u00c1"+ + "\u0001\u00c2\u0001\u00c2\u0001\u00c2\u0001\u00c2\u0001\u00c2\u0001\u00c3"+ + "\u0001\u00c3\u0001\u00c3\u0001\u00c3\u0001\u00c4\u0001\u00c4\u0001\u00c4"+ + "\u0001\u00c4\u0001\u00c5\u0001\u00c5\u0001\u00c5\u0001\u00c5\u0001\u00c6"+ + "\u0001\u00c6\u0001\u00c6\u0001\u00c6\u0001\u00c7\u0001\u00c7\u0001\u00c7"+ + "\u0001\u00c7\u0001\u00c8\u0001\u00c8\u0001\u00c8\u0001\u00c8\u0001\u00c9"+ + "\u0001\u00c9\u0001\u00c9\u0001\u00c9\u0001\u00ca\u0001\u00ca\u0001\u00ca"+ + "\u0001\u00ca\u0001\u00cb\u0001\u00cb\u0001\u00cb\u0001\u00cb\u0001\u00cc"+ + "\u0001\u00cc\u0001\u00cc\u0001\u00cc\u0001\u00cd\u0001\u00cd\u0001\u00cd"+ + "\u0001\u00cd\u0001\u00cd\u0001\u00ce\u0001\u00ce\u0001\u00ce\u0001\u00ce"+ + "\u0001\u00cf\u0001\u00cf\u0001\u00cf\u0001\u00cf\u0001\u00d0\u0001\u00d0"+ + "\u0001\u00d0\u0001\u00d0\u0001\u00d1\u0001\u00d1\u0001\u00d1\u0001\u00d1"+ + "\u0001\u00d2\u0001\u00d2\u0001\u00d2\u0001\u00d2\u0001\u00d3\u0001\u00d3"+ + "\u0001\u00d3\u0001\u00d3\u0001\u00d4\u0001\u00d4\u0001\u00d4\u0001\u00d4"+ + "\u0003\u00d4\u066a\b\u00d4\u0001\u00d5\u0001\u00d5\u0003\u00d5\u066e\b"+ + "\u00d5\u0001\u00d5\u0005\u00d5\u0671\b\u00d5\n\u00d5\f\u00d5\u0674\t\u00d5"+ + "\u0001\u00d5\u0001\u00d5\u0003\u00d5\u0678\b\u00d5\u0001\u00d5\u0004\u00d5"+ + "\u067b\b\u00d5\u000b\u00d5\f\u00d5\u067c\u0003\u00d5\u067f\b\u00d5\u0001"+ + "\u00d6\u0001\u00d6\u0004\u00d6\u0683\b\u00d6\u000b\u00d6\f\u00d6\u0684"+ + "\u0001\u00d7\u0001\u00d7\u0001\u00d7\u0001\u00d7\u0001\u00d8\u0001\u00d8"+ + "\u0001\u00d8\u0001\u00d8\u0001\u00d9\u0001\u00d9\u0001\u00d9\u0001\u00d9"+ + "\u0001\u00da\u0001\u00da\u0001\u00da\u0001\u00da\u0001\u00da\u0001\u00db"+ + "\u0001\u00db\u0001\u00db\u0001\u00db\u0001\u00dc\u0001\u00dc\u0001\u00dc"+ + "\u0001\u00dc\u0001\u00dd\u0001\u00dd\u0001\u00dd\u0001\u00dd\u0001\u00de"+ "\u0001\u00de\u0001\u00de\u0001\u00de\u0001\u00df\u0001\u00df\u0001\u00df"+ "\u0001\u00df\u0001\u00e0\u0001\u00e0\u0001\u00e0\u0001\u00e0\u0001\u00e1"+ "\u0001\u00e1\u0001\u00e1\u0001\u00e1\u0001\u00e2\u0001\u00e2\u0001\u00e2"+ - "\u0001\u00e2\u0001\u00e3\u0001\u00e3\u0001\u00e3\u0001\u00e3\u0001\u00e3"+ - "\u0001\u00e4\u0001\u00e4\u0001\u00e4\u0001\u00e4\u0001\u00e4\u0001\u00e5"+ - "\u0001\u00e5\u0001\u00e5\u0001\u00e5\u0001\u00e6\u0001\u00e6\u0001\u00e6"+ - "\u0001\u00e6\u0001\u00e7\u0001\u00e7\u0001\u00e7\u0001\u00e7\u0002\u01f8"+ - "\u0400\u0000\u00e8\u0010\u0001\u0012\u0002\u0014\u0003\u0016\u0004\u0018"+ - "\u0005\u001a\u0006\u001c\u0007\u001e\b \t\"\n$\u000b&\f(\r*\u000e,\u000f"+ - ".\u00100\u00112\u00124\u00136\u00148\u0015:\u0016<\u0017>\u0018@\u0019"+ - "B\u001aD\u001bF\u001cH\u001dJ\u001eL\u001fN\u0000P\u0000R\u0000T\u0000"+ - "V\u0000X\u0000Z\u0000\\ ^!`\"b\u0000d\u0000f#h$j\u0000l%n\u0000p&r\'t"+ - "(v\u0000x\u0000z\u0000|\u0000~\u0000\u0080\u0000\u0082\u0000\u0084\u0000"+ - "\u0086\u0000\u0088\u0000\u008a\u0000\u008c)\u008e*\u0090+\u0092\u0000"+ - "\u0094\u0000\u0096,\u0098-\u009a.\u009c/\u009e\u0000\u00a0\u0000\u00a2"+ - "0\u00a41\u00a62\u00a83\u00aa\u0000\u00ac\u0000\u00ae\u0000\u00b0\u0000"+ - "\u00b2\u0000\u00b4\u0000\u00b6\u0000\u00b8\u0000\u00ba\u0000\u00bc\u0000"+ - "\u00be4\u00c05\u00c26\u00c47\u00c68\u00c89\u00ca:\u00cc;\u00ce<\u00d0"+ - "=\u00d2>\u00d4?\u00d6@\u00d8A\u00daB\u00dcC\u00deD\u00e0E\u00e2F\u00e4"+ - "G\u00e6H\u00e8I\u00eaJ\u00ecK\u00eeL\u00f0M\u00f2N\u00f4O\u00f6P\u00f8"+ - "Q\u00faR\u00fcS\u00feT\u0100U\u0102V\u0104W\u0106X\u0108Y\u010aZ\u010c"+ - "[\u010e\u0000\u0110\\\u0112]\u0114^\u0116_\u0118`\u011aa\u011cb\u011e"+ - "\u0000\u0120c\u0122d\u0124e\u0126f\u0128\u0000\u012a\u0000\u012c\u0000"+ - "\u012e\u0000\u0130\u0000\u0132\u0000\u0134\u0000\u0136g\u0138\u0000\u013a"+ - "h\u013c\u0000\u013e\u0000\u0140i\u0142j\u0144k\u0146\u0000\u0148\u0000"+ - "\u014al\u014cm\u014en\u0150\u0000\u0152o\u0154\u0000\u0156\u0000\u0158"+ - "p\u015a\u0000\u015c\u0000\u015e\u0000\u0160\u0000\u0162\u0000\u0164q\u0166"+ - "r\u0168s\u016a\u0000\u016c\u0000\u016e\u0000\u0170\u0000\u0172\u0000\u0174"+ - "\u0000\u0176\u0000\u0178t\u017au\u017cv\u017e\u0000\u0180\u0000\u0182"+ - "\u0000\u0184\u0000\u0186w\u0188x\u018ay\u018c\u0000\u018e\u0000\u0190"+ - "\u0000\u0192\u0000\u0194\u0000\u0196\u0000\u0198\u0000\u019a\u0000\u019c"+ - "z\u019e{\u01a0|\u01a2\u0000\u01a4\u0000\u01a6\u0000\u01a8\u0000\u01aa"+ - "\u0000\u01ac\u0000\u01ae\u0000\u01b0\u0000\u01b2\u0000\u01b4}\u01b6~\u01b8"+ - "\u007f\u01ba\u0080\u01bc\u0000\u01be\u0000\u01c0\u0000\u01c2\u0000\u01c4"+ - "\u0000\u01c6\u0000\u01c8\u0000\u01ca\u0000\u01cc\u0081\u01ce\u0000\u01d0"+ - "\u0082\u01d2\u0083\u01d4\u0084\u01d6\u0000\u01d8\u0085\u01da\u0086\u01dc"+ - "\u0087\u01de\u0088\u0010\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007"+ + "\u0001\u00e2\u0001\u00e3\u0001\u00e3\u0001\u00e3\u0001\u00e3\u0001\u00e4"+ + "\u0001\u00e4\u0001\u00e4\u0001\u00e4\u0001\u00e5\u0001\u00e5\u0001\u00e5"+ + "\u0001\u00e5\u0001\u00e6\u0001\u00e6\u0001\u00e6\u0001\u00e6\u0001\u00e7"+ + "\u0001\u00e7\u0001\u00e7\u0001\u00e7\u0001\u00e7\u0001\u00e8\u0001\u00e8"+ + "\u0001\u00e8\u0001\u00e8\u0001\u00e8\u0001\u00e9\u0001\u00e9\u0001\u00e9"+ + "\u0001\u00e9\u0001\u00ea\u0001\u00ea\u0001\u00ea\u0001\u00ea\u0001\u00eb"+ + "\u0001\u00eb\u0001\u00eb\u0001\u00eb\u0002\u0200\u0410\u0000\u00ec\u0010"+ + "\u0001\u0012\u0002\u0014\u0003\u0016\u0004\u0018\u0005\u001a\u0006\u001c"+ + "\u0007\u001e\b \t\"\n$\u000b&\f(\r*\u000e,\u000f.\u00100\u00112\u0012"+ + "4\u00136\u00148\u0015:\u0016<\u0017>\u0018@\u0019B\u001aD\u001bF\u001c"+ + "H\u001dJ\u001eL\u001fN P\u0000R\u0000T\u0000V\u0000X\u0000Z\u0000\\\u0000"+ + "^!`\"b#d\u0000f\u0000h\u0000j\u0000l\u0000n$p\u0000r%t&v\'x\u0000z\u0000"+ + "|\u0000~\u0000\u0080\u0000\u0082\u0000\u0084\u0000\u0086\u0000\u0088\u0000"+ + "\u008a\u0000\u008c\u0000\u008e(\u0090)\u0092*\u0094\u0000\u0096\u0000"+ + "\u0098+\u009a,\u009c-\u009e.\u00a0\u0000\u00a2\u0000\u00a4/\u00a60\u00a8"+ + "1\u00aa2\u00ac\u0000\u00ae\u0000\u00b0\u0000\u00b2\u0000\u00b4\u0000\u00b6"+ + "\u0000\u00b8\u0000\u00ba\u0000\u00bc\u0000\u00be\u0000\u00c03\u00c24\u00c4"+ + "5\u00c66\u00c87\u00ca8\u00cc9\u00ce:\u00d0;\u00d2<\u00d4=\u00d6>\u00d8"+ + "?\u00da@\u00dcA\u00deB\u00e0C\u00e2D\u00e4E\u00e6F\u00e8G\u00eaH\u00ec"+ + "I\u00eeJ\u00f0K\u00f2L\u00f4M\u00f6N\u00f8O\u00faP\u00fcQ\u00feR\u0100"+ + "S\u0102T\u0104U\u0106V\u0108W\u010aX\u010cY\u010eZ\u0110[\u0112\\\u0114"+ + "]\u0116\u0000\u0118^\u011a_\u011c`\u011ea\u0120b\u0122c\u0124d\u0126\u0000"+ + "\u0128e\u012af\u012cg\u012eh\u0130\u0000\u0132\u0000\u0134\u0000\u0136"+ + "\u0000\u0138\u0000\u013a\u0000\u013c\u0000\u013ei\u0140\u0000\u0142j\u0144"+ + "\u0000\u0146\u0000\u0148k\u014al\u014cm\u014e\u0000\u0150\u0000\u0152"+ + "n\u0154o\u0156p\u0158\u0000\u015aq\u015c\u0000\u015e\u0000\u0160r\u0162"+ + "\u0000\u0164\u0000\u0166\u0000\u0168\u0000\u016a\u0000\u016cs\u016et\u0170"+ + "u\u0172\u0000\u0174\u0000\u0176\u0000\u0178\u0000\u017a\u0000\u017c\u0000"+ + "\u017e\u0000\u0180v\u0182w\u0184x\u0186\u0000\u0188\u0000\u018a\u0000"+ + "\u018c\u0000\u018ey\u0190z\u0192{\u0194\u0000\u0196\u0000\u0198\u0000"+ + "\u019a\u0000\u019c\u0000\u019e\u0000\u01a0\u0000\u01a2\u0000\u01a4|\u01a6"+ + "}\u01a8~\u01aa\u0000\u01ac\u0000\u01ae\u0000\u01b0\u0000\u01b2\u0000\u01b4"+ + "\u0000\u01b6\u0000\u01b8\u0000\u01ba\u0000\u01bc\u007f\u01be\u0080\u01c0"+ + "\u0081\u01c2\u0082\u01c4\u0000\u01c6\u0000\u01c8\u0000\u01ca\u0000\u01cc"+ + "\u0000\u01ce\u0000\u01d0\u0000\u01d2\u0000\u01d4\u0000\u01d6\u0000\u01d8"+ + "\u0083\u01da\u0084\u01dc\u0085\u01de\u0000\u01e0\u0086\u01e2\u0087\u01e4"+ + "\u0088\u01e6\u0089\u0010\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007"+ "\b\t\n\u000b\f\r\u000e\u000f$\u0002\u0000\n\n\r\r\u0003\u0000\t\n\r\r"+ " \u0002\u0000CCcc\u0002\u0000HHhh\u0002\u0000AAaa\u0002\u0000NNnn\u0002"+ "\u0000GGgg\u0002\u0000EEee\u0002\u0000PPpp\u0002\u0000OOoo\u0002\u0000"+ @@ -630,7 +645,7 @@ private boolean FROM_SELECTOR_sempred(RuleContext _localctx, int predIndex) { "\r //[[]]\u000b\u0000\t\n\r\r \"#,,//::<<>?\\\\||\u0001\u000009\u0002"+ "\u0000AZaz\b\u0000\"\"NNRRTT\\\\nnrrtt\u0004\u0000\n\n\r\r\"\"\\\\\u0002"+ "\u0000++--\u0001\u0000``\u0002\u0000BBbb\u0002\u0000YYyy\u000b\u0000\t"+ - "\n\r\r \"\",,//::==[[]]||\u0002\u0000**//\u0002\u0000JJjj\u06e0\u0000"+ + "\n\r\r \"\",,//::==[[]]||\u0002\u0000**//\u0002\u0000JJjj\u06fc\u0000"+ "\u0010\u0001\u0000\u0000\u0000\u0000\u0012\u0001\u0000\u0000\u0000\u0000"+ "\u0014\u0001\u0000\u0000\u0000\u0000\u0016\u0001\u0000\u0000\u0000\u0000"+ "\u0018\u0001\u0000\u0000\u0000\u0000\u001a\u0001\u0000\u0000\u0000\u0000"+ @@ -644,28 +659,28 @@ private boolean FROM_SELECTOR_sempred(RuleContext _localctx, int predIndex) { "<\u0001\u0000\u0000\u0000\u0000>\u0001\u0000\u0000\u0000\u0000@\u0001"+ "\u0000\u0000\u0000\u0000B\u0001\u0000\u0000\u0000\u0000D\u0001\u0000\u0000"+ "\u0000\u0000F\u0001\u0000\u0000\u0000\u0000H\u0001\u0000\u0000\u0000\u0000"+ - "J\u0001\u0000\u0000\u0000\u0000L\u0001\u0000\u0000\u0000\u0001N\u0001"+ + "J\u0001\u0000\u0000\u0000\u0000L\u0001\u0000\u0000\u0000\u0000N\u0001"+ "\u0000\u0000\u0000\u0001P\u0001\u0000\u0000\u0000\u0001R\u0001\u0000\u0000"+ "\u0000\u0001T\u0001\u0000\u0000\u0000\u0001V\u0001\u0000\u0000\u0000\u0001"+ "X\u0001\u0000\u0000\u0000\u0001Z\u0001\u0000\u0000\u0000\u0001\\\u0001"+ "\u0000\u0000\u0000\u0001^\u0001\u0000\u0000\u0000\u0001`\u0001\u0000\u0000"+ - "\u0000\u0002b\u0001\u0000\u0000\u0000\u0002d\u0001\u0000\u0000\u0000\u0002"+ - "f\u0001\u0000\u0000\u0000\u0002h\u0001\u0000\u0000\u0000\u0002l\u0001"+ + "\u0000\u0001b\u0001\u0000\u0000\u0000\u0002d\u0001\u0000\u0000\u0000\u0002"+ + "f\u0001\u0000\u0000\u0000\u0002h\u0001\u0000\u0000\u0000\u0002j\u0001"+ "\u0000\u0000\u0000\u0002n\u0001\u0000\u0000\u0000\u0002p\u0001\u0000\u0000"+ - "\u0000\u0002r\u0001\u0000\u0000\u0000\u0002t\u0001\u0000\u0000\u0000\u0003"+ + "\u0000\u0002r\u0001\u0000\u0000\u0000\u0002t\u0001\u0000\u0000\u0000\u0002"+ "v\u0001\u0000\u0000\u0000\u0003x\u0001\u0000\u0000\u0000\u0003z\u0001"+ "\u0000\u0000\u0000\u0003|\u0001\u0000\u0000\u0000\u0003~\u0001\u0000\u0000"+ "\u0000\u0003\u0080\u0001\u0000\u0000\u0000\u0003\u0082\u0001\u0000\u0000"+ "\u0000\u0003\u0084\u0001\u0000\u0000\u0000\u0003\u0086\u0001\u0000\u0000"+ "\u0000\u0003\u0088\u0001\u0000\u0000\u0000\u0003\u008a\u0001\u0000\u0000"+ "\u0000\u0003\u008c\u0001\u0000\u0000\u0000\u0003\u008e\u0001\u0000\u0000"+ - "\u0000\u0003\u0090\u0001\u0000\u0000\u0000\u0004\u0092\u0001\u0000\u0000"+ + "\u0000\u0003\u0090\u0001\u0000\u0000\u0000\u0003\u0092\u0001\u0000\u0000"+ "\u0000\u0004\u0094\u0001\u0000\u0000\u0000\u0004\u0096\u0001\u0000\u0000"+ "\u0000\u0004\u0098\u0001\u0000\u0000\u0000\u0004\u009a\u0001\u0000\u0000"+ - "\u0000\u0004\u009c\u0001\u0000\u0000\u0000\u0005\u009e\u0001\u0000\u0000"+ + "\u0000\u0004\u009c\u0001\u0000\u0000\u0000\u0004\u009e\u0001\u0000\u0000"+ "\u0000\u0005\u00a0\u0001\u0000\u0000\u0000\u0005\u00a2\u0001\u0000\u0000"+ "\u0000\u0005\u00a4\u0001\u0000\u0000\u0000\u0005\u00a6\u0001\u0000\u0000"+ - "\u0000\u0006\u00a8\u0001\u0000\u0000\u0000\u0006\u00be\u0001\u0000\u0000"+ + "\u0000\u0005\u00a8\u0001\u0000\u0000\u0000\u0006\u00aa\u0001\u0000\u0000"+ "\u0000\u0006\u00c0\u0001\u0000\u0000\u0000\u0006\u00c2\u0001\u0000\u0000"+ "\u0000\u0006\u00c4\u0001\u0000\u0000\u0000\u0006\u00c6\u0001\u0000\u0000"+ "\u0000\u0006\u00c8\u0001\u0000\u0000\u0000\u0006\u00ca\u0001\u0000\u0000"+ @@ -689,805 +704,819 @@ private boolean FROM_SELECTOR_sempred(RuleContext _localctx, int predIndex) { "\u0000\u0006\u0110\u0001\u0000\u0000\u0000\u0006\u0112\u0001\u0000\u0000"+ "\u0000\u0006\u0114\u0001\u0000\u0000\u0000\u0006\u0116\u0001\u0000\u0000"+ "\u0000\u0006\u0118\u0001\u0000\u0000\u0000\u0006\u011a\u0001\u0000\u0000"+ - "\u0000\u0006\u011c\u0001\u0000\u0000\u0000\u0006\u0120\u0001\u0000\u0000"+ - "\u0000\u0006\u0122\u0001\u0000\u0000\u0000\u0006\u0124\u0001\u0000\u0000"+ - "\u0000\u0006\u0126\u0001\u0000\u0000\u0000\u0007\u0128\u0001\u0000\u0000"+ - "\u0000\u0007\u012a\u0001\u0000\u0000\u0000\u0007\u012c\u0001\u0000\u0000"+ - "\u0000\u0007\u012e\u0001\u0000\u0000\u0000\u0007\u0130\u0001\u0000\u0000"+ + "\u0000\u0006\u011c\u0001\u0000\u0000\u0000\u0006\u011e\u0001\u0000\u0000"+ + "\u0000\u0006\u0120\u0001\u0000\u0000\u0000\u0006\u0122\u0001\u0000\u0000"+ + "\u0000\u0006\u0124\u0001\u0000\u0000\u0000\u0006\u0128\u0001\u0000\u0000"+ + "\u0000\u0006\u012a\u0001\u0000\u0000\u0000\u0006\u012c\u0001\u0000\u0000"+ + "\u0000\u0006\u012e\u0001\u0000\u0000\u0000\u0007\u0130\u0001\u0000\u0000"+ "\u0000\u0007\u0132\u0001\u0000\u0000\u0000\u0007\u0134\u0001\u0000\u0000"+ - "\u0000\u0007\u0136\u0001\u0000\u0000\u0000\u0007\u013a\u0001\u0000\u0000"+ - "\u0000\u0007\u013c\u0001\u0000\u0000\u0000\u0007\u013e\u0001\u0000\u0000"+ - "\u0000\u0007\u0140\u0001\u0000\u0000\u0000\u0007\u0142\u0001\u0000\u0000"+ - "\u0000\u0007\u0144\u0001\u0000\u0000\u0000\b\u0146\u0001\u0000\u0000\u0000"+ - "\b\u0148\u0001\u0000\u0000\u0000\b\u014a\u0001\u0000\u0000\u0000\b\u014c"+ - "\u0001\u0000\u0000\u0000\b\u014e\u0001\u0000\u0000\u0000\t\u0150\u0001"+ - "\u0000\u0000\u0000\t\u0152\u0001\u0000\u0000\u0000\t\u0154\u0001\u0000"+ - "\u0000\u0000\t\u0156\u0001\u0000\u0000\u0000\t\u0158\u0001\u0000\u0000"+ - "\u0000\t\u015a\u0001\u0000\u0000\u0000\t\u015c\u0001\u0000\u0000\u0000"+ - "\t\u015e\u0001\u0000\u0000\u0000\t\u0160\u0001\u0000\u0000\u0000\t\u0162"+ - "\u0001\u0000\u0000\u0000\t\u0164\u0001\u0000\u0000\u0000\t\u0166\u0001"+ - "\u0000\u0000\u0000\t\u0168\u0001\u0000\u0000\u0000\n\u016a\u0001\u0000"+ - "\u0000\u0000\n\u016c\u0001\u0000\u0000\u0000\n\u016e\u0001\u0000\u0000"+ - "\u0000\n\u0170\u0001\u0000\u0000\u0000\n\u0172\u0001\u0000\u0000\u0000"+ - "\n\u0174\u0001\u0000\u0000\u0000\n\u0176\u0001\u0000\u0000\u0000\n\u0178"+ - "\u0001\u0000\u0000\u0000\n\u017a\u0001\u0000\u0000\u0000\n\u017c\u0001"+ - "\u0000\u0000\u0000\u000b\u017e\u0001\u0000\u0000\u0000\u000b\u0180\u0001"+ - "\u0000\u0000\u0000\u000b\u0182\u0001\u0000\u0000\u0000\u000b\u0184\u0001"+ + "\u0000\u0007\u0136\u0001\u0000\u0000\u0000\u0007\u0138\u0001\u0000\u0000"+ + "\u0000\u0007\u013a\u0001\u0000\u0000\u0000\u0007\u013c\u0001\u0000\u0000"+ + "\u0000\u0007\u013e\u0001\u0000\u0000\u0000\u0007\u0142\u0001\u0000\u0000"+ + "\u0000\u0007\u0144\u0001\u0000\u0000\u0000\u0007\u0146\u0001\u0000\u0000"+ + "\u0000\u0007\u0148\u0001\u0000\u0000\u0000\u0007\u014a\u0001\u0000\u0000"+ + "\u0000\u0007\u014c\u0001\u0000\u0000\u0000\b\u014e\u0001\u0000\u0000\u0000"+ + "\b\u0150\u0001\u0000\u0000\u0000\b\u0152\u0001\u0000\u0000\u0000\b\u0154"+ + "\u0001\u0000\u0000\u0000\b\u0156\u0001\u0000\u0000\u0000\t\u0158\u0001"+ + "\u0000\u0000\u0000\t\u015a\u0001\u0000\u0000\u0000\t\u015c\u0001\u0000"+ + "\u0000\u0000\t\u015e\u0001\u0000\u0000\u0000\t\u0160\u0001\u0000\u0000"+ + "\u0000\t\u0162\u0001\u0000\u0000\u0000\t\u0164\u0001\u0000\u0000\u0000"+ + "\t\u0166\u0001\u0000\u0000\u0000\t\u0168\u0001\u0000\u0000\u0000\t\u016a"+ + "\u0001\u0000\u0000\u0000\t\u016c\u0001\u0000\u0000\u0000\t\u016e\u0001"+ + "\u0000\u0000\u0000\t\u0170\u0001\u0000\u0000\u0000\n\u0172\u0001\u0000"+ + "\u0000\u0000\n\u0174\u0001\u0000\u0000\u0000\n\u0176\u0001\u0000\u0000"+ + "\u0000\n\u0178\u0001\u0000\u0000\u0000\n\u017a\u0001\u0000\u0000\u0000"+ + "\n\u017c\u0001\u0000\u0000\u0000\n\u017e\u0001\u0000\u0000\u0000\n\u0180"+ + "\u0001\u0000\u0000\u0000\n\u0182\u0001\u0000\u0000\u0000\n\u0184\u0001"+ "\u0000\u0000\u0000\u000b\u0186\u0001\u0000\u0000\u0000\u000b\u0188\u0001"+ - "\u0000\u0000\u0000\u000b\u018a\u0001\u0000\u0000\u0000\f\u018c\u0001\u0000"+ - "\u0000\u0000\f\u018e\u0001\u0000\u0000\u0000\f\u0190\u0001\u0000\u0000"+ - "\u0000\f\u0192\u0001\u0000\u0000\u0000\f\u0194\u0001\u0000\u0000\u0000"+ - "\f\u0196\u0001\u0000\u0000\u0000\f\u0198\u0001\u0000\u0000\u0000\f\u019a"+ - "\u0001\u0000\u0000\u0000\f\u019c\u0001\u0000\u0000\u0000\f\u019e\u0001"+ - "\u0000\u0000\u0000\f\u01a0\u0001\u0000\u0000\u0000\r\u01a2\u0001\u0000"+ - "\u0000\u0000\r\u01a4\u0001\u0000\u0000\u0000\r\u01a6\u0001\u0000\u0000"+ - "\u0000\r\u01a8\u0001\u0000\u0000\u0000\r\u01aa\u0001\u0000\u0000\u0000"+ - "\r\u01ac\u0001\u0000\u0000\u0000\r\u01ae\u0001\u0000\u0000\u0000\r\u01b4"+ - "\u0001\u0000\u0000\u0000\r\u01b6\u0001\u0000\u0000\u0000\r\u01b8\u0001"+ - "\u0000\u0000\u0000\r\u01ba\u0001\u0000\u0000\u0000\u000e\u01bc\u0001\u0000"+ - "\u0000\u0000\u000e\u01be\u0001\u0000\u0000\u0000\u000e\u01c0\u0001\u0000"+ - "\u0000\u0000\u000e\u01c2\u0001\u0000\u0000\u0000\u000e\u01c4\u0001\u0000"+ + "\u0000\u0000\u0000\u000b\u018a\u0001\u0000\u0000\u0000\u000b\u018c\u0001"+ + "\u0000\u0000\u0000\u000b\u018e\u0001\u0000\u0000\u0000\u000b\u0190\u0001"+ + "\u0000\u0000\u0000\u000b\u0192\u0001\u0000\u0000\u0000\f\u0194\u0001\u0000"+ + "\u0000\u0000\f\u0196\u0001\u0000\u0000\u0000\f\u0198\u0001\u0000\u0000"+ + "\u0000\f\u019a\u0001\u0000\u0000\u0000\f\u019c\u0001\u0000\u0000\u0000"+ + "\f\u019e\u0001\u0000\u0000\u0000\f\u01a0\u0001\u0000\u0000\u0000\f\u01a2"+ + "\u0001\u0000\u0000\u0000\f\u01a4\u0001\u0000\u0000\u0000\f\u01a6\u0001"+ + "\u0000\u0000\u0000\f\u01a8\u0001\u0000\u0000\u0000\r\u01aa\u0001\u0000"+ + "\u0000\u0000\r\u01ac\u0001\u0000\u0000\u0000\r\u01ae\u0001\u0000\u0000"+ + "\u0000\r\u01b0\u0001\u0000\u0000\u0000\r\u01b2\u0001\u0000\u0000\u0000"+ + "\r\u01b4\u0001\u0000\u0000\u0000\r\u01b6\u0001\u0000\u0000\u0000\r\u01bc"+ + "\u0001\u0000\u0000\u0000\r\u01be\u0001\u0000\u0000\u0000\r\u01c0\u0001"+ + "\u0000\u0000\u0000\r\u01c2\u0001\u0000\u0000\u0000\u000e\u01c4\u0001\u0000"+ "\u0000\u0000\u000e\u01c6\u0001\u0000\u0000\u0000\u000e\u01c8\u0001\u0000"+ "\u0000\u0000\u000e\u01ca\u0001\u0000\u0000\u0000\u000e\u01cc\u0001\u0000"+ "\u0000\u0000\u000e\u01ce\u0001\u0000\u0000\u0000\u000e\u01d0\u0001\u0000"+ "\u0000\u0000\u000e\u01d2\u0001\u0000\u0000\u0000\u000e\u01d4\u0001\u0000"+ - "\u0000\u0000\u000f\u01d6\u0001\u0000\u0000\u0000\u000f\u01d8\u0001\u0000"+ - "\u0000\u0000\u000f\u01da\u0001\u0000\u0000\u0000\u000f\u01dc\u0001\u0000"+ - "\u0000\u0000\u000f\u01de\u0001\u0000\u0000\u0000\u0010\u01e0\u0001\u0000"+ - "\u0000\u0000\u0012\u01f1\u0001\u0000\u0000\u0000\u0014\u0201\u0001\u0000"+ - "\u0000\u0000\u0016\u0207\u0001\u0000\u0000\u0000\u0018\u0217\u0001\u0000"+ - "\u0000\u0000\u001a\u0220\u0001\u0000\u0000\u0000\u001c\u022a\u0001\u0000"+ - "\u0000\u0000\u001e\u0234\u0001\u0000\u0000\u0000 \u023b\u0001\u0000\u0000"+ - "\u0000\"\u0242\u0001\u0000\u0000\u0000$\u024a\u0001\u0000\u0000\u0000"+ - "&\u0250\u0001\u0000\u0000\u0000(\u0257\u0001\u0000\u0000\u0000*\u025f"+ - "\u0001\u0000\u0000\u0000,\u0267\u0001\u0000\u0000\u0000.\u0276\u0001\u0000"+ - "\u0000\u00000\u027d\u0001\u0000\u0000\u00002\u0283\u0001\u0000\u0000\u0000"+ - "4\u028b\u0001\u0000\u0000\u00006\u0294\u0001\u0000\u0000\u00008\u029c"+ - "\u0001\u0000\u0000\u0000:\u02a4\u0001\u0000\u0000\u0000<\u02ad\u0001\u0000"+ - "\u0000\u0000>\u02b9\u0001\u0000\u0000\u0000@\u02c5\u0001\u0000\u0000\u0000"+ - "B\u02cc\u0001\u0000\u0000\u0000D\u02d3\u0001\u0000\u0000\u0000F\u02df"+ - "\u0001\u0000\u0000\u0000H\u02e6\u0001\u0000\u0000\u0000J\u02ef\u0001\u0000"+ - "\u0000\u0000L\u02f7\u0001\u0000\u0000\u0000N\u02fd\u0001\u0000\u0000\u0000"+ - "P\u0302\u0001\u0000\u0000\u0000R\u0306\u0001\u0000\u0000\u0000T\u030a"+ - "\u0001\u0000\u0000\u0000V\u030e\u0001\u0000\u0000\u0000X\u0312\u0001\u0000"+ - "\u0000\u0000Z\u0316\u0001\u0000\u0000\u0000\\\u031a\u0001\u0000\u0000"+ - "\u0000^\u031e\u0001\u0000\u0000\u0000`\u0322\u0001\u0000\u0000\u0000b"+ - "\u0326\u0001\u0000\u0000\u0000d\u032b\u0001\u0000\u0000\u0000f\u0330\u0001"+ - "\u0000\u0000\u0000h\u0335\u0001\u0000\u0000\u0000j\u033c\u0001\u0000\u0000"+ - "\u0000l\u0345\u0001\u0000\u0000\u0000n\u034c\u0001\u0000\u0000\u0000p"+ - "\u0350\u0001\u0000\u0000\u0000r\u0354\u0001\u0000\u0000\u0000t\u0358\u0001"+ - "\u0000\u0000\u0000v\u035c\u0001\u0000\u0000\u0000x\u0362\u0001\u0000\u0000"+ - "\u0000z\u0366\u0001\u0000\u0000\u0000|\u036a\u0001\u0000\u0000\u0000~"+ - "\u036e\u0001\u0000\u0000\u0000\u0080\u0372\u0001\u0000\u0000\u0000\u0082"+ - "\u0376\u0001\u0000\u0000\u0000\u0084\u037a\u0001\u0000\u0000\u0000\u0086"+ - "\u037e\u0001\u0000\u0000\u0000\u0088\u0382\u0001\u0000\u0000\u0000\u008a"+ - "\u0386\u0001\u0000\u0000\u0000\u008c\u038a\u0001\u0000\u0000\u0000\u008e"+ - "\u038e\u0001\u0000\u0000\u0000\u0090\u0392\u0001\u0000\u0000\u0000\u0092"+ - "\u0396\u0001\u0000\u0000\u0000\u0094\u039b\u0001\u0000\u0000\u0000\u0096"+ - "\u03a4\u0001\u0000\u0000\u0000\u0098\u03a8\u0001\u0000\u0000\u0000\u009a"+ - "\u03ac\u0001\u0000\u0000\u0000\u009c\u03b0\u0001\u0000\u0000\u0000\u009e"+ - "\u03b4\u0001\u0000\u0000\u0000\u00a0\u03b9\u0001\u0000\u0000\u0000\u00a2"+ - "\u03be\u0001\u0000\u0000\u0000\u00a4\u03c2\u0001\u0000\u0000\u0000\u00a6"+ - "\u03c6\u0001\u0000\u0000\u0000\u00a8\u03ca\u0001\u0000\u0000\u0000\u00aa"+ - "\u03ce\u0001\u0000\u0000\u0000\u00ac\u03d0\u0001\u0000\u0000\u0000\u00ae"+ - "\u03d2\u0001\u0000\u0000\u0000\u00b0\u03d5\u0001\u0000\u0000\u0000\u00b2"+ - "\u03d7\u0001\u0000\u0000\u0000\u00b4\u03e0\u0001\u0000\u0000\u0000\u00b6"+ - "\u03e2\u0001\u0000\u0000\u0000\u00b8\u03e7\u0001\u0000\u0000\u0000\u00ba"+ - "\u03e9\u0001\u0000\u0000\u0000\u00bc\u03ee\u0001\u0000\u0000\u0000\u00be"+ - "\u040d\u0001\u0000\u0000\u0000\u00c0\u0410\u0001\u0000\u0000\u0000\u00c2"+ - "\u043e\u0001\u0000\u0000\u0000\u00c4\u0440\u0001\u0000\u0000\u0000\u00c6"+ - "\u0443\u0001\u0000\u0000\u0000\u00c8\u0447\u0001\u0000\u0000\u0000\u00ca"+ - "\u044b\u0001\u0000\u0000\u0000\u00cc\u044d\u0001\u0000\u0000\u0000\u00ce"+ - "\u0450\u0001\u0000\u0000\u0000\u00d0\u0452\u0001\u0000\u0000\u0000\u00d2"+ - "\u0454\u0001\u0000\u0000\u0000\u00d4\u0459\u0001\u0000\u0000\u0000\u00d6"+ - "\u045b\u0001\u0000\u0000\u0000\u00d8\u0461\u0001\u0000\u0000\u0000\u00da"+ - "\u0467\u0001\u0000\u0000\u0000\u00dc\u046a\u0001\u0000\u0000\u0000\u00de"+ - "\u046d\u0001\u0000\u0000\u0000\u00e0\u0472\u0001\u0000\u0000\u0000\u00e2"+ - "\u0477\u0001\u0000\u0000\u0000\u00e4\u047b\u0001\u0000\u0000\u0000\u00e6"+ - "\u0480\u0001\u0000\u0000\u0000\u00e8\u0486\u0001\u0000\u0000\u0000\u00ea"+ - "\u0489\u0001\u0000\u0000\u0000\u00ec\u048b\u0001\u0000\u0000\u0000\u00ee"+ - "\u0491\u0001\u0000\u0000\u0000\u00f0\u0496\u0001\u0000\u0000\u0000\u00f2"+ - "\u0499\u0001\u0000\u0000\u0000\u00f4\u049c\u0001\u0000\u0000\u0000\u00f6"+ - "\u049f\u0001\u0000\u0000\u0000\u00f8\u04a1\u0001\u0000\u0000\u0000\u00fa"+ - "\u04a4\u0001\u0000\u0000\u0000\u00fc\u04a6\u0001\u0000\u0000\u0000\u00fe"+ - "\u04a9\u0001\u0000\u0000\u0000\u0100\u04ab\u0001\u0000\u0000\u0000\u0102"+ - "\u04ad\u0001\u0000\u0000\u0000\u0104\u04af\u0001\u0000\u0000\u0000\u0106"+ - "\u04b1\u0001\u0000\u0000\u0000\u0108\u04b3\u0001\u0000\u0000\u0000\u010a"+ - "\u04b5\u0001\u0000\u0000\u0000\u010c\u04b7\u0001\u0000\u0000\u0000\u010e"+ - "\u04ba\u0001\u0000\u0000\u0000\u0110\u04cf\u0001\u0000\u0000\u0000\u0112"+ - "\u04e2\u0001\u0000\u0000\u0000\u0114\u04e4\u0001\u0000\u0000\u0000\u0116"+ - "\u04e9\u0001\u0000\u0000\u0000\u0118\u04ee\u0001\u0000\u0000\u0000\u011a"+ - "\u04f3\u0001\u0000\u0000\u0000\u011c\u0508\u0001\u0000\u0000\u0000\u011e"+ - "\u050a\u0001\u0000\u0000\u0000\u0120\u0512\u0001\u0000\u0000\u0000\u0122"+ - "\u0514\u0001\u0000\u0000\u0000\u0124\u0518\u0001\u0000\u0000\u0000\u0126"+ - "\u051c\u0001\u0000\u0000\u0000\u0128\u0520\u0001\u0000\u0000\u0000\u012a"+ - "\u0525\u0001\u0000\u0000\u0000\u012c\u0529\u0001\u0000\u0000\u0000\u012e"+ - "\u052d\u0001\u0000\u0000\u0000\u0130\u0531\u0001\u0000\u0000\u0000\u0132"+ - "\u0536\u0001\u0000\u0000\u0000\u0134\u053a\u0001\u0000\u0000\u0000\u0136"+ - "\u053e\u0001\u0000\u0000\u0000\u0138\u054a\u0001\u0000\u0000\u0000\u013a"+ - "\u054d\u0001\u0000\u0000\u0000\u013c\u0551\u0001\u0000\u0000\u0000\u013e"+ - "\u0555\u0001\u0000\u0000\u0000\u0140\u0559\u0001\u0000\u0000\u0000\u0142"+ - "\u055d\u0001\u0000\u0000\u0000\u0144\u0561\u0001\u0000\u0000\u0000\u0146"+ - "\u0565\u0001\u0000\u0000\u0000\u0148\u056a\u0001\u0000\u0000\u0000\u014a"+ - "\u056f\u0001\u0000\u0000\u0000\u014c\u0573\u0001\u0000\u0000\u0000\u014e"+ - "\u0577\u0001\u0000\u0000\u0000\u0150\u057b\u0001\u0000\u0000\u0000\u0152"+ - "\u0580\u0001\u0000\u0000\u0000\u0154\u0585\u0001\u0000\u0000\u0000\u0156"+ - "\u0589\u0001\u0000\u0000\u0000\u0158\u058f\u0001\u0000\u0000\u0000\u015a"+ - "\u0598\u0001\u0000\u0000\u0000\u015c\u059c\u0001\u0000\u0000\u0000\u015e"+ - "\u05a0\u0001\u0000\u0000\u0000\u0160\u05a4\u0001\u0000\u0000\u0000\u0162"+ - "\u05a8\u0001\u0000\u0000\u0000\u0164\u05ac\u0001\u0000\u0000\u0000\u0166"+ - "\u05b0\u0001\u0000\u0000\u0000\u0168\u05b4\u0001\u0000\u0000\u0000\u016a"+ - "\u05b8\u0001\u0000\u0000\u0000\u016c\u05bd\u0001\u0000\u0000\u0000\u016e"+ - "\u05c1\u0001\u0000\u0000\u0000\u0170\u05c5\u0001\u0000\u0000\u0000\u0172"+ - "\u05c9\u0001\u0000\u0000\u0000\u0174\u05ce\u0001\u0000\u0000\u0000\u0176"+ - "\u05d2\u0001\u0000\u0000\u0000\u0178\u05d6\u0001\u0000\u0000\u0000\u017a"+ - "\u05da\u0001\u0000\u0000\u0000\u017c\u05de\u0001\u0000\u0000\u0000\u017e"+ - "\u05e2\u0001\u0000\u0000\u0000\u0180\u05e8\u0001\u0000\u0000\u0000\u0182"+ - "\u05ec\u0001\u0000\u0000\u0000\u0184\u05f0\u0001\u0000\u0000\u0000\u0186"+ - "\u05f4\u0001\u0000\u0000\u0000\u0188\u05f8\u0001\u0000\u0000\u0000\u018a"+ - "\u05fc\u0001\u0000\u0000\u0000\u018c\u0600\u0001\u0000\u0000\u0000\u018e"+ - "\u0605\u0001\u0000\u0000\u0000\u0190\u0609\u0001\u0000\u0000\u0000\u0192"+ - "\u060d\u0001\u0000\u0000\u0000\u0194\u0611\u0001\u0000\u0000\u0000\u0196"+ - "\u0615\u0001\u0000\u0000\u0000\u0198\u0619\u0001\u0000\u0000\u0000\u019a"+ - "\u061d\u0001\u0000\u0000\u0000\u019c\u0621\u0001\u0000\u0000\u0000\u019e"+ - "\u0625\u0001\u0000\u0000\u0000\u01a0\u0629\u0001\u0000\u0000\u0000\u01a2"+ - "\u062d\u0001\u0000\u0000\u0000\u01a4\u0632\u0001\u0000\u0000\u0000\u01a6"+ - "\u0636\u0001\u0000\u0000\u0000\u01a8\u063a\u0001\u0000\u0000\u0000\u01aa"+ - "\u063e\u0001\u0000\u0000\u0000\u01ac\u0642\u0001\u0000\u0000\u0000\u01ae"+ - "\u0646\u0001\u0000\u0000\u0000\u01b0\u064e\u0001\u0000\u0000\u0000\u01b2"+ - "\u0663\u0001\u0000\u0000\u0000\u01b4\u0667\u0001\u0000\u0000\u0000\u01b6"+ - "\u066b\u0001\u0000\u0000\u0000\u01b8\u066f\u0001\u0000\u0000\u0000\u01ba"+ - "\u0673\u0001\u0000\u0000\u0000\u01bc\u0677\u0001\u0000\u0000\u0000\u01be"+ - "\u067c\u0001\u0000\u0000\u0000\u01c0\u0680\u0001\u0000\u0000\u0000\u01c2"+ - "\u0684\u0001\u0000\u0000\u0000\u01c4\u0688\u0001\u0000\u0000\u0000\u01c6"+ - "\u068c\u0001\u0000\u0000\u0000\u01c8\u0690\u0001\u0000\u0000\u0000\u01ca"+ - "\u0694\u0001\u0000\u0000\u0000\u01cc\u0698\u0001\u0000\u0000\u0000\u01ce"+ - "\u069b\u0001\u0000\u0000\u0000\u01d0\u069f\u0001\u0000\u0000\u0000\u01d2"+ - "\u06a3\u0001\u0000\u0000\u0000\u01d4\u06a7\u0001\u0000\u0000\u0000\u01d6"+ - "\u06ab\u0001\u0000\u0000\u0000\u01d8\u06b0\u0001\u0000\u0000\u0000\u01da"+ - "\u06b5\u0001\u0000\u0000\u0000\u01dc\u06b9\u0001\u0000\u0000\u0000\u01de"+ - "\u06bd\u0001\u0000\u0000\u0000\u01e0\u01e1\u0005/\u0000\u0000\u01e1\u01e2"+ - "\u0005/\u0000\u0000\u01e2\u01e6\u0001\u0000\u0000\u0000\u01e3\u01e5\b"+ - "\u0000\u0000\u0000\u01e4\u01e3\u0001\u0000\u0000\u0000\u01e5\u01e8\u0001"+ - "\u0000\u0000\u0000\u01e6\u01e4\u0001\u0000\u0000\u0000\u01e6\u01e7\u0001"+ - "\u0000\u0000\u0000\u01e7\u01ea\u0001\u0000\u0000\u0000\u01e8\u01e6\u0001"+ - "\u0000\u0000\u0000\u01e9\u01eb\u0005\r\u0000\u0000\u01ea\u01e9\u0001\u0000"+ - "\u0000\u0000\u01ea\u01eb\u0001\u0000\u0000\u0000\u01eb\u01ed\u0001\u0000"+ - "\u0000\u0000\u01ec\u01ee\u0005\n\u0000\u0000\u01ed\u01ec\u0001\u0000\u0000"+ - "\u0000\u01ed\u01ee\u0001\u0000\u0000\u0000\u01ee\u01ef\u0001\u0000\u0000"+ - "\u0000\u01ef\u01f0\u0006\u0000\u0000\u0000\u01f0\u0011\u0001\u0000\u0000"+ - "\u0000\u01f1\u01f2\u0005/\u0000\u0000\u01f2\u01f3\u0005*\u0000\u0000\u01f3"+ - "\u01f8\u0001\u0000\u0000\u0000\u01f4\u01f7\u0003\u0012\u0001\u0000\u01f5"+ - "\u01f7\t\u0000\u0000\u0000\u01f6\u01f4\u0001\u0000\u0000\u0000\u01f6\u01f5"+ - "\u0001\u0000\u0000\u0000\u01f7\u01fa\u0001\u0000\u0000\u0000\u01f8\u01f9"+ - "\u0001\u0000\u0000\u0000\u01f8\u01f6\u0001\u0000\u0000\u0000\u01f9\u01fb"+ - "\u0001\u0000\u0000\u0000\u01fa\u01f8\u0001\u0000\u0000\u0000\u01fb\u01fc"+ - "\u0005*\u0000\u0000\u01fc\u01fd\u0005/\u0000\u0000\u01fd\u01fe\u0001\u0000"+ - "\u0000\u0000\u01fe\u01ff\u0006\u0001\u0000\u0000\u01ff\u0013\u0001\u0000"+ - "\u0000\u0000\u0200\u0202\u0007\u0001\u0000\u0000\u0201\u0200\u0001\u0000"+ - "\u0000\u0000\u0202\u0203\u0001\u0000\u0000\u0000\u0203\u0201\u0001\u0000"+ - "\u0000\u0000\u0203\u0204\u0001\u0000\u0000\u0000\u0204\u0205\u0001\u0000"+ - "\u0000\u0000\u0205\u0206\u0006\u0002\u0000\u0000\u0206\u0015\u0001\u0000"+ - "\u0000\u0000\u0207\u0208\u0004\u0003\u0000\u0000\u0208\u0209\u0007\u0002"+ - "\u0000\u0000\u0209\u020a\u0007\u0003\u0000\u0000\u020a\u020b\u0007\u0004"+ - "\u0000\u0000\u020b\u020c\u0007\u0005\u0000\u0000\u020c\u020d\u0007\u0006"+ - "\u0000\u0000\u020d\u020e\u0007\u0007\u0000\u0000\u020e\u020f\u0005_\u0000"+ - "\u0000\u020f\u0210\u0007\b\u0000\u0000\u0210\u0211\u0007\t\u0000\u0000"+ - "\u0211\u0212\u0007\n\u0000\u0000\u0212\u0213\u0007\u0005\u0000\u0000\u0213"+ - "\u0214\u0007\u000b\u0000\u0000\u0214\u0215\u0001\u0000\u0000\u0000\u0215"+ - "\u0216\u0006\u0003\u0001\u0000\u0216\u0017\u0001\u0000\u0000\u0000\u0217"+ - "\u0218\u0007\u0007\u0000\u0000\u0218\u0219\u0007\u0005\u0000\u0000\u0219"+ - "\u021a\u0007\f\u0000\u0000\u021a\u021b\u0007\n\u0000\u0000\u021b\u021c"+ - "\u0007\u0002\u0000\u0000\u021c\u021d\u0007\u0003\u0000\u0000\u021d\u021e"+ - "\u0001\u0000\u0000\u0000\u021e\u021f\u0006\u0004\u0002\u0000\u021f\u0019"+ - "\u0001\u0000\u0000\u0000\u0220\u0221\u0007\u0007\u0000\u0000\u0221\u0222"+ - "\u0007\r\u0000\u0000\u0222\u0223\u0007\b\u0000\u0000\u0223\u0224\u0007"+ - "\u000e\u0000\u0000\u0224\u0225\u0007\u0004\u0000\u0000\u0225\u0226\u0007"+ - "\n\u0000\u0000\u0226\u0227\u0007\u0005\u0000\u0000\u0227\u0228\u0001\u0000"+ - "\u0000\u0000\u0228\u0229\u0006\u0005\u0003\u0000\u0229\u001b\u0001\u0000"+ - "\u0000\u0000\u022a\u022b\u0007\u000f\u0000\u0000\u022b\u022c\u0007\n\u0000"+ - "\u0000\u022c\u022d\u0007\u0010\u0000\u0000\u022d\u022e\u0007\u0010\u0000"+ - "\u0000\u022e\u022f\u0007\u0007\u0000\u0000\u022f\u0230\u0007\u0002\u0000"+ - "\u0000\u0230\u0231\u0007\u000b\u0000\u0000\u0231\u0232\u0001\u0000\u0000"+ - "\u0000\u0232\u0233\u0006\u0006\u0004\u0000\u0233\u001d\u0001\u0000\u0000"+ - "\u0000\u0234\u0235\u0007\u0007\u0000\u0000\u0235\u0236\u0007\u0011\u0000"+ - "\u0000\u0236\u0237\u0007\u0004\u0000\u0000\u0237\u0238\u0007\u000e\u0000"+ - "\u0000\u0238\u0239\u0001\u0000\u0000\u0000\u0239\u023a\u0006\u0007\u0004"+ - "\u0000\u023a\u001f\u0001\u0000\u0000\u0000\u023b\u023c\u0007\u0006\u0000"+ - "\u0000\u023c\u023d\u0007\f\u0000\u0000\u023d\u023e\u0007\t\u0000\u0000"+ - "\u023e\u023f\u0007\u0012\u0000\u0000\u023f\u0240\u0001\u0000\u0000\u0000"+ - "\u0240\u0241\u0006\b\u0004\u0000\u0241!\u0001\u0000\u0000\u0000\u0242"+ - "\u0243\u0007\u000e\u0000\u0000\u0243\u0244\u0007\n\u0000\u0000\u0244\u0245"+ - "\u0007\u0013\u0000\u0000\u0245\u0246\u0007\n\u0000\u0000\u0246\u0247\u0007"+ - "\u000b\u0000\u0000\u0247\u0248\u0001\u0000\u0000\u0000\u0248\u0249\u0006"+ - "\t\u0004\u0000\u0249#\u0001\u0000\u0000\u0000\u024a\u024b\u0007\f\u0000"+ - "\u0000\u024b\u024c\u0007\t\u0000\u0000\u024c\u024d\u0007\u0014\u0000\u0000"+ - "\u024d\u024e\u0001\u0000\u0000\u0000\u024e\u024f\u0006\n\u0004\u0000\u024f"+ - "%\u0001\u0000\u0000\u0000\u0250\u0251\u0007\u0010\u0000\u0000\u0251\u0252"+ - "\u0007\t\u0000\u0000\u0252\u0253\u0007\f\u0000\u0000\u0253\u0254\u0007"+ - "\u000b\u0000\u0000\u0254\u0255\u0001\u0000\u0000\u0000\u0255\u0256\u0006"+ - "\u000b\u0004\u0000\u0256\'\u0001\u0000\u0000\u0000\u0257\u0258\u0007\u0010"+ - "\u0000\u0000\u0258\u0259\u0007\u000b\u0000\u0000\u0259\u025a\u0007\u0004"+ - "\u0000\u0000\u025a\u025b\u0007\u000b\u0000\u0000\u025b\u025c\u0007\u0010"+ - "\u0000\u0000\u025c\u025d\u0001\u0000\u0000\u0000\u025d\u025e\u0006\f\u0004"+ - "\u0000\u025e)\u0001\u0000\u0000\u0000\u025f\u0260\u0007\u0014\u0000\u0000"+ - "\u0260\u0261\u0007\u0003\u0000\u0000\u0261\u0262\u0007\u0007\u0000\u0000"+ - "\u0262\u0263\u0007\f\u0000\u0000\u0263\u0264\u0007\u0007\u0000\u0000\u0264"+ - "\u0265\u0001\u0000\u0000\u0000\u0265\u0266\u0006\r\u0004\u0000\u0266+"+ - "\u0001\u0000\u0000\u0000\u0267\u0268\u0004\u000e\u0001\u0000\u0268\u0269"+ - "\u0007\n\u0000\u0000\u0269\u026a\u0007\u0005\u0000\u0000\u026a\u026b\u0007"+ - "\u000e\u0000\u0000\u026b\u026c\u0007\n\u0000\u0000\u026c\u026d\u0007\u0005"+ - "\u0000\u0000\u026d\u026e\u0007\u0007\u0000\u0000\u026e\u026f\u0007\u0010"+ - "\u0000\u0000\u026f\u0270\u0007\u000b\u0000\u0000\u0270\u0271\u0007\u0004"+ - "\u0000\u0000\u0271\u0272\u0007\u000b\u0000\u0000\u0272\u0273\u0007\u0010"+ - "\u0000\u0000\u0273\u0274\u0001\u0000\u0000\u0000\u0274\u0275\u0006\u000e"+ - "\u0004\u0000\u0275-\u0001\u0000\u0000\u0000\u0276\u0277\u0007\u0015\u0000"+ - "\u0000\u0277\u0278\u0007\f\u0000\u0000\u0278\u0279\u0007\t\u0000\u0000"+ - "\u0279\u027a\u0007\u0013\u0000\u0000\u027a\u027b\u0001\u0000\u0000\u0000"+ - "\u027b\u027c\u0006\u000f\u0005\u0000\u027c/\u0001\u0000\u0000\u0000\u027d"+ - "\u027e\u0004\u0010\u0002\u0000\u027e\u027f\u0007\u000b\u0000\u0000\u027f"+ - "\u0280\u0007\u0010\u0000\u0000\u0280\u0281\u0001\u0000\u0000\u0000\u0281"+ - "\u0282\u0006\u0010\u0005\u0000\u02821\u0001\u0000\u0000\u0000\u0283\u0284"+ - "\u0004\u0011\u0003\u0000\u0284\u0285\u0007\u0015\u0000\u0000\u0285\u0286"+ - "\u0007\t\u0000\u0000\u0286\u0287\u0007\f\u0000\u0000\u0287\u0288\u0007"+ - "\u0012\u0000\u0000\u0288\u0289\u0001\u0000\u0000\u0000\u0289\u028a\u0006"+ - "\u0011\u0006\u0000\u028a3\u0001\u0000\u0000\u0000\u028b\u028c\u0007\u000e"+ - "\u0000\u0000\u028c\u028d\u0007\t\u0000\u0000\u028d\u028e\u0007\t\u0000"+ - "\u0000\u028e\u028f\u0007\u0012\u0000\u0000\u028f\u0290\u0007\u0016\u0000"+ - "\u0000\u0290\u0291\u0007\b\u0000\u0000\u0291\u0292\u0001\u0000\u0000\u0000"+ - "\u0292\u0293\u0006\u0012\u0007\u0000\u02935\u0001\u0000\u0000\u0000\u0294"+ - "\u0295\u0004\u0013\u0004\u0000\u0295\u0296\u0007\u0015\u0000\u0000\u0296"+ - "\u0297\u0007\u0016\u0000\u0000\u0297\u0298\u0007\u000e\u0000\u0000\u0298"+ - "\u0299\u0007\u000e\u0000\u0000\u0299\u029a\u0001\u0000\u0000\u0000\u029a"+ - "\u029b\u0006\u0013\u0007\u0000\u029b7\u0001\u0000\u0000\u0000\u029c\u029d"+ - "\u0004\u0014\u0005\u0000\u029d\u029e\u0007\u000e\u0000\u0000\u029e\u029f"+ - "\u0007\u0007\u0000\u0000\u029f\u02a0\u0007\u0015\u0000\u0000\u02a0\u02a1"+ - "\u0007\u000b\u0000\u0000\u02a1\u02a2\u0001\u0000\u0000\u0000\u02a2\u02a3"+ - "\u0006\u0014\u0007\u0000\u02a39\u0001\u0000\u0000\u0000\u02a4\u02a5\u0004"+ - "\u0015\u0006\u0000\u02a5\u02a6\u0007\f\u0000\u0000\u02a6\u02a7\u0007\n"+ - "\u0000\u0000\u02a7\u02a8\u0007\u0006\u0000\u0000\u02a8\u02a9\u0007\u0003"+ - "\u0000\u0000\u02a9\u02aa\u0007\u000b\u0000\u0000\u02aa\u02ab\u0001\u0000"+ - "\u0000\u0000\u02ab\u02ac\u0006\u0015\u0007\u0000\u02ac;\u0001\u0000\u0000"+ - "\u0000\u02ad\u02ae\u0004\u0016\u0007\u0000\u02ae\u02af\u0007\u000e\u0000"+ - "\u0000\u02af\u02b0\u0007\t\u0000\u0000\u02b0\u02b1\u0007\t\u0000\u0000"+ - "\u02b1\u02b2\u0007\u0012\u0000\u0000\u02b2\u02b3\u0007\u0016\u0000\u0000"+ - "\u02b3\u02b4\u0007\b\u0000\u0000\u02b4\u02b5\u0005_\u0000\u0000\u02b5"+ - "\u02b6\u0005\u8001\uf414\u0000\u0000\u02b6\u02b7\u0001\u0000\u0000\u0000"+ - "\u02b7\u02b8\u0006\u0016\b\u0000\u02b8=\u0001\u0000\u0000\u0000\u02b9"+ - "\u02ba\u0007\u0013\u0000\u0000\u02ba\u02bb\u0007\u0011\u0000\u0000\u02bb"+ - "\u02bc\u0005_\u0000\u0000\u02bc\u02bd\u0007\u0007\u0000\u0000\u02bd\u02be"+ - "\u0007\r\u0000\u0000\u02be\u02bf\u0007\b\u0000\u0000\u02bf\u02c0\u0007"+ - "\u0004\u0000\u0000\u02c0\u02c1\u0007\u0005\u0000\u0000\u02c1\u02c2\u0007"+ - "\u000f\u0000\u0000\u02c2\u02c3\u0001\u0000\u0000\u0000\u02c3\u02c4\u0006"+ - "\u0017\t\u0000\u02c4?\u0001\u0000\u0000\u0000\u02c5\u02c6\u0007\u000f"+ - "\u0000\u0000\u02c6\u02c7\u0007\f\u0000\u0000\u02c7\u02c8\u0007\t\u0000"+ - "\u0000\u02c8\u02c9\u0007\b\u0000\u0000\u02c9\u02ca\u0001\u0000\u0000\u0000"+ - "\u02ca\u02cb\u0006\u0018\n\u0000\u02cbA\u0001\u0000\u0000\u0000\u02cc"+ - "\u02cd\u0007\u0012\u0000\u0000\u02cd\u02ce\u0007\u0007\u0000\u0000\u02ce"+ - "\u02cf\u0007\u0007\u0000\u0000\u02cf\u02d0\u0007\b\u0000\u0000\u02d0\u02d1"+ - "\u0001\u0000\u0000\u0000\u02d1\u02d2\u0006\u0019\n\u0000\u02d2C\u0001"+ - "\u0000\u0000\u0000\u02d3\u02d4\u0004\u001a\b\u0000\u02d4\u02d5\u0007\n"+ - "\u0000\u0000\u02d5\u02d6\u0007\u0005\u0000\u0000\u02d6\u02d7\u0007\u0010"+ - "\u0000\u0000\u02d7\u02d8\u0007\n\u0000\u0000\u02d8\u02d9\u0007\u0010\u0000"+ - "\u0000\u02d9\u02da\u0007\u000b\u0000\u0000\u02da\u02db\u0005_\u0000\u0000"+ - "\u02db\u02dc\u0005\u8001\uf414\u0000\u0000\u02dc\u02dd\u0001\u0000\u0000"+ - "\u0000\u02dd\u02de\u0006\u001a\n\u0000\u02deE\u0001\u0000\u0000\u0000"+ - "\u02df\u02e0\u0004\u001b\t\u0000\u02e0\u02e1\u0007\f\u0000\u0000\u02e1"+ - "\u02e2\u0007\f\u0000\u0000\u02e2\u02e3\u0007\u0015\u0000\u0000\u02e3\u02e4"+ - "\u0001\u0000\u0000\u0000\u02e4\u02e5\u0006\u001b\u0004\u0000\u02e5G\u0001"+ - "\u0000\u0000\u0000\u02e6\u02e7\u0007\f\u0000\u0000\u02e7\u02e8\u0007\u0007"+ - "\u0000\u0000\u02e8\u02e9\u0007\u0005\u0000\u0000\u02e9\u02ea\u0007\u0004"+ - "\u0000\u0000\u02ea\u02eb\u0007\u0013\u0000\u0000\u02eb\u02ec\u0007\u0007"+ - "\u0000\u0000\u02ec\u02ed\u0001\u0000\u0000\u0000\u02ed\u02ee\u0006\u001c"+ - "\u000b\u0000\u02eeI\u0001\u0000\u0000\u0000\u02ef\u02f0\u0007\u0010\u0000"+ - "\u0000\u02f0\u02f1\u0007\u0003\u0000\u0000\u02f1\u02f2\u0007\t\u0000\u0000"+ - "\u02f2\u02f3\u0007\u0014\u0000\u0000\u02f3\u02f4\u0001\u0000\u0000\u0000"+ - "\u02f4\u02f5\u0006\u001d\f\u0000\u02f5K\u0001\u0000\u0000\u0000\u02f6"+ - "\u02f8\b\u0017\u0000\u0000\u02f7\u02f6\u0001\u0000\u0000\u0000\u02f8\u02f9"+ - "\u0001\u0000\u0000\u0000\u02f9\u02f7\u0001\u0000\u0000\u0000\u02f9\u02fa"+ - "\u0001\u0000\u0000\u0000\u02fa\u02fb\u0001\u0000\u0000\u0000\u02fb\u02fc"+ - "\u0006\u001e\u0004\u0000\u02fcM\u0001\u0000\u0000\u0000\u02fd\u02fe\u0003"+ - "\u00a8L\u0000\u02fe\u02ff\u0001\u0000\u0000\u0000\u02ff\u0300\u0006\u001f"+ - "\r\u0000\u0300\u0301\u0006\u001f\u000e\u0000\u0301O\u0001\u0000\u0000"+ - "\u0000\u0302\u0303\u0003f+\u0000\u0303\u0304\u0001\u0000\u0000\u0000\u0304"+ - "\u0305\u0006 \u000f\u0000\u0305Q\u0001\u0000\u0000\u0000\u0306\u0307\u0003"+ - "\u01cc\u00de\u0000\u0307\u0308\u0001\u0000\u0000\u0000\u0308\u0309\u0006"+ - "!\u0010\u0000\u0309S\u0001\u0000\u0000\u0000\u030a\u030b\u0003\u00d4b"+ - "\u0000\u030b\u030c\u0001\u0000\u0000\u0000\u030c\u030d\u0006\"\u0011\u0000"+ - "\u030dU\u0001\u0000\u0000\u0000\u030e\u030f\u0003\u00d0`\u0000\u030f\u0310"+ - "\u0001\u0000\u0000\u0000\u0310\u0311\u0006#\u0012\u0000\u0311W\u0001\u0000"+ - "\u0000\u0000\u0312\u0313\u0003\u0120\u0088\u0000\u0313\u0314\u0001\u0000"+ - "\u0000\u0000\u0314\u0315\u0006$\u0013\u0000\u0315Y\u0001\u0000\u0000\u0000"+ - "\u0316\u0317\u0003\u011c\u0086\u0000\u0317\u0318\u0001\u0000\u0000\u0000"+ - "\u0318\u0319\u0006%\u0014\u0000\u0319[\u0001\u0000\u0000\u0000\u031a\u031b"+ - "\u0003\u0010\u0000\u0000\u031b\u031c\u0001\u0000\u0000\u0000\u031c\u031d"+ - "\u0006&\u0000\u0000\u031d]\u0001\u0000\u0000\u0000\u031e\u031f\u0003\u0012"+ - "\u0001\u0000\u031f\u0320\u0001\u0000\u0000\u0000\u0320\u0321\u0006\'\u0000"+ - "\u0000\u0321_\u0001\u0000\u0000\u0000\u0322\u0323\u0003\u0014\u0002\u0000"+ - "\u0323\u0324\u0001\u0000\u0000\u0000\u0324\u0325\u0006(\u0000\u0000\u0325"+ - "a\u0001\u0000\u0000\u0000\u0326\u0327\u0003\u00a8L\u0000\u0327\u0328\u0001"+ - "\u0000\u0000\u0000\u0328\u0329\u0006)\r\u0000\u0329\u032a\u0006)\u000e"+ - "\u0000\u032ac\u0001\u0000\u0000\u0000\u032b\u032c\u0003\u0114\u0082\u0000"+ - "\u032c\u032d\u0001\u0000\u0000\u0000\u032d\u032e\u0006*\u0015\u0000\u032e"+ - "\u032f\u0006*\u0016\u0000\u032fe\u0001\u0000\u0000\u0000\u0330\u0331\u0007"+ - "\t\u0000\u0000\u0331\u0332\u0007\u0005\u0000\u0000\u0332\u0333\u0001\u0000"+ - "\u0000\u0000\u0333\u0334\u0006+\u0017\u0000\u0334g\u0001\u0000\u0000\u0000"+ - "\u0335\u0336\u0007\u0014\u0000\u0000\u0336\u0337\u0007\n\u0000\u0000\u0337"+ - "\u0338\u0007\u000b\u0000\u0000\u0338\u0339\u0007\u0003\u0000\u0000\u0339"+ - "\u033a\u0001\u0000\u0000\u0000\u033a\u033b\u0006,\u0017\u0000\u033bi\u0001"+ - "\u0000\u0000\u0000\u033c\u033d\b\u0018\u0000\u0000\u033dk\u0001\u0000"+ - "\u0000\u0000\u033e\u0340\u0003j-\u0000\u033f\u033e\u0001\u0000\u0000\u0000"+ - "\u0340\u0341\u0001\u0000\u0000\u0000\u0341\u033f\u0001\u0000\u0000\u0000"+ - "\u0341\u0342\u0001\u0000\u0000\u0000\u0342\u0343\u0001\u0000\u0000\u0000"+ - "\u0343\u0344\u0003\u00ce_\u0000\u0344\u0346\u0001\u0000\u0000\u0000\u0345"+ - "\u033f\u0001\u0000\u0000\u0000\u0345\u0346\u0001\u0000\u0000\u0000\u0346"+ - "\u0348\u0001\u0000\u0000\u0000\u0347\u0349\u0003j-\u0000\u0348\u0347\u0001"+ - "\u0000\u0000\u0000\u0349\u034a\u0001\u0000\u0000\u0000\u034a\u0348\u0001"+ - "\u0000\u0000\u0000\u034a\u034b\u0001\u0000\u0000\u0000\u034bm\u0001\u0000"+ - "\u0000\u0000\u034c\u034d\u0003l.\u0000\u034d\u034e\u0001\u0000\u0000\u0000"+ - "\u034e\u034f\u0006/\u0018\u0000\u034fo\u0001\u0000\u0000\u0000\u0350\u0351"+ - "\u0003\u0010\u0000\u0000\u0351\u0352\u0001\u0000\u0000\u0000\u0352\u0353"+ - "\u00060\u0000\u0000\u0353q\u0001\u0000\u0000\u0000\u0354\u0355\u0003\u0012"+ - "\u0001\u0000\u0355\u0356\u0001\u0000\u0000\u0000\u0356\u0357\u00061\u0000"+ - "\u0000\u0357s\u0001\u0000\u0000\u0000\u0358\u0359\u0003\u0014\u0002\u0000"+ - "\u0359\u035a\u0001\u0000\u0000\u0000\u035a\u035b\u00062\u0000\u0000\u035b"+ - "u\u0001\u0000\u0000\u0000\u035c\u035d\u0003\u00a8L\u0000\u035d\u035e\u0001"+ - "\u0000\u0000\u0000\u035e\u035f\u00063\r\u0000\u035f\u0360\u00063\u000e"+ - "\u0000\u0360\u0361\u00063\u000e\u0000\u0361w\u0001\u0000\u0000\u0000\u0362"+ - "\u0363\u0003\u00ca]\u0000\u0363\u0364\u0001\u0000\u0000\u0000\u0364\u0365"+ - "\u00064\u0019\u0000\u0365y\u0001\u0000\u0000\u0000\u0366\u0367\u0003\u00d0"+ - "`\u0000\u0367\u0368\u0001\u0000\u0000\u0000\u0368\u0369\u00065\u0012\u0000"+ - "\u0369{\u0001\u0000\u0000\u0000\u036a\u036b\u0003\u00d4b\u0000\u036b\u036c"+ - "\u0001\u0000\u0000\u0000\u036c\u036d\u00066\u0011\u0000\u036d}\u0001\u0000"+ - "\u0000\u0000\u036e\u036f\u0003h,\u0000\u036f\u0370\u0001\u0000\u0000\u0000"+ - "\u0370\u0371\u00067\u001a\u0000\u0371\u007f\u0001\u0000\u0000\u0000\u0372"+ - "\u0373\u0003\u01b4\u00d2\u0000\u0373\u0374\u0001\u0000\u0000\u0000\u0374"+ - "\u0375\u00068\u001b\u0000\u0375\u0081\u0001\u0000\u0000\u0000\u0376\u0377"+ - "\u0003\u0120\u0088\u0000\u0377\u0378\u0001\u0000\u0000\u0000\u0378\u0379"+ - "\u00069\u0013\u0000\u0379\u0083\u0001\u0000\u0000\u0000\u037a\u037b\u0003"+ - "\u00eam\u0000\u037b\u037c\u0001\u0000\u0000\u0000\u037c\u037d\u0006:\u001c"+ - "\u0000\u037d\u0085\u0001\u0000\u0000\u0000\u037e\u037f\u0003\u0110\u0080"+ - "\u0000\u037f\u0380\u0001\u0000\u0000\u0000\u0380\u0381\u0006;\u001d\u0000"+ - "\u0381\u0087\u0001\u0000\u0000\u0000\u0382\u0383\u0003\u010c~\u0000\u0383"+ - "\u0384\u0001\u0000\u0000\u0000\u0384\u0385\u0006<\u001e\u0000\u0385\u0089"+ - "\u0001\u0000\u0000\u0000\u0386\u0387\u0003\u0112\u0081\u0000\u0387\u0388"+ - "\u0001\u0000\u0000\u0000\u0388\u0389\u0006=\u001f\u0000\u0389\u008b\u0001"+ - "\u0000\u0000\u0000\u038a\u038b\u0003\u0010\u0000\u0000\u038b\u038c\u0001"+ - "\u0000\u0000\u0000\u038c\u038d\u0006>\u0000\u0000\u038d\u008d\u0001\u0000"+ - "\u0000\u0000\u038e\u038f\u0003\u0012\u0001\u0000\u038f\u0390\u0001\u0000"+ - "\u0000\u0000\u0390\u0391\u0006?\u0000\u0000\u0391\u008f\u0001\u0000\u0000"+ - "\u0000\u0392\u0393\u0003\u0014\u0002\u0000\u0393\u0394\u0001\u0000\u0000"+ - "\u0000\u0394\u0395\u0006@\u0000\u0000\u0395\u0091\u0001\u0000\u0000\u0000"+ - "\u0396\u0397\u0003\u0116\u0083\u0000\u0397\u0398\u0001\u0000\u0000\u0000"+ - "\u0398\u0399\u0006A \u0000\u0399\u039a\u0006A\u000e\u0000\u039a\u0093"+ - "\u0001\u0000\u0000\u0000\u039b\u039c\u0003\u00ce_\u0000\u039c\u039d\u0001"+ - "\u0000\u0000\u0000\u039d\u039e\u0006B!\u0000\u039e\u0095\u0001\u0000\u0000"+ - "\u0000\u039f\u03a5\u0003\u00b4R\u0000\u03a0\u03a5\u0003\u00aaM\u0000\u03a1"+ - "\u03a5\u0003\u00d4b\u0000\u03a2\u03a5\u0003\u00acN\u0000\u03a3\u03a5\u0003"+ - "\u00baU\u0000\u03a4\u039f\u0001\u0000\u0000\u0000\u03a4\u03a0\u0001\u0000"+ - "\u0000\u0000\u03a4\u03a1\u0001\u0000\u0000\u0000\u03a4\u03a2\u0001\u0000"+ - "\u0000\u0000\u03a4\u03a3\u0001\u0000\u0000\u0000\u03a5\u03a6\u0001\u0000"+ - "\u0000\u0000\u03a6\u03a4\u0001\u0000\u0000\u0000\u03a6\u03a7\u0001\u0000"+ - "\u0000\u0000\u03a7\u0097\u0001\u0000\u0000\u0000\u03a8\u03a9\u0003\u0010"+ - "\u0000\u0000\u03a9\u03aa\u0001\u0000\u0000\u0000\u03aa\u03ab\u0006D\u0000"+ - "\u0000\u03ab\u0099\u0001\u0000\u0000\u0000\u03ac\u03ad\u0003\u0012\u0001"+ - "\u0000\u03ad\u03ae\u0001\u0000\u0000\u0000\u03ae\u03af\u0006E\u0000\u0000"+ - "\u03af\u009b\u0001\u0000\u0000\u0000\u03b0\u03b1\u0003\u0014\u0002\u0000"+ - "\u03b1\u03b2\u0001\u0000\u0000\u0000\u03b2\u03b3\u0006F\u0000\u0000\u03b3"+ - "\u009d\u0001\u0000\u0000\u0000\u03b4\u03b5\u0003\u0114\u0082\u0000\u03b5"+ - "\u03b6\u0001\u0000\u0000\u0000\u03b6\u03b7\u0006G\u0015\u0000\u03b7\u03b8"+ - "\u0006G\"\u0000\u03b8\u009f\u0001\u0000\u0000\u0000\u03b9\u03ba\u0003"+ - "\u00a8L\u0000\u03ba\u03bb\u0001\u0000\u0000\u0000\u03bb\u03bc\u0006H\r"+ - "\u0000\u03bc\u03bd\u0006H\u000e\u0000\u03bd\u00a1\u0001\u0000\u0000\u0000"+ - "\u03be\u03bf\u0003\u0014\u0002\u0000\u03bf\u03c0\u0001\u0000\u0000\u0000"+ - "\u03c0\u03c1\u0006I\u0000\u0000\u03c1\u00a3\u0001\u0000\u0000\u0000\u03c2"+ - "\u03c3\u0003\u0010\u0000\u0000\u03c3\u03c4\u0001\u0000\u0000\u0000\u03c4"+ - "\u03c5\u0006J\u0000\u0000\u03c5\u00a5\u0001\u0000\u0000\u0000\u03c6\u03c7"+ - "\u0003\u0012\u0001\u0000\u03c7\u03c8\u0001\u0000\u0000\u0000\u03c8\u03c9"+ - "\u0006K\u0000\u0000\u03c9\u00a7\u0001\u0000\u0000\u0000\u03ca\u03cb\u0005"+ - "|\u0000\u0000\u03cb\u03cc\u0001\u0000\u0000\u0000\u03cc\u03cd\u0006L\u000e"+ - "\u0000\u03cd\u00a9\u0001\u0000\u0000\u0000\u03ce\u03cf\u0007\u0019\u0000"+ - "\u0000\u03cf\u00ab\u0001\u0000\u0000\u0000\u03d0\u03d1\u0007\u001a\u0000"+ - "\u0000\u03d1\u00ad\u0001\u0000\u0000\u0000\u03d2\u03d3\u0005\\\u0000\u0000"+ - "\u03d3\u03d4\u0007\u001b\u0000\u0000\u03d4\u00af\u0001\u0000\u0000\u0000"+ - "\u03d5\u03d6\b\u001c\u0000\u0000\u03d6\u00b1\u0001\u0000\u0000\u0000\u03d7"+ - "\u03d9\u0007\u0007\u0000\u0000\u03d8\u03da\u0007\u001d\u0000\u0000\u03d9"+ - "\u03d8\u0001\u0000\u0000\u0000\u03d9\u03da\u0001\u0000\u0000\u0000\u03da"+ - "\u03dc\u0001\u0000\u0000\u0000\u03db\u03dd\u0003\u00aaM\u0000\u03dc\u03db"+ - "\u0001\u0000\u0000\u0000\u03dd\u03de\u0001\u0000\u0000\u0000\u03de\u03dc"+ - "\u0001\u0000\u0000\u0000\u03de\u03df\u0001\u0000\u0000\u0000\u03df\u00b3"+ - "\u0001\u0000\u0000\u0000\u03e0\u03e1\u0005@\u0000\u0000\u03e1\u00b5\u0001"+ - "\u0000\u0000\u0000\u03e2\u03e3\u0005`\u0000\u0000\u03e3\u00b7\u0001\u0000"+ - "\u0000\u0000\u03e4\u03e8\b\u001e\u0000\u0000\u03e5\u03e6\u0005`\u0000"+ - "\u0000\u03e6\u03e8\u0005`\u0000\u0000\u03e7\u03e4\u0001\u0000\u0000\u0000"+ - "\u03e7\u03e5\u0001\u0000\u0000\u0000\u03e8\u00b9\u0001\u0000\u0000\u0000"+ - "\u03e9\u03ea\u0005_\u0000\u0000\u03ea\u00bb\u0001\u0000\u0000\u0000\u03eb"+ - "\u03ef\u0003\u00acN\u0000\u03ec\u03ef\u0003\u00aaM\u0000\u03ed\u03ef\u0003"+ - "\u00baU\u0000\u03ee\u03eb\u0001\u0000\u0000\u0000\u03ee\u03ec\u0001\u0000"+ - "\u0000\u0000\u03ee\u03ed\u0001\u0000\u0000\u0000\u03ef\u00bd\u0001\u0000"+ - "\u0000\u0000\u03f0\u03f5\u0005\"\u0000\u0000\u03f1\u03f4\u0003\u00aeO"+ - "\u0000\u03f2\u03f4\u0003\u00b0P\u0000\u03f3\u03f1\u0001\u0000\u0000\u0000"+ - "\u03f3\u03f2\u0001\u0000\u0000\u0000\u03f4\u03f7\u0001\u0000\u0000\u0000"+ - "\u03f5\u03f3\u0001\u0000\u0000\u0000\u03f5\u03f6\u0001\u0000\u0000\u0000"+ - "\u03f6\u03f8\u0001\u0000\u0000\u0000\u03f7\u03f5\u0001\u0000\u0000\u0000"+ - "\u03f8\u040e\u0005\"\u0000\u0000\u03f9\u03fa\u0005\"\u0000\u0000\u03fa"+ - "\u03fb\u0005\"\u0000\u0000\u03fb\u03fc\u0005\"\u0000\u0000\u03fc\u0400"+ - "\u0001\u0000\u0000\u0000\u03fd\u03ff\b\u0000\u0000\u0000\u03fe\u03fd\u0001"+ - "\u0000\u0000\u0000\u03ff\u0402\u0001\u0000\u0000\u0000\u0400\u0401\u0001"+ - "\u0000\u0000\u0000\u0400\u03fe\u0001\u0000\u0000\u0000\u0401\u0403\u0001"+ - "\u0000\u0000\u0000\u0402\u0400\u0001\u0000\u0000\u0000\u0403\u0404\u0005"+ - "\"\u0000\u0000\u0404\u0405\u0005\"\u0000\u0000\u0405\u0406\u0005\"\u0000"+ - "\u0000\u0406\u0408\u0001\u0000\u0000\u0000\u0407\u0409\u0005\"\u0000\u0000"+ - "\u0408\u0407\u0001\u0000\u0000\u0000\u0408\u0409\u0001\u0000\u0000\u0000"+ - "\u0409\u040b\u0001\u0000\u0000\u0000\u040a\u040c\u0005\"\u0000\u0000\u040b"+ - "\u040a\u0001\u0000\u0000\u0000\u040b\u040c\u0001\u0000\u0000\u0000\u040c"+ - "\u040e\u0001\u0000\u0000\u0000\u040d\u03f0\u0001\u0000\u0000\u0000\u040d"+ - "\u03f9\u0001\u0000\u0000\u0000\u040e\u00bf\u0001\u0000\u0000\u0000\u040f"+ - "\u0411\u0003\u00aaM\u0000\u0410\u040f\u0001\u0000\u0000\u0000\u0411\u0412"+ - "\u0001\u0000\u0000\u0000\u0412\u0410\u0001\u0000\u0000\u0000\u0412\u0413"+ - "\u0001\u0000\u0000\u0000\u0413\u00c1\u0001\u0000\u0000\u0000\u0414\u0416"+ - "\u0003\u00aaM\u0000\u0415\u0414\u0001\u0000\u0000\u0000\u0416\u0417\u0001"+ - "\u0000\u0000\u0000\u0417\u0415\u0001\u0000\u0000\u0000\u0417\u0418\u0001"+ - "\u0000\u0000\u0000\u0418\u0419\u0001\u0000\u0000\u0000\u0419\u041d\u0003"+ - "\u00d4b\u0000\u041a\u041c\u0003\u00aaM\u0000\u041b\u041a\u0001\u0000\u0000"+ - "\u0000\u041c\u041f\u0001\u0000\u0000\u0000\u041d\u041b\u0001\u0000\u0000"+ - "\u0000\u041d\u041e\u0001\u0000\u0000\u0000\u041e\u043f\u0001\u0000\u0000"+ - "\u0000\u041f\u041d\u0001\u0000\u0000\u0000\u0420\u0422\u0003\u00d4b\u0000"+ - "\u0421\u0423\u0003\u00aaM\u0000\u0422\u0421\u0001\u0000\u0000\u0000\u0423"+ - "\u0424\u0001\u0000\u0000\u0000\u0424\u0422\u0001\u0000\u0000\u0000\u0424"+ - "\u0425\u0001\u0000\u0000\u0000\u0425\u043f\u0001\u0000\u0000\u0000\u0426"+ - "\u0428\u0003\u00aaM\u0000\u0427\u0426\u0001\u0000\u0000\u0000\u0428\u0429"+ - "\u0001\u0000\u0000\u0000\u0429\u0427\u0001\u0000\u0000\u0000\u0429\u042a"+ - "\u0001\u0000\u0000\u0000\u042a\u0432\u0001\u0000\u0000\u0000\u042b\u042f"+ - "\u0003\u00d4b\u0000\u042c\u042e\u0003\u00aaM\u0000\u042d\u042c\u0001\u0000"+ - "\u0000\u0000\u042e\u0431\u0001\u0000\u0000\u0000\u042f\u042d\u0001\u0000"+ - "\u0000\u0000\u042f\u0430\u0001\u0000\u0000\u0000\u0430\u0433\u0001\u0000"+ - "\u0000\u0000\u0431\u042f\u0001\u0000\u0000\u0000\u0432\u042b\u0001\u0000"+ - "\u0000\u0000\u0432\u0433\u0001\u0000\u0000\u0000\u0433\u0434\u0001\u0000"+ - "\u0000\u0000\u0434\u0435\u0003\u00b2Q\u0000\u0435\u043f\u0001\u0000\u0000"+ - "\u0000\u0436\u0438\u0003\u00d4b\u0000\u0437\u0439\u0003\u00aaM\u0000\u0438"+ - "\u0437\u0001\u0000\u0000\u0000\u0439\u043a\u0001\u0000\u0000\u0000\u043a"+ - "\u0438\u0001\u0000\u0000\u0000\u043a\u043b\u0001\u0000\u0000\u0000\u043b"+ - "\u043c\u0001\u0000\u0000\u0000\u043c\u043d\u0003\u00b2Q\u0000\u043d\u043f"+ - "\u0001\u0000\u0000\u0000\u043e\u0415\u0001\u0000\u0000\u0000\u043e\u0420"+ - "\u0001\u0000\u0000\u0000\u043e\u0427\u0001\u0000\u0000\u0000\u043e\u0436"+ - "\u0001\u0000\u0000\u0000\u043f\u00c3\u0001\u0000\u0000\u0000\u0440\u0441"+ - "\u0007\u001f\u0000\u0000\u0441\u0442\u0007 \u0000\u0000\u0442\u00c5\u0001"+ - "\u0000\u0000\u0000\u0443\u0444\u0007\u0004\u0000\u0000\u0444\u0445\u0007"+ - "\u0005\u0000\u0000\u0445\u0446\u0007\u000f\u0000\u0000\u0446\u00c7\u0001"+ - "\u0000\u0000\u0000\u0447\u0448\u0007\u0004\u0000\u0000\u0448\u0449\u0007"+ - "\u0010\u0000\u0000\u0449\u044a\u0007\u0002\u0000\u0000\u044a\u00c9\u0001"+ - "\u0000\u0000\u0000\u044b\u044c\u0005=\u0000\u0000\u044c\u00cb\u0001\u0000"+ - "\u0000\u0000\u044d\u044e\u0005:\u0000\u0000\u044e\u044f\u0005:\u0000\u0000"+ - "\u044f\u00cd\u0001\u0000\u0000\u0000\u0450\u0451\u0005:\u0000\u0000\u0451"+ - "\u00cf\u0001\u0000\u0000\u0000\u0452\u0453\u0005,\u0000\u0000\u0453\u00d1"+ - "\u0001\u0000\u0000\u0000\u0454\u0455\u0007\u000f\u0000\u0000\u0455\u0456"+ - "\u0007\u0007\u0000\u0000\u0456\u0457\u0007\u0010\u0000\u0000\u0457\u0458"+ - "\u0007\u0002\u0000\u0000\u0458\u00d3\u0001\u0000\u0000\u0000\u0459\u045a"+ - "\u0005.\u0000\u0000\u045a\u00d5\u0001\u0000\u0000\u0000\u045b\u045c\u0007"+ - "\u0015\u0000\u0000\u045c\u045d\u0007\u0004\u0000\u0000\u045d\u045e\u0007"+ - "\u000e\u0000\u0000\u045e\u045f\u0007\u0010\u0000\u0000\u045f\u0460\u0007"+ - "\u0007\u0000\u0000\u0460\u00d7\u0001\u0000\u0000\u0000\u0461\u0462\u0007"+ - "\u0015\u0000\u0000\u0462\u0463\u0007\n\u0000\u0000\u0463\u0464\u0007\f"+ - "\u0000\u0000\u0464\u0465\u0007\u0010\u0000\u0000\u0465\u0466\u0007\u000b"+ - "\u0000\u0000\u0466\u00d9\u0001\u0000\u0000\u0000\u0467\u0468\u0007\n\u0000"+ - "\u0000\u0468\u0469\u0007\u0005\u0000\u0000\u0469\u00db\u0001\u0000\u0000"+ - "\u0000\u046a\u046b\u0007\n\u0000\u0000\u046b\u046c\u0007\u0010\u0000\u0000"+ - "\u046c\u00dd\u0001\u0000\u0000\u0000\u046d\u046e\u0007\u000e\u0000\u0000"+ - "\u046e\u046f\u0007\u0004\u0000\u0000\u046f\u0470\u0007\u0010\u0000\u0000"+ - "\u0470\u0471\u0007\u000b\u0000\u0000\u0471\u00df\u0001\u0000\u0000\u0000"+ - "\u0472\u0473\u0007\u000e\u0000\u0000\u0473\u0474\u0007\n\u0000\u0000\u0474"+ - "\u0475\u0007\u0012\u0000\u0000\u0475\u0476\u0007\u0007\u0000\u0000\u0476"+ - "\u00e1\u0001\u0000\u0000\u0000\u0477\u0478\u0007\u0005\u0000\u0000\u0478"+ - "\u0479\u0007\t\u0000\u0000\u0479\u047a\u0007\u000b\u0000\u0000\u047a\u00e3"+ - "\u0001\u0000\u0000\u0000\u047b\u047c\u0007\u0005\u0000\u0000\u047c\u047d"+ - "\u0007\u0016\u0000\u0000\u047d\u047e\u0007\u000e\u0000\u0000\u047e\u047f"+ - "\u0007\u000e\u0000\u0000\u047f\u00e5\u0001\u0000\u0000\u0000\u0480\u0481"+ - "\u0007\u0005\u0000\u0000\u0481\u0482\u0007\u0016\u0000\u0000\u0482\u0483"+ - "\u0007\u000e\u0000\u0000\u0483\u0484\u0007\u000e\u0000\u0000\u0484\u0485"+ - "\u0007\u0010\u0000\u0000\u0485\u00e7\u0001\u0000\u0000\u0000\u0486\u0487"+ - "\u0007\t\u0000\u0000\u0487\u0488\u0007\f\u0000\u0000\u0488\u00e9\u0001"+ - "\u0000\u0000\u0000\u0489\u048a\u0005?\u0000\u0000\u048a\u00eb\u0001\u0000"+ - "\u0000\u0000\u048b\u048c\u0007\f\u0000\u0000\u048c\u048d\u0007\u000e\u0000"+ - "\u0000\u048d\u048e\u0007\n\u0000\u0000\u048e\u048f\u0007\u0012\u0000\u0000"+ - "\u048f\u0490\u0007\u0007\u0000\u0000\u0490\u00ed\u0001\u0000\u0000\u0000"+ - "\u0491\u0492\u0007\u000b\u0000\u0000\u0492\u0493\u0007\f\u0000\u0000\u0493"+ - "\u0494\u0007\u0016\u0000\u0000\u0494\u0495\u0007\u0007\u0000\u0000\u0495"+ - "\u00ef\u0001\u0000\u0000\u0000\u0496\u0497\u0005=\u0000\u0000\u0497\u0498"+ - "\u0005=\u0000\u0000\u0498\u00f1\u0001\u0000\u0000\u0000\u0499\u049a\u0005"+ - "=\u0000\u0000\u049a\u049b\u0005~\u0000\u0000\u049b\u00f3\u0001\u0000\u0000"+ - "\u0000\u049c\u049d\u0005!\u0000\u0000\u049d\u049e\u0005=\u0000\u0000\u049e"+ - "\u00f5\u0001\u0000\u0000\u0000\u049f\u04a0\u0005<\u0000\u0000\u04a0\u00f7"+ - "\u0001\u0000\u0000\u0000\u04a1\u04a2\u0005<\u0000\u0000\u04a2\u04a3\u0005"+ - "=\u0000\u0000\u04a3\u00f9\u0001\u0000\u0000\u0000\u04a4\u04a5\u0005>\u0000"+ - "\u0000\u04a5\u00fb\u0001\u0000\u0000\u0000\u04a6\u04a7\u0005>\u0000\u0000"+ - "\u04a7\u04a8\u0005=\u0000\u0000\u04a8\u00fd\u0001\u0000\u0000\u0000\u04a9"+ - "\u04aa\u0005+\u0000\u0000\u04aa\u00ff\u0001\u0000\u0000\u0000\u04ab\u04ac"+ - "\u0005-\u0000\u0000\u04ac\u0101\u0001\u0000\u0000\u0000\u04ad\u04ae\u0005"+ - "*\u0000\u0000\u04ae\u0103\u0001\u0000\u0000\u0000\u04af\u04b0\u0005/\u0000"+ - "\u0000\u04b0\u0105\u0001\u0000\u0000\u0000\u04b1\u04b2\u0005%\u0000\u0000"+ - "\u04b2\u0107\u0001\u0000\u0000\u0000\u04b3\u04b4\u0005{\u0000\u0000\u04b4"+ - "\u0109\u0001\u0000\u0000\u0000\u04b5\u04b6\u0005}\u0000\u0000\u04b6\u010b"+ - "\u0001\u0000\u0000\u0000\u04b7\u04b8\u0005?\u0000\u0000\u04b8\u04b9\u0005"+ - "?\u0000\u0000\u04b9\u010d\u0001\u0000\u0000\u0000\u04ba\u04bb\u0003*\r"+ - "\u0000\u04bb\u04bc\u0001\u0000\u0000\u0000\u04bc\u04bd\u0006\u007f#\u0000"+ - "\u04bd\u010f\u0001\u0000\u0000\u0000\u04be\u04c1\u0003\u00eam\u0000\u04bf"+ - "\u04c2\u0003\u00acN\u0000\u04c0\u04c2\u0003\u00baU\u0000\u04c1\u04bf\u0001"+ - "\u0000\u0000\u0000\u04c1\u04c0\u0001\u0000\u0000\u0000\u04c2\u04c6\u0001"+ - "\u0000\u0000\u0000\u04c3\u04c5\u0003\u00bcV\u0000\u04c4\u04c3\u0001\u0000"+ - "\u0000\u0000\u04c5\u04c8\u0001\u0000\u0000\u0000\u04c6\u04c4\u0001\u0000"+ - "\u0000\u0000\u04c6\u04c7\u0001\u0000\u0000\u0000\u04c7\u04d0\u0001\u0000"+ - "\u0000\u0000\u04c8\u04c6\u0001\u0000\u0000\u0000\u04c9\u04cb\u0003\u00ea"+ - "m\u0000\u04ca\u04cc\u0003\u00aaM\u0000\u04cb\u04ca\u0001\u0000\u0000\u0000"+ - "\u04cc\u04cd\u0001\u0000\u0000\u0000\u04cd\u04cb\u0001\u0000\u0000\u0000"+ - "\u04cd\u04ce\u0001\u0000\u0000\u0000\u04ce\u04d0\u0001\u0000\u0000\u0000"+ - "\u04cf\u04be\u0001\u0000\u0000\u0000\u04cf\u04c9\u0001\u0000\u0000\u0000"+ - "\u04d0\u0111\u0001\u0000\u0000\u0000\u04d1\u04d4\u0003\u010c~\u0000\u04d2"+ - "\u04d5\u0003\u00acN\u0000\u04d3\u04d5\u0003\u00baU\u0000\u04d4\u04d2\u0001"+ - "\u0000\u0000\u0000\u04d4\u04d3\u0001\u0000\u0000\u0000\u04d5\u04d9\u0001"+ - "\u0000\u0000\u0000\u04d6\u04d8\u0003\u00bcV\u0000\u04d7\u04d6\u0001\u0000"+ - "\u0000\u0000\u04d8\u04db\u0001\u0000\u0000\u0000\u04d9\u04d7\u0001\u0000"+ - "\u0000\u0000\u04d9\u04da\u0001\u0000\u0000\u0000\u04da\u04e3\u0001\u0000"+ - "\u0000\u0000\u04db\u04d9\u0001\u0000\u0000\u0000\u04dc\u04de\u0003\u010c"+ - "~\u0000\u04dd\u04df\u0003\u00aaM\u0000\u04de\u04dd\u0001\u0000\u0000\u0000"+ - "\u04df\u04e0\u0001\u0000\u0000\u0000\u04e0\u04de\u0001\u0000\u0000\u0000"+ - "\u04e0\u04e1\u0001\u0000\u0000\u0000\u04e1\u04e3\u0001\u0000\u0000\u0000"+ - "\u04e2\u04d1\u0001\u0000\u0000\u0000\u04e2\u04dc\u0001\u0000\u0000\u0000"+ - "\u04e3\u0113\u0001\u0000\u0000\u0000\u04e4\u04e5\u0005[\u0000\u0000\u04e5"+ - "\u04e6\u0001\u0000\u0000\u0000\u04e6\u04e7\u0006\u0082\u0004\u0000\u04e7"+ - "\u04e8\u0006\u0082\u0004\u0000\u04e8\u0115\u0001\u0000\u0000\u0000\u04e9"+ - "\u04ea\u0005]\u0000\u0000\u04ea\u04eb\u0001\u0000\u0000\u0000\u04eb\u04ec"+ - "\u0006\u0083\u000e\u0000\u04ec\u04ed\u0006\u0083\u000e\u0000\u04ed\u0117"+ - "\u0001\u0000\u0000\u0000\u04ee\u04ef\u0005(\u0000\u0000\u04ef\u04f0\u0001"+ - "\u0000\u0000\u0000\u04f0\u04f1\u0006\u0084\u0004\u0000\u04f1\u04f2\u0006"+ - "\u0084\u0004\u0000\u04f2\u0119\u0001\u0000\u0000\u0000\u04f3\u04f4\u0005"+ - ")\u0000\u0000\u04f4\u04f5\u0001\u0000\u0000\u0000\u04f5\u04f6\u0006\u0085"+ - "\u000e\u0000\u04f6\u04f7\u0006\u0085\u000e\u0000\u04f7\u011b\u0001\u0000"+ - "\u0000\u0000\u04f8\u04fc\u0003\u00acN\u0000\u04f9\u04fb\u0003\u00bcV\u0000"+ - "\u04fa\u04f9\u0001\u0000\u0000\u0000\u04fb\u04fe\u0001\u0000\u0000\u0000"+ - "\u04fc\u04fa\u0001\u0000\u0000\u0000\u04fc\u04fd\u0001\u0000\u0000\u0000"+ - "\u04fd\u0509\u0001\u0000\u0000\u0000\u04fe\u04fc\u0001\u0000\u0000\u0000"+ - "\u04ff\u0502\u0003\u00baU\u0000\u0500\u0502\u0003\u00b4R\u0000\u0501\u04ff"+ - "\u0001\u0000\u0000\u0000\u0501\u0500\u0001\u0000\u0000\u0000\u0502\u0504"+ - "\u0001\u0000\u0000\u0000\u0503\u0505\u0003\u00bcV\u0000\u0504\u0503\u0001"+ - "\u0000\u0000\u0000\u0505\u0506\u0001\u0000\u0000\u0000\u0506\u0504\u0001"+ - "\u0000\u0000\u0000\u0506\u0507\u0001\u0000\u0000\u0000\u0507\u0509\u0001"+ - "\u0000\u0000\u0000\u0508\u04f8\u0001\u0000\u0000\u0000\u0508\u0501\u0001"+ - "\u0000\u0000\u0000\u0509\u011d\u0001\u0000\u0000\u0000\u050a\u050c\u0003"+ - "\u00b6S\u0000\u050b\u050d\u0003\u00b8T\u0000\u050c\u050b\u0001\u0000\u0000"+ - "\u0000\u050d\u050e\u0001\u0000\u0000\u0000\u050e\u050c\u0001\u0000\u0000"+ - "\u0000\u050e\u050f\u0001\u0000\u0000\u0000\u050f\u0510\u0001\u0000\u0000"+ - "\u0000\u0510\u0511\u0003\u00b6S\u0000\u0511\u011f\u0001\u0000\u0000\u0000"+ - "\u0512\u0513\u0003\u011e\u0087\u0000\u0513\u0121\u0001\u0000\u0000\u0000"+ - "\u0514\u0515\u0003\u0010\u0000\u0000\u0515\u0516\u0001\u0000\u0000\u0000"+ - "\u0516\u0517\u0006\u0089\u0000\u0000\u0517\u0123\u0001\u0000\u0000\u0000"+ - "\u0518\u0519\u0003\u0012\u0001\u0000\u0519\u051a\u0001\u0000\u0000\u0000"+ - "\u051a\u051b\u0006\u008a\u0000\u0000\u051b\u0125\u0001\u0000\u0000\u0000"+ - "\u051c\u051d\u0003\u0014\u0002\u0000\u051d\u051e\u0001\u0000\u0000\u0000"+ - "\u051e\u051f\u0006\u008b\u0000\u0000\u051f\u0127\u0001\u0000\u0000\u0000"+ - "\u0520\u0521\u0003\u00a8L\u0000\u0521\u0522\u0001\u0000\u0000\u0000\u0522"+ - "\u0523\u0006\u008c\r\u0000\u0523\u0524\u0006\u008c\u000e\u0000\u0524\u0129"+ - "\u0001\u0000\u0000\u0000\u0525\u0526\u0003\u0114\u0082\u0000\u0526\u0527"+ - "\u0001\u0000\u0000\u0000\u0527\u0528\u0006\u008d\u0015\u0000\u0528\u012b"+ - "\u0001\u0000\u0000\u0000\u0529\u052a\u0003\u0116\u0083\u0000\u052a\u052b"+ - "\u0001\u0000\u0000\u0000\u052b\u052c\u0006\u008e \u0000\u052c\u012d\u0001"+ - "\u0000\u0000\u0000\u052d\u052e\u0003\u00ce_\u0000\u052e\u052f\u0001\u0000"+ - "\u0000\u0000\u052f\u0530\u0006\u008f!\u0000\u0530\u012f\u0001\u0000\u0000"+ - "\u0000\u0531\u0532\u0004\u0090\n\u0000\u0532\u0533\u0003\u00cc^\u0000"+ - "\u0533\u0534\u0001\u0000\u0000\u0000\u0534\u0535\u0006\u0090$\u0000\u0535"+ - "\u0131\u0001\u0000\u0000\u0000\u0536\u0537\u0003\u00d0`\u0000\u0537\u0538"+ - "\u0001\u0000\u0000\u0000\u0538\u0539\u0006\u0091\u0012\u0000\u0539\u0133"+ - "\u0001\u0000\u0000\u0000\u053a\u053b\u0003\u00ca]\u0000\u053b\u053c\u0001"+ - "\u0000\u0000\u0000\u053c\u053d\u0006\u0092\u0019\u0000\u053d\u0135\u0001"+ - "\u0000\u0000\u0000\u053e\u053f\u0007\u0013\u0000\u0000\u053f\u0540\u0007"+ - "\u0007\u0000\u0000\u0540\u0541\u0007\u000b\u0000\u0000\u0541\u0542\u0007"+ - "\u0004\u0000\u0000\u0542\u0543\u0007\u000f\u0000\u0000\u0543\u0544\u0007"+ - "\u0004\u0000\u0000\u0544\u0545\u0007\u000b\u0000\u0000\u0545\u0546\u0007"+ - "\u0004\u0000\u0000\u0546\u0137\u0001\u0000\u0000\u0000\u0547\u054b\b!"+ - "\u0000\u0000\u0548\u0549\u0005/\u0000\u0000\u0549\u054b\b\"\u0000\u0000"+ - "\u054a\u0547\u0001\u0000\u0000\u0000\u054a\u0548\u0001\u0000\u0000\u0000"+ - "\u054b\u0139\u0001\u0000\u0000\u0000\u054c\u054e\u0003\u0138\u0094\u0000"+ - "\u054d\u054c\u0001\u0000\u0000\u0000\u054e\u054f\u0001\u0000\u0000\u0000"+ - "\u054f\u054d\u0001\u0000\u0000\u0000\u054f\u0550\u0001\u0000\u0000\u0000"+ - "\u0550\u013b\u0001\u0000\u0000\u0000\u0551\u0552\u0003\u013a\u0095\u0000"+ - "\u0552\u0553\u0001\u0000\u0000\u0000\u0553\u0554\u0006\u0096%\u0000\u0554"+ - "\u013d\u0001\u0000\u0000\u0000\u0555\u0556\u0003\u00beW\u0000\u0556\u0557"+ - "\u0001\u0000\u0000\u0000\u0557\u0558\u0006\u0097&\u0000\u0558\u013f\u0001"+ - "\u0000\u0000\u0000\u0559\u055a\u0003\u0010\u0000\u0000\u055a\u055b\u0001"+ - "\u0000\u0000\u0000\u055b\u055c\u0006\u0098\u0000\u0000\u055c\u0141\u0001"+ - "\u0000\u0000\u0000\u055d\u055e\u0003\u0012\u0001\u0000\u055e\u055f\u0001"+ - "\u0000\u0000\u0000\u055f\u0560\u0006\u0099\u0000\u0000\u0560\u0143\u0001"+ - "\u0000\u0000\u0000\u0561\u0562\u0003\u0014\u0002\u0000\u0562\u0563\u0001"+ - "\u0000\u0000\u0000\u0563\u0564\u0006\u009a\u0000\u0000\u0564\u0145\u0001"+ - "\u0000\u0000\u0000\u0565\u0566\u0003\u0118\u0084\u0000\u0566\u0567\u0001"+ - "\u0000\u0000\u0000\u0567\u0568\u0006\u009b\'\u0000\u0568\u0569\u0006\u009b"+ - "\"\u0000\u0569\u0147\u0001\u0000\u0000\u0000\u056a\u056b\u0003\u00a8L"+ - "\u0000\u056b\u056c\u0001\u0000\u0000\u0000\u056c\u056d\u0006\u009c\r\u0000"+ - "\u056d\u056e\u0006\u009c\u000e\u0000\u056e\u0149\u0001\u0000\u0000\u0000"+ - "\u056f\u0570\u0003\u0014\u0002\u0000\u0570\u0571\u0001\u0000\u0000\u0000"+ - "\u0571\u0572\u0006\u009d\u0000\u0000\u0572\u014b\u0001\u0000\u0000\u0000"+ - "\u0573\u0574\u0003\u0010\u0000\u0000\u0574\u0575\u0001\u0000\u0000\u0000"+ - "\u0575\u0576\u0006\u009e\u0000\u0000\u0576\u014d\u0001\u0000\u0000\u0000"+ - "\u0577\u0578\u0003\u0012\u0001\u0000\u0578\u0579\u0001\u0000\u0000\u0000"+ - "\u0579\u057a\u0006\u009f\u0000\u0000\u057a\u014f\u0001\u0000\u0000\u0000"+ - "\u057b\u057c\u0003\u00a8L\u0000\u057c\u057d\u0001\u0000\u0000\u0000\u057d"+ - "\u057e\u0006\u00a0\r\u0000\u057e\u057f\u0006\u00a0\u000e\u0000\u057f\u0151"+ - "\u0001\u0000\u0000\u0000\u0580\u0581\u0007#\u0000\u0000\u0581\u0582\u0007"+ - "\t\u0000\u0000\u0582\u0583\u0007\n\u0000\u0000\u0583\u0584\u0007\u0005"+ - "\u0000\u0000\u0584\u0153\u0001\u0000\u0000\u0000\u0585\u0586\u0003\u01cc"+ - "\u00de\u0000\u0586\u0587\u0001\u0000\u0000\u0000\u0587\u0588\u0006\u00a2"+ - "\u0010\u0000\u0588\u0155\u0001\u0000\u0000\u0000\u0589\u058a\u0003f+\u0000"+ - "\u058a\u058b\u0001\u0000\u0000\u0000\u058b\u058c\u0006\u00a3\u000f\u0000"+ - "\u058c\u058d\u0006\u00a3\u000e\u0000\u058d\u058e\u0006\u00a3\u0004\u0000"+ - "\u058e\u0157\u0001\u0000\u0000\u0000\u058f\u0590\u0007\u0016\u0000\u0000"+ - "\u0590\u0591\u0007\u0010\u0000\u0000\u0591\u0592\u0007\n\u0000\u0000\u0592"+ - "\u0593\u0007\u0005\u0000\u0000\u0593\u0594\u0007\u0006\u0000\u0000\u0594"+ - "\u0595\u0001\u0000\u0000\u0000\u0595\u0596\u0006\u00a4\u000e\u0000\u0596"+ - "\u0597\u0006\u00a4\u0004\u0000\u0597\u0159\u0001\u0000\u0000\u0000\u0598"+ - "\u0599\u0003\u013a\u0095\u0000\u0599\u059a\u0001\u0000\u0000\u0000\u059a"+ - "\u059b\u0006\u00a5%\u0000\u059b\u015b\u0001\u0000\u0000\u0000\u059c\u059d"+ - "\u0003\u00beW\u0000\u059d\u059e\u0001\u0000\u0000\u0000\u059e\u059f\u0006"+ - "\u00a6&\u0000\u059f\u015d\u0001\u0000\u0000\u0000\u05a0\u05a1\u0003\u00ce"+ - "_\u0000\u05a1\u05a2\u0001\u0000\u0000\u0000\u05a2\u05a3\u0006\u00a7!\u0000"+ - "\u05a3\u015f\u0001\u0000\u0000\u0000\u05a4\u05a5\u0003\u011c\u0086\u0000"+ - "\u05a5\u05a6\u0001\u0000\u0000\u0000\u05a6\u05a7\u0006\u00a8\u0014\u0000"+ - "\u05a7\u0161\u0001\u0000\u0000\u0000\u05a8\u05a9\u0003\u0120\u0088\u0000"+ - "\u05a9\u05aa\u0001\u0000\u0000\u0000\u05aa\u05ab\u0006\u00a9\u0013\u0000"+ - "\u05ab\u0163\u0001\u0000\u0000\u0000\u05ac\u05ad\u0003\u0010\u0000\u0000"+ - "\u05ad\u05ae\u0001\u0000\u0000\u0000\u05ae\u05af\u0006\u00aa\u0000\u0000"+ - "\u05af\u0165\u0001\u0000\u0000\u0000\u05b0\u05b1\u0003\u0012\u0001\u0000"+ - "\u05b1\u05b2\u0001\u0000\u0000\u0000\u05b2\u05b3\u0006\u00ab\u0000\u0000"+ - "\u05b3\u0167\u0001\u0000\u0000\u0000\u05b4\u05b5\u0003\u0014\u0002\u0000"+ - "\u05b5\u05b6\u0001\u0000\u0000\u0000\u05b6\u05b7\u0006\u00ac\u0000\u0000"+ - "\u05b7\u0169\u0001\u0000\u0000\u0000\u05b8\u05b9\u0003\u00a8L\u0000\u05b9"+ - "\u05ba\u0001\u0000\u0000\u0000\u05ba\u05bb\u0006\u00ad\r\u0000\u05bb\u05bc"+ - "\u0006\u00ad\u000e\u0000\u05bc\u016b\u0001\u0000\u0000\u0000\u05bd\u05be"+ - "\u0003\u00ce_\u0000\u05be\u05bf\u0001\u0000\u0000\u0000\u05bf\u05c0\u0006"+ - "\u00ae!\u0000\u05c0\u016d\u0001\u0000\u0000\u0000\u05c1\u05c2\u0003\u00d0"+ - "`\u0000\u05c2\u05c3\u0001\u0000\u0000\u0000\u05c3\u05c4\u0006\u00af\u0012"+ - "\u0000\u05c4\u016f\u0001\u0000\u0000\u0000\u05c5\u05c6\u0003\u00d4b\u0000"+ - "\u05c6\u05c7\u0001\u0000\u0000\u0000\u05c7\u05c8\u0006\u00b0\u0011\u0000"+ - "\u05c8\u0171\u0001\u0000\u0000\u0000\u05c9\u05ca\u0003f+\u0000\u05ca\u05cb"+ - "\u0001\u0000\u0000\u0000\u05cb\u05cc\u0006\u00b1\u000f\u0000\u05cc\u05cd"+ - "\u0006\u00b1(\u0000\u05cd\u0173\u0001\u0000\u0000\u0000\u05ce\u05cf\u0003"+ - "\u013a\u0095\u0000\u05cf\u05d0\u0001\u0000\u0000\u0000\u05d0\u05d1\u0006"+ - "\u00b2%\u0000\u05d1\u0175\u0001\u0000\u0000\u0000\u05d2\u05d3\u0003\u00be"+ - "W\u0000\u05d3\u05d4\u0001\u0000\u0000\u0000\u05d4\u05d5\u0006\u00b3&\u0000"+ - "\u05d5\u0177\u0001\u0000\u0000\u0000\u05d6\u05d7\u0003\u0010\u0000\u0000"+ - "\u05d7\u05d8\u0001\u0000\u0000\u0000\u05d8\u05d9\u0006\u00b4\u0000\u0000"+ - "\u05d9\u0179\u0001\u0000\u0000\u0000\u05da\u05db\u0003\u0012\u0001\u0000"+ - "\u05db\u05dc\u0001\u0000\u0000\u0000\u05dc\u05dd\u0006\u00b5\u0000\u0000"+ - "\u05dd\u017b\u0001\u0000\u0000\u0000\u05de\u05df\u0003\u0014\u0002\u0000"+ - "\u05df\u05e0\u0001\u0000\u0000\u0000\u05e0\u05e1\u0006\u00b6\u0000\u0000"+ - "\u05e1\u017d\u0001\u0000\u0000\u0000\u05e2\u05e3\u0003\u00a8L\u0000\u05e3"+ - "\u05e4\u0001\u0000\u0000\u0000\u05e4\u05e5\u0006\u00b7\r\u0000\u05e5\u05e6"+ - "\u0006\u00b7\u000e\u0000\u05e6\u05e7\u0006\u00b7\u000e\u0000\u05e7\u017f"+ - "\u0001\u0000\u0000\u0000\u05e8\u05e9\u0003\u00d0`\u0000\u05e9\u05ea\u0001"+ - "\u0000\u0000\u0000\u05ea\u05eb\u0006\u00b8\u0012\u0000\u05eb\u0181\u0001"+ - "\u0000\u0000\u0000\u05ec\u05ed\u0003\u00d4b\u0000\u05ed\u05ee\u0001\u0000"+ - "\u0000\u0000\u05ee\u05ef\u0006\u00b9\u0011\u0000\u05ef\u0183\u0001\u0000"+ - "\u0000\u0000\u05f0\u05f1\u0003\u01b4\u00d2\u0000\u05f1\u05f2\u0001\u0000"+ - "\u0000\u0000\u05f2\u05f3\u0006\u00ba\u001b\u0000\u05f3\u0185\u0001\u0000"+ - "\u0000\u0000\u05f4\u05f5\u0003\u0010\u0000\u0000\u05f5\u05f6\u0001\u0000"+ - "\u0000\u0000\u05f6\u05f7\u0006\u00bb\u0000\u0000\u05f7\u0187\u0001\u0000"+ - "\u0000\u0000\u05f8\u05f9\u0003\u0012\u0001\u0000\u05f9\u05fa\u0001\u0000"+ - "\u0000\u0000\u05fa\u05fb\u0006\u00bc\u0000\u0000\u05fb\u0189\u0001\u0000"+ - "\u0000\u0000\u05fc\u05fd\u0003\u0014\u0002\u0000\u05fd\u05fe\u0001\u0000"+ - "\u0000\u0000\u05fe\u05ff\u0006\u00bd\u0000\u0000\u05ff\u018b\u0001\u0000"+ - "\u0000\u0000\u0600\u0601\u0003\u00a8L\u0000\u0601\u0602\u0001\u0000\u0000"+ - "\u0000\u0602\u0603\u0006\u00be\r\u0000\u0603\u0604\u0006\u00be\u000e\u0000"+ - "\u0604\u018d\u0001\u0000\u0000\u0000\u0605\u0606\u0003\u00d4b\u0000\u0606"+ - "\u0607\u0001\u0000\u0000\u0000\u0607\u0608\u0006\u00bf\u0011\u0000\u0608"+ - "\u018f\u0001\u0000\u0000\u0000\u0609\u060a\u0003\u00eam\u0000\u060a\u060b"+ - "\u0001\u0000\u0000\u0000\u060b\u060c\u0006\u00c0\u001c\u0000\u060c\u0191"+ - "\u0001\u0000\u0000\u0000\u060d\u060e\u0003\u0110\u0080\u0000\u060e\u060f"+ - "\u0001\u0000\u0000\u0000\u060f\u0610\u0006\u00c1\u001d\u0000\u0610\u0193"+ - "\u0001\u0000\u0000\u0000\u0611\u0612\u0003\u010c~\u0000\u0612\u0613\u0001"+ - "\u0000\u0000\u0000\u0613\u0614\u0006\u00c2\u001e\u0000\u0614\u0195\u0001"+ - "\u0000\u0000\u0000\u0615\u0616\u0003\u0112\u0081\u0000\u0616\u0617\u0001"+ - "\u0000\u0000\u0000\u0617\u0618\u0006\u00c3\u001f\u0000\u0618\u0197\u0001"+ - "\u0000\u0000\u0000\u0619\u061a\u0003\u0120\u0088\u0000\u061a\u061b\u0001"+ - "\u0000\u0000\u0000\u061b\u061c\u0006\u00c4\u0013\u0000\u061c\u0199\u0001"+ - "\u0000\u0000\u0000\u061d\u061e\u0003\u011c\u0086\u0000\u061e\u061f\u0001"+ - "\u0000\u0000\u0000\u061f\u0620\u0006\u00c5\u0014\u0000\u0620\u019b\u0001"+ - "\u0000\u0000\u0000\u0621\u0622\u0003\u0010\u0000\u0000\u0622\u0623\u0001"+ - "\u0000\u0000\u0000\u0623\u0624\u0006\u00c6\u0000\u0000\u0624\u019d\u0001"+ - "\u0000\u0000\u0000\u0625\u0626\u0003\u0012\u0001\u0000\u0626\u0627\u0001"+ - "\u0000\u0000\u0000\u0627\u0628\u0006\u00c7\u0000\u0000\u0628\u019f\u0001"+ - "\u0000\u0000\u0000\u0629\u062a\u0003\u0014\u0002\u0000\u062a\u062b\u0001"+ - "\u0000\u0000\u0000\u062b\u062c\u0006\u00c8\u0000\u0000\u062c\u01a1\u0001"+ - "\u0000\u0000\u0000\u062d\u062e\u0003\u00a8L\u0000\u062e\u062f\u0001\u0000"+ - "\u0000\u0000\u062f\u0630\u0006\u00c9\r\u0000\u0630\u0631\u0006\u00c9\u000e"+ - "\u0000\u0631\u01a3\u0001\u0000\u0000\u0000\u0632\u0633\u0003\u00d4b\u0000"+ - "\u0633\u0634\u0001\u0000\u0000\u0000\u0634\u0635\u0006\u00ca\u0011\u0000"+ - "\u0635\u01a5\u0001\u0000\u0000\u0000\u0636\u0637\u0003\u00d0`\u0000\u0637"+ - "\u0638\u0001\u0000\u0000\u0000\u0638\u0639\u0006\u00cb\u0012\u0000\u0639"+ - "\u01a7\u0001\u0000\u0000\u0000\u063a\u063b\u0003\u00eam\u0000\u063b\u063c"+ - "\u0001\u0000\u0000\u0000\u063c\u063d\u0006\u00cc\u001c\u0000\u063d\u01a9"+ - "\u0001\u0000\u0000\u0000\u063e\u063f\u0003\u0110\u0080\u0000\u063f\u0640"+ - "\u0001\u0000\u0000\u0000\u0640\u0641\u0006\u00cd\u001d\u0000\u0641\u01ab"+ - "\u0001\u0000\u0000\u0000\u0642\u0643\u0003\u010c~\u0000\u0643\u0644\u0001"+ - "\u0000\u0000\u0000\u0644\u0645\u0006\u00ce\u001e\u0000\u0645\u01ad\u0001"+ - "\u0000\u0000\u0000\u0646\u0647\u0003\u0112\u0081\u0000\u0647\u0648\u0001"+ - "\u0000\u0000\u0000\u0648\u0649\u0006\u00cf\u001f\u0000\u0649\u01af\u0001"+ - "\u0000\u0000\u0000\u064a\u064f\u0003\u00acN\u0000\u064b\u064f\u0003\u00aa"+ - "M\u0000\u064c\u064f\u0003\u00baU\u0000\u064d\u064f\u0003\u0102y\u0000"+ - "\u064e\u064a\u0001\u0000\u0000\u0000\u064e\u064b\u0001\u0000\u0000\u0000"+ - "\u064e\u064c\u0001\u0000\u0000\u0000\u064e\u064d\u0001\u0000\u0000\u0000"+ - "\u064f\u01b1\u0001\u0000\u0000\u0000\u0650\u0653\u0003\u00acN\u0000\u0651"+ - "\u0653\u0003\u0102y\u0000\u0652\u0650\u0001\u0000\u0000\u0000\u0652\u0651"+ - "\u0001\u0000\u0000\u0000\u0653\u0657\u0001\u0000\u0000\u0000\u0654\u0656"+ - "\u0003\u01b0\u00d0\u0000\u0655\u0654\u0001\u0000\u0000\u0000\u0656\u0659"+ - "\u0001\u0000\u0000\u0000\u0657\u0655\u0001\u0000\u0000\u0000\u0657\u0658"+ - "\u0001\u0000\u0000\u0000\u0658\u0664\u0001\u0000\u0000\u0000\u0659\u0657"+ - "\u0001\u0000\u0000\u0000\u065a\u065d\u0003\u00baU\u0000\u065b\u065d\u0003"+ - "\u00b4R\u0000\u065c\u065a\u0001\u0000\u0000\u0000\u065c\u065b\u0001\u0000"+ - "\u0000\u0000\u065d\u065f\u0001\u0000\u0000\u0000\u065e\u0660\u0003\u01b0"+ - "\u00d0\u0000\u065f\u065e\u0001\u0000\u0000\u0000\u0660\u0661\u0001\u0000"+ - "\u0000\u0000\u0661\u065f\u0001\u0000\u0000\u0000\u0661\u0662\u0001\u0000"+ - "\u0000\u0000\u0662\u0664\u0001\u0000\u0000\u0000\u0663\u0652\u0001\u0000"+ - "\u0000\u0000\u0663\u065c\u0001\u0000\u0000\u0000\u0664\u01b3\u0001\u0000"+ - "\u0000\u0000\u0665\u0668\u0003\u01b2\u00d1\u0000\u0666\u0668\u0003\u011e"+ - "\u0087\u0000\u0667\u0665\u0001\u0000\u0000\u0000\u0667\u0666\u0001\u0000"+ - "\u0000\u0000\u0668\u0669\u0001\u0000\u0000\u0000\u0669\u0667\u0001\u0000"+ - "\u0000\u0000\u0669\u066a\u0001\u0000\u0000\u0000\u066a\u01b5\u0001\u0000"+ - "\u0000\u0000\u066b\u066c\u0003\u0010\u0000\u0000\u066c\u066d\u0001\u0000"+ - "\u0000\u0000\u066d\u066e\u0006\u00d3\u0000\u0000\u066e\u01b7\u0001\u0000"+ - "\u0000\u0000\u066f\u0670\u0003\u0012\u0001\u0000\u0670\u0671\u0001\u0000"+ - "\u0000\u0000\u0671\u0672\u0006\u00d4\u0000\u0000\u0672\u01b9\u0001\u0000"+ - "\u0000\u0000\u0673\u0674\u0003\u0014\u0002\u0000\u0674\u0675\u0001\u0000"+ - "\u0000\u0000\u0675\u0676\u0006\u00d5\u0000\u0000\u0676\u01bb\u0001\u0000"+ - "\u0000\u0000\u0677\u0678\u0003\u00a8L\u0000\u0678\u0679\u0001\u0000\u0000"+ - "\u0000\u0679\u067a\u0006\u00d6\r\u0000\u067a\u067b\u0006\u00d6\u000e\u0000"+ - "\u067b\u01bd\u0001\u0000\u0000\u0000\u067c\u067d\u0003\u00ca]\u0000\u067d"+ - "\u067e\u0001\u0000\u0000\u0000\u067e\u067f\u0006\u00d7\u0019\u0000\u067f"+ - "\u01bf\u0001\u0000\u0000\u0000\u0680\u0681\u0003\u00d0`\u0000\u0681\u0682"+ - "\u0001\u0000\u0000\u0000\u0682\u0683\u0006\u00d8\u0012\u0000\u0683\u01c1"+ - "\u0001\u0000\u0000\u0000\u0684\u0685\u0003\u00d4b\u0000\u0685\u0686\u0001"+ - "\u0000\u0000\u0000\u0686\u0687\u0006\u00d9\u0011\u0000\u0687\u01c3\u0001"+ - "\u0000\u0000\u0000\u0688\u0689\u0003\u00eam\u0000\u0689\u068a\u0001\u0000"+ - "\u0000\u0000\u068a\u068b\u0006\u00da\u001c\u0000\u068b\u01c5\u0001\u0000"+ - "\u0000\u0000\u068c\u068d\u0003\u0110\u0080\u0000\u068d\u068e\u0001\u0000"+ - "\u0000\u0000\u068e\u068f\u0006\u00db\u001d\u0000\u068f\u01c7\u0001\u0000"+ - "\u0000\u0000\u0690\u0691\u0003\u010c~\u0000\u0691\u0692\u0001\u0000\u0000"+ - "\u0000\u0692\u0693\u0006\u00dc\u001e\u0000\u0693\u01c9\u0001\u0000\u0000"+ - "\u0000\u0694\u0695\u0003\u0112\u0081\u0000\u0695\u0696\u0001\u0000\u0000"+ - "\u0000\u0696\u0697\u0006\u00dd\u001f\u0000\u0697\u01cb\u0001\u0000\u0000"+ - "\u0000\u0698\u0699\u0007\u0004\u0000\u0000\u0699\u069a\u0007\u0010\u0000"+ - "\u0000\u069a\u01cd\u0001\u0000\u0000\u0000\u069b\u069c\u0003\u01b4\u00d2"+ - "\u0000\u069c\u069d\u0001\u0000\u0000\u0000\u069d\u069e\u0006\u00df\u001b"+ - "\u0000\u069e\u01cf\u0001\u0000\u0000\u0000\u069f\u06a0\u0003\u0010\u0000"+ - "\u0000\u06a0\u06a1\u0001\u0000\u0000\u0000\u06a1\u06a2\u0006\u00e0\u0000"+ - "\u0000\u06a2\u01d1\u0001\u0000\u0000\u0000\u06a3\u06a4\u0003\u0012\u0001"+ - "\u0000\u06a4\u06a5\u0001\u0000\u0000\u0000\u06a5\u06a6\u0006\u00e1\u0000"+ - "\u0000\u06a6\u01d3\u0001\u0000\u0000\u0000\u06a7\u06a8\u0003\u0014\u0002"+ - "\u0000\u06a8\u06a9\u0001\u0000\u0000\u0000\u06a9\u06aa\u0006\u00e2\u0000"+ - "\u0000\u06aa\u01d5\u0001\u0000\u0000\u0000\u06ab\u06ac\u0003\u00a8L\u0000"+ - "\u06ac\u06ad\u0001\u0000\u0000\u0000\u06ad\u06ae\u0006\u00e3\r\u0000\u06ae"+ - "\u06af\u0006\u00e3\u000e\u0000\u06af\u01d7\u0001\u0000\u0000\u0000\u06b0"+ - "\u06b1\u0007\n\u0000\u0000\u06b1\u06b2\u0007\u0005\u0000\u0000\u06b2\u06b3"+ - "\u0007\u0015\u0000\u0000\u06b3\u06b4\u0007\t\u0000\u0000\u06b4\u01d9\u0001"+ - "\u0000\u0000\u0000\u06b5\u06b6\u0003\u0010\u0000\u0000\u06b6\u06b7\u0001"+ - "\u0000\u0000\u0000\u06b7\u06b8\u0006\u00e5\u0000\u0000\u06b8\u01db\u0001"+ - "\u0000\u0000\u0000\u06b9\u06ba\u0003\u0012\u0001\u0000\u06ba\u06bb\u0001"+ - "\u0000\u0000\u0000\u06bb\u06bc\u0006\u00e6\u0000\u0000\u06bc\u01dd\u0001"+ - "\u0000\u0000\u0000\u06bd\u06be\u0003\u0014\u0002\u0000\u06be\u06bf\u0001"+ - "\u0000\u0000\u0000\u06bf\u06c0\u0006\u00e7\u0000\u0000\u06c0\u01df\u0001"+ - "\u0000\u0000\u0000F\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\b"+ - "\t\n\u000b\f\r\u000e\u000f\u01e6\u01ea\u01ed\u01f6\u01f8\u0203\u02f9\u0341"+ - "\u0345\u034a\u03a4\u03a6\u03d9\u03de\u03e7\u03ee\u03f3\u03f5\u0400\u0408"+ - "\u040b\u040d\u0412\u0417\u041d\u0424\u0429\u042f\u0432\u043a\u043e\u04c1"+ - "\u04c6\u04cd\u04cf\u04d4\u04d9\u04e0\u04e2\u04fc\u0501\u0506\u0508\u050e"+ - "\u054a\u054f\u064e\u0652\u0657\u065c\u0661\u0663\u0667\u0669)\u0000\u0001"+ - "\u0000\u0005\u0001\u0000\u0005\u0002\u0000\u0005\u0005\u0000\u0005\u0006"+ - "\u0000\u0005\u0007\u0000\u0005\b\u0000\u0005\t\u0000\u0005\n\u0000\u0005"+ - "\f\u0000\u0005\r\u0000\u0005\u000e\u0000\u0005\u000f\u0000\u00073\u0000"+ - "\u0004\u0000\u0000\u0007#\u0000\u0007\u0081\u0000\u0007?\u0000\u0007="+ - "\u0000\u0007c\u0000\u0007b\u0000\u0007^\u0000\u0005\u0004\u0000\u0005"+ - "\u0003\u0000\u0007%\u0000\u0007:\u0000\u0007$\u0000\u0007}\u0000\u0007"+ - "J\u0000\u0007\\\u0000\u0007[\u0000\u0007]\u0000\u0007_\u0000\u0007<\u0000"+ - "\u0005\u0000\u0000\u0007\u000e\u0000\u0007;\u0000\u0007h\u0000\u00074"+ - "\u0000\u0007`\u0000\u0005\u000b\u0000"; + "\u0000\u0000\u000e\u01d6\u0001\u0000\u0000\u0000\u000e\u01d8\u0001\u0000"+ + "\u0000\u0000\u000e\u01da\u0001\u0000\u0000\u0000\u000e\u01dc\u0001\u0000"+ + "\u0000\u0000\u000f\u01de\u0001\u0000\u0000\u0000\u000f\u01e0\u0001\u0000"+ + "\u0000\u0000\u000f\u01e2\u0001\u0000\u0000\u0000\u000f\u01e4\u0001\u0000"+ + "\u0000\u0000\u000f\u01e6\u0001\u0000\u0000\u0000\u0010\u01e8\u0001\u0000"+ + "\u0000\u0000\u0012\u01f9\u0001\u0000\u0000\u0000\u0014\u0209\u0001\u0000"+ + "\u0000\u0000\u0016\u020f\u0001\u0000\u0000\u0000\u0018\u021f\u0001\u0000"+ + "\u0000\u0000\u001a\u0228\u0001\u0000\u0000\u0000\u001c\u0232\u0001\u0000"+ + "\u0000\u0000\u001e\u023c\u0001\u0000\u0000\u0000 \u0243\u0001\u0000\u0000"+ + "\u0000\"\u024a\u0001\u0000\u0000\u0000$\u0252\u0001\u0000\u0000\u0000"+ + "&\u0258\u0001\u0000\u0000\u0000(\u025f\u0001\u0000\u0000\u0000*\u0267"+ + "\u0001\u0000\u0000\u0000,\u026f\u0001\u0000\u0000\u0000.\u027e\u0001\u0000"+ + "\u0000\u00000\u0288\u0001\u0000\u0000\u00002\u028f\u0001\u0000\u0000\u0000"+ + "4\u0295\u0001\u0000\u0000\u00006\u029d\u0001\u0000\u0000\u00008\u02a6"+ + "\u0001\u0000\u0000\u0000:\u02ae\u0001\u0000\u0000\u0000<\u02b6\u0001\u0000"+ + "\u0000\u0000>\u02bf\u0001\u0000\u0000\u0000@\u02cb\u0001\u0000\u0000\u0000"+ + "B\u02d7\u0001\u0000\u0000\u0000D\u02de\u0001\u0000\u0000\u0000F\u02e5"+ + "\u0001\u0000\u0000\u0000H\u02f1\u0001\u0000\u0000\u0000J\u02f8\u0001\u0000"+ + "\u0000\u0000L\u0301\u0001\u0000\u0000\u0000N\u0309\u0001\u0000\u0000\u0000"+ + "P\u030f\u0001\u0000\u0000\u0000R\u0314\u0001\u0000\u0000\u0000T\u0318"+ + "\u0001\u0000\u0000\u0000V\u031c\u0001\u0000\u0000\u0000X\u0320\u0001\u0000"+ + "\u0000\u0000Z\u0324\u0001\u0000\u0000\u0000\\\u0328\u0001\u0000\u0000"+ + "\u0000^\u032c\u0001\u0000\u0000\u0000`\u0330\u0001\u0000\u0000\u0000b"+ + "\u0334\u0001\u0000\u0000\u0000d\u0338\u0001\u0000\u0000\u0000f\u033d\u0001"+ + "\u0000\u0000\u0000h\u0342\u0001\u0000\u0000\u0000j\u0347\u0001\u0000\u0000"+ + "\u0000l\u034c\u0001\u0000\u0000\u0000n\u0355\u0001\u0000\u0000\u0000p"+ + "\u035c\u0001\u0000\u0000\u0000r\u0360\u0001\u0000\u0000\u0000t\u0364\u0001"+ + "\u0000\u0000\u0000v\u0368\u0001\u0000\u0000\u0000x\u036c\u0001\u0000\u0000"+ + "\u0000z\u0372\u0001\u0000\u0000\u0000|\u0376\u0001\u0000\u0000\u0000~"+ + "\u037a\u0001\u0000\u0000\u0000\u0080\u037e\u0001\u0000\u0000\u0000\u0082"+ + "\u0382\u0001\u0000\u0000\u0000\u0084\u0386\u0001\u0000\u0000\u0000\u0086"+ + "\u038a\u0001\u0000\u0000\u0000\u0088\u038e\u0001\u0000\u0000\u0000\u008a"+ + "\u0392\u0001\u0000\u0000\u0000\u008c\u0396\u0001\u0000\u0000\u0000\u008e"+ + "\u039a\u0001\u0000\u0000\u0000\u0090\u039e\u0001\u0000\u0000\u0000\u0092"+ + "\u03a2\u0001\u0000\u0000\u0000\u0094\u03a6\u0001\u0000\u0000\u0000\u0096"+ + "\u03ab\u0001\u0000\u0000\u0000\u0098\u03b4\u0001\u0000\u0000\u0000\u009a"+ + "\u03b8\u0001\u0000\u0000\u0000\u009c\u03bc\u0001\u0000\u0000\u0000\u009e"+ + "\u03c0\u0001\u0000\u0000\u0000\u00a0\u03c4\u0001\u0000\u0000\u0000\u00a2"+ + "\u03c9\u0001\u0000\u0000\u0000\u00a4\u03ce\u0001\u0000\u0000\u0000\u00a6"+ + "\u03d2\u0001\u0000\u0000\u0000\u00a8\u03d6\u0001\u0000\u0000\u0000\u00aa"+ + "\u03da\u0001\u0000\u0000\u0000\u00ac\u03de\u0001\u0000\u0000\u0000\u00ae"+ + "\u03e0\u0001\u0000\u0000\u0000\u00b0\u03e2\u0001\u0000\u0000\u0000\u00b2"+ + "\u03e5\u0001\u0000\u0000\u0000\u00b4\u03e7\u0001\u0000\u0000\u0000\u00b6"+ + "\u03f0\u0001\u0000\u0000\u0000\u00b8\u03f2\u0001\u0000\u0000\u0000\u00ba"+ + "\u03f7\u0001\u0000\u0000\u0000\u00bc\u03f9\u0001\u0000\u0000\u0000\u00be"+ + "\u03fe\u0001\u0000\u0000\u0000\u00c0\u041d\u0001\u0000\u0000\u0000\u00c2"+ + "\u0420\u0001\u0000\u0000\u0000\u00c4\u044e\u0001\u0000\u0000\u0000\u00c6"+ + "\u0450\u0001\u0000\u0000\u0000\u00c8\u0454\u0001\u0000\u0000\u0000\u00ca"+ + "\u0457\u0001\u0000\u0000\u0000\u00cc\u045b\u0001\u0000\u0000\u0000\u00ce"+ + "\u045d\u0001\u0000\u0000\u0000\u00d0\u0460\u0001\u0000\u0000\u0000\u00d2"+ + "\u0463\u0001\u0000\u0000\u0000\u00d4\u0465\u0001\u0000\u0000\u0000\u00d6"+ + "\u0467\u0001\u0000\u0000\u0000\u00d8\u046c\u0001\u0000\u0000\u0000\u00da"+ + "\u046e\u0001\u0000\u0000\u0000\u00dc\u0474\u0001\u0000\u0000\u0000\u00de"+ + "\u047a\u0001\u0000\u0000\u0000\u00e0\u047d\u0001\u0000\u0000\u0000\u00e2"+ + "\u0480\u0001\u0000\u0000\u0000\u00e4\u0485\u0001\u0000\u0000\u0000\u00e6"+ + "\u048a\u0001\u0000\u0000\u0000\u00e8\u048e\u0001\u0000\u0000\u0000\u00ea"+ + "\u0493\u0001\u0000\u0000\u0000\u00ec\u0499\u0001\u0000\u0000\u0000\u00ee"+ + "\u049c\u0001\u0000\u0000\u0000\u00f0\u049f\u0001\u0000\u0000\u0000\u00f2"+ + "\u04a1\u0001\u0000\u0000\u0000\u00f4\u04a7\u0001\u0000\u0000\u0000\u00f6"+ + "\u04ac\u0001\u0000\u0000\u0000\u00f8\u04b1\u0001\u0000\u0000\u0000\u00fa"+ + "\u04b4\u0001\u0000\u0000\u0000\u00fc\u04b7\u0001\u0000\u0000\u0000\u00fe"+ + "\u04ba\u0001\u0000\u0000\u0000\u0100\u04bc\u0001\u0000\u0000\u0000\u0102"+ + "\u04bf\u0001\u0000\u0000\u0000\u0104\u04c1\u0001\u0000\u0000\u0000\u0106"+ + "\u04c4\u0001\u0000\u0000\u0000\u0108\u04c6\u0001\u0000\u0000\u0000\u010a"+ + "\u04c8\u0001\u0000\u0000\u0000\u010c\u04ca\u0001\u0000\u0000\u0000\u010e"+ + "\u04cc\u0001\u0000\u0000\u0000\u0110\u04ce\u0001\u0000\u0000\u0000\u0112"+ + "\u04d0\u0001\u0000\u0000\u0000\u0114\u04d2\u0001\u0000\u0000\u0000\u0116"+ + "\u04d5\u0001\u0000\u0000\u0000\u0118\u04ea\u0001\u0000\u0000\u0000\u011a"+ + "\u04fd\u0001\u0000\u0000\u0000\u011c\u04ff\u0001\u0000\u0000\u0000\u011e"+ + "\u0504\u0001\u0000\u0000\u0000\u0120\u0509\u0001\u0000\u0000\u0000\u0122"+ + "\u050e\u0001\u0000\u0000\u0000\u0124\u0523\u0001\u0000\u0000\u0000\u0126"+ + "\u0525\u0001\u0000\u0000\u0000\u0128\u052d\u0001\u0000\u0000\u0000\u012a"+ + "\u052f\u0001\u0000\u0000\u0000\u012c\u0533\u0001\u0000\u0000\u0000\u012e"+ + "\u0537\u0001\u0000\u0000\u0000\u0130\u053b\u0001\u0000\u0000\u0000\u0132"+ + "\u0540\u0001\u0000\u0000\u0000\u0134\u0544\u0001\u0000\u0000\u0000\u0136"+ + "\u0548\u0001\u0000\u0000\u0000\u0138\u054c\u0001\u0000\u0000\u0000\u013a"+ + "\u0551\u0001\u0000\u0000\u0000\u013c\u0555\u0001\u0000\u0000\u0000\u013e"+ + "\u0559\u0001\u0000\u0000\u0000\u0140\u0565\u0001\u0000\u0000\u0000\u0142"+ + "\u0568\u0001\u0000\u0000\u0000\u0144\u056c\u0001\u0000\u0000\u0000\u0146"+ + "\u0570\u0001\u0000\u0000\u0000\u0148\u0574\u0001\u0000\u0000\u0000\u014a"+ + "\u0578\u0001\u0000\u0000\u0000\u014c\u057c\u0001\u0000\u0000\u0000\u014e"+ + "\u0580\u0001\u0000\u0000\u0000\u0150\u0585\u0001\u0000\u0000\u0000\u0152"+ + "\u058a\u0001\u0000\u0000\u0000\u0154\u058e\u0001\u0000\u0000\u0000\u0156"+ + "\u0592\u0001\u0000\u0000\u0000\u0158\u0596\u0001\u0000\u0000\u0000\u015a"+ + "\u059b\u0001\u0000\u0000\u0000\u015c\u05a0\u0001\u0000\u0000\u0000\u015e"+ + "\u05a4\u0001\u0000\u0000\u0000\u0160\u05aa\u0001\u0000\u0000\u0000\u0162"+ + "\u05b3\u0001\u0000\u0000\u0000\u0164\u05b7\u0001\u0000\u0000\u0000\u0166"+ + "\u05bb\u0001\u0000\u0000\u0000\u0168\u05bf\u0001\u0000\u0000\u0000\u016a"+ + "\u05c3\u0001\u0000\u0000\u0000\u016c\u05c7\u0001\u0000\u0000\u0000\u016e"+ + "\u05cb\u0001\u0000\u0000\u0000\u0170\u05cf\u0001\u0000\u0000\u0000\u0172"+ + "\u05d3\u0001\u0000\u0000\u0000\u0174\u05d8\u0001\u0000\u0000\u0000\u0176"+ + "\u05dc\u0001\u0000\u0000\u0000\u0178\u05e0\u0001\u0000\u0000\u0000\u017a"+ + "\u05e4\u0001\u0000\u0000\u0000\u017c\u05e9\u0001\u0000\u0000\u0000\u017e"+ + "\u05ed\u0001\u0000\u0000\u0000\u0180\u05f1\u0001\u0000\u0000\u0000\u0182"+ + "\u05f5\u0001\u0000\u0000\u0000\u0184\u05f9\u0001\u0000\u0000\u0000\u0186"+ + "\u05fd\u0001\u0000\u0000\u0000\u0188\u0603\u0001\u0000\u0000\u0000\u018a"+ + "\u0607\u0001\u0000\u0000\u0000\u018c\u060b\u0001\u0000\u0000\u0000\u018e"+ + "\u060f\u0001\u0000\u0000\u0000\u0190\u0613\u0001\u0000\u0000\u0000\u0192"+ + "\u0617\u0001\u0000\u0000\u0000\u0194\u061b\u0001\u0000\u0000\u0000\u0196"+ + "\u0620\u0001\u0000\u0000\u0000\u0198\u0624\u0001\u0000\u0000\u0000\u019a"+ + "\u0628\u0001\u0000\u0000\u0000\u019c\u062c\u0001\u0000\u0000\u0000\u019e"+ + "\u0630\u0001\u0000\u0000\u0000\u01a0\u0634\u0001\u0000\u0000\u0000\u01a2"+ + "\u0638\u0001\u0000\u0000\u0000\u01a4\u063c\u0001\u0000\u0000\u0000\u01a6"+ + "\u0640\u0001\u0000\u0000\u0000\u01a8\u0644\u0001\u0000\u0000\u0000\u01aa"+ + "\u0648\u0001\u0000\u0000\u0000\u01ac\u064d\u0001\u0000\u0000\u0000\u01ae"+ + "\u0651\u0001\u0000\u0000\u0000\u01b0\u0655\u0001\u0000\u0000\u0000\u01b2"+ + "\u0659\u0001\u0000\u0000\u0000\u01b4\u065d\u0001\u0000\u0000\u0000\u01b6"+ + "\u0661\u0001\u0000\u0000\u0000\u01b8\u0669\u0001\u0000\u0000\u0000\u01ba"+ + "\u067e\u0001\u0000\u0000\u0000\u01bc\u0682\u0001\u0000\u0000\u0000\u01be"+ + "\u0686\u0001\u0000\u0000\u0000\u01c0\u068a\u0001\u0000\u0000\u0000\u01c2"+ + "\u068e\u0001\u0000\u0000\u0000\u01c4\u0692\u0001\u0000\u0000\u0000\u01c6"+ + "\u0697\u0001\u0000\u0000\u0000\u01c8\u069b\u0001\u0000\u0000\u0000\u01ca"+ + "\u069f\u0001\u0000\u0000\u0000\u01cc\u06a3\u0001\u0000\u0000\u0000\u01ce"+ + "\u06a7\u0001\u0000\u0000\u0000\u01d0\u06ab\u0001\u0000\u0000\u0000\u01d2"+ + "\u06af\u0001\u0000\u0000\u0000\u01d4\u06b3\u0001\u0000\u0000\u0000\u01d6"+ + "\u06b7\u0001\u0000\u0000\u0000\u01d8\u06bb\u0001\u0000\u0000\u0000\u01da"+ + "\u06bf\u0001\u0000\u0000\u0000\u01dc\u06c3\u0001\u0000\u0000\u0000\u01de"+ + "\u06c7\u0001\u0000\u0000\u0000\u01e0\u06cc\u0001\u0000\u0000\u0000\u01e2"+ + "\u06d1\u0001\u0000\u0000\u0000\u01e4\u06d5\u0001\u0000\u0000\u0000\u01e6"+ + "\u06d9\u0001\u0000\u0000\u0000\u01e8\u01e9\u0005/\u0000\u0000\u01e9\u01ea"+ + "\u0005/\u0000\u0000\u01ea\u01ee\u0001\u0000\u0000\u0000\u01eb\u01ed\b"+ + "\u0000\u0000\u0000\u01ec\u01eb\u0001\u0000\u0000\u0000\u01ed\u01f0\u0001"+ + "\u0000\u0000\u0000\u01ee\u01ec\u0001\u0000\u0000\u0000\u01ee\u01ef\u0001"+ + "\u0000\u0000\u0000\u01ef\u01f2\u0001\u0000\u0000\u0000\u01f0\u01ee\u0001"+ + "\u0000\u0000\u0000\u01f1\u01f3\u0005\r\u0000\u0000\u01f2\u01f1\u0001\u0000"+ + "\u0000\u0000\u01f2\u01f3\u0001\u0000\u0000\u0000\u01f3\u01f5\u0001\u0000"+ + "\u0000\u0000\u01f4\u01f6\u0005\n\u0000\u0000\u01f5\u01f4\u0001\u0000\u0000"+ + "\u0000\u01f5\u01f6\u0001\u0000\u0000\u0000\u01f6\u01f7\u0001\u0000\u0000"+ + "\u0000\u01f7\u01f8\u0006\u0000\u0000\u0000\u01f8\u0011\u0001\u0000\u0000"+ + "\u0000\u01f9\u01fa\u0005/\u0000\u0000\u01fa\u01fb\u0005*\u0000\u0000\u01fb"+ + "\u0200\u0001\u0000\u0000\u0000\u01fc\u01ff\u0003\u0012\u0001\u0000\u01fd"+ + "\u01ff\t\u0000\u0000\u0000\u01fe\u01fc\u0001\u0000\u0000\u0000\u01fe\u01fd"+ + "\u0001\u0000\u0000\u0000\u01ff\u0202\u0001\u0000\u0000\u0000\u0200\u0201"+ + "\u0001\u0000\u0000\u0000\u0200\u01fe\u0001\u0000\u0000\u0000\u0201\u0203"+ + "\u0001\u0000\u0000\u0000\u0202\u0200\u0001\u0000\u0000\u0000\u0203\u0204"+ + "\u0005*\u0000\u0000\u0204\u0205\u0005/\u0000\u0000\u0205\u0206\u0001\u0000"+ + "\u0000\u0000\u0206\u0207\u0006\u0001\u0000\u0000\u0207\u0013\u0001\u0000"+ + "\u0000\u0000\u0208\u020a\u0007\u0001\u0000\u0000\u0209\u0208\u0001\u0000"+ + "\u0000\u0000\u020a\u020b\u0001\u0000\u0000\u0000\u020b\u0209\u0001\u0000"+ + "\u0000\u0000\u020b\u020c\u0001\u0000\u0000\u0000\u020c\u020d\u0001\u0000"+ + "\u0000\u0000\u020d\u020e\u0006\u0002\u0000\u0000\u020e\u0015\u0001\u0000"+ + "\u0000\u0000\u020f\u0210\u0004\u0003\u0000\u0000\u0210\u0211\u0007\u0002"+ + "\u0000\u0000\u0211\u0212\u0007\u0003\u0000\u0000\u0212\u0213\u0007\u0004"+ + "\u0000\u0000\u0213\u0214\u0007\u0005\u0000\u0000\u0214\u0215\u0007\u0006"+ + "\u0000\u0000\u0215\u0216\u0007\u0007\u0000\u0000\u0216\u0217\u0005_\u0000"+ + "\u0000\u0217\u0218\u0007\b\u0000\u0000\u0218\u0219\u0007\t\u0000\u0000"+ + "\u0219\u021a\u0007\n\u0000\u0000\u021a\u021b\u0007\u0005\u0000\u0000\u021b"+ + "\u021c\u0007\u000b\u0000\u0000\u021c\u021d\u0001\u0000\u0000\u0000\u021d"+ + "\u021e\u0006\u0003\u0001\u0000\u021e\u0017\u0001\u0000\u0000\u0000\u021f"+ + "\u0220\u0007\u0007\u0000\u0000\u0220\u0221\u0007\u0005\u0000\u0000\u0221"+ + "\u0222\u0007\f\u0000\u0000\u0222\u0223\u0007\n\u0000\u0000\u0223\u0224"+ + "\u0007\u0002\u0000\u0000\u0224\u0225\u0007\u0003\u0000\u0000\u0225\u0226"+ + "\u0001\u0000\u0000\u0000\u0226\u0227\u0006\u0004\u0002\u0000\u0227\u0019"+ + "\u0001\u0000\u0000\u0000\u0228\u0229\u0007\u0007\u0000\u0000\u0229\u022a"+ + "\u0007\r\u0000\u0000\u022a\u022b\u0007\b\u0000\u0000\u022b\u022c\u0007"+ + "\u000e\u0000\u0000\u022c\u022d\u0007\u0004\u0000\u0000\u022d\u022e\u0007"+ + "\n\u0000\u0000\u022e\u022f\u0007\u0005\u0000\u0000\u022f\u0230\u0001\u0000"+ + "\u0000\u0000\u0230\u0231\u0006\u0005\u0003\u0000\u0231\u001b\u0001\u0000"+ + "\u0000\u0000\u0232\u0233\u0007\u000f\u0000\u0000\u0233\u0234\u0007\n\u0000"+ + "\u0000\u0234\u0235\u0007\u0010\u0000\u0000\u0235\u0236\u0007\u0010\u0000"+ + "\u0000\u0236\u0237\u0007\u0007\u0000\u0000\u0237\u0238\u0007\u0002\u0000"+ + "\u0000\u0238\u0239\u0007\u000b\u0000\u0000\u0239\u023a\u0001\u0000\u0000"+ + "\u0000\u023a\u023b\u0006\u0006\u0004\u0000\u023b\u001d\u0001\u0000\u0000"+ + "\u0000\u023c\u023d\u0007\u0007\u0000\u0000\u023d\u023e\u0007\u0011\u0000"+ + "\u0000\u023e\u023f\u0007\u0004\u0000\u0000\u023f\u0240\u0007\u000e\u0000"+ + "\u0000\u0240\u0241\u0001\u0000\u0000\u0000\u0241\u0242\u0006\u0007\u0004"+ + "\u0000\u0242\u001f\u0001\u0000\u0000\u0000\u0243\u0244\u0007\u0006\u0000"+ + "\u0000\u0244\u0245\u0007\f\u0000\u0000\u0245\u0246\u0007\t\u0000\u0000"+ + "\u0246\u0247\u0007\u0012\u0000\u0000\u0247\u0248\u0001\u0000\u0000\u0000"+ + "\u0248\u0249\u0006\b\u0004\u0000\u0249!\u0001\u0000\u0000\u0000\u024a"+ + "\u024b\u0007\u000e\u0000\u0000\u024b\u024c\u0007\n\u0000\u0000\u024c\u024d"+ + "\u0007\u0013\u0000\u0000\u024d\u024e\u0007\n\u0000\u0000\u024e\u024f\u0007"+ + "\u000b\u0000\u0000\u024f\u0250\u0001\u0000\u0000\u0000\u0250\u0251\u0006"+ + "\t\u0004\u0000\u0251#\u0001\u0000\u0000\u0000\u0252\u0253\u0007\f\u0000"+ + "\u0000\u0253\u0254\u0007\t\u0000\u0000\u0254\u0255\u0007\u0014\u0000\u0000"+ + "\u0255\u0256\u0001\u0000\u0000\u0000\u0256\u0257\u0006\n\u0004\u0000\u0257"+ + "%\u0001\u0000\u0000\u0000\u0258\u0259\u0007\u0010\u0000\u0000\u0259\u025a"+ + "\u0007\t\u0000\u0000\u025a\u025b\u0007\f\u0000\u0000\u025b\u025c\u0007"+ + "\u000b\u0000\u0000\u025c\u025d\u0001\u0000\u0000\u0000\u025d\u025e\u0006"+ + "\u000b\u0004\u0000\u025e\'\u0001\u0000\u0000\u0000\u025f\u0260\u0007\u0010"+ + "\u0000\u0000\u0260\u0261\u0007\u000b\u0000\u0000\u0261\u0262\u0007\u0004"+ + "\u0000\u0000\u0262\u0263\u0007\u000b\u0000\u0000\u0263\u0264\u0007\u0010"+ + "\u0000\u0000\u0264\u0265\u0001\u0000\u0000\u0000\u0265\u0266\u0006\f\u0004"+ + "\u0000\u0266)\u0001\u0000\u0000\u0000\u0267\u0268\u0007\u0014\u0000\u0000"+ + "\u0268\u0269\u0007\u0003\u0000\u0000\u0269\u026a\u0007\u0007\u0000\u0000"+ + "\u026a\u026b\u0007\f\u0000\u0000\u026b\u026c\u0007\u0007\u0000\u0000\u026c"+ + "\u026d\u0001\u0000\u0000\u0000\u026d\u026e\u0006\r\u0004\u0000\u026e+"+ + "\u0001\u0000\u0000\u0000\u026f\u0270\u0004\u000e\u0001\u0000\u0270\u0271"+ + "\u0007\n\u0000\u0000\u0271\u0272\u0007\u0005\u0000\u0000\u0272\u0273\u0007"+ + "\u000e\u0000\u0000\u0273\u0274\u0007\n\u0000\u0000\u0274\u0275\u0007\u0005"+ + "\u0000\u0000\u0275\u0276\u0007\u0007\u0000\u0000\u0276\u0277\u0007\u0010"+ + "\u0000\u0000\u0277\u0278\u0007\u000b\u0000\u0000\u0278\u0279\u0007\u0004"+ + "\u0000\u0000\u0279\u027a\u0007\u000b\u0000\u0000\u027a\u027b\u0007\u0010"+ + "\u0000\u0000\u027b\u027c\u0001\u0000\u0000\u0000\u027c\u027d\u0006\u000e"+ + "\u0004\u0000\u027d-\u0001\u0000\u0000\u0000\u027e\u027f\u0004\u000f\u0002"+ + "\u0000\u027f\u0280\u0007\f\u0000\u0000\u0280\u0281\u0007\u0007\u0000\u0000"+ + "\u0281\u0282\u0007\f\u0000\u0000\u0282\u0283\u0007\u0004\u0000\u0000\u0283"+ + "\u0284\u0007\u0005\u0000\u0000\u0284\u0285\u0007\u0012\u0000\u0000\u0285"+ + "\u0286\u0001\u0000\u0000\u0000\u0286\u0287\u0006\u000f\u0004\u0000\u0287"+ + "/\u0001\u0000\u0000\u0000\u0288\u0289\u0007\u0015\u0000\u0000\u0289\u028a"+ + "\u0007\f\u0000\u0000\u028a\u028b\u0007\t\u0000\u0000\u028b\u028c\u0007"+ + "\u0013\u0000\u0000\u028c\u028d\u0001\u0000\u0000\u0000\u028d\u028e\u0006"+ + "\u0010\u0005\u0000\u028e1\u0001\u0000\u0000\u0000\u028f\u0290\u0004\u0011"+ + "\u0003\u0000\u0290\u0291\u0007\u000b\u0000\u0000\u0291\u0292\u0007\u0010"+ + "\u0000\u0000\u0292\u0293\u0001\u0000\u0000\u0000\u0293\u0294\u0006\u0011"+ + "\u0005\u0000\u02943\u0001\u0000\u0000\u0000\u0295\u0296\u0004\u0012\u0004"+ + "\u0000\u0296\u0297\u0007\u0015\u0000\u0000\u0297\u0298\u0007\t\u0000\u0000"+ + "\u0298\u0299\u0007\f\u0000\u0000\u0299\u029a\u0007\u0012\u0000\u0000\u029a"+ + "\u029b\u0001\u0000\u0000\u0000\u029b\u029c\u0006\u0012\u0006\u0000\u029c"+ + "5\u0001\u0000\u0000\u0000\u029d\u029e\u0007\u000e\u0000\u0000\u029e\u029f"+ + "\u0007\t\u0000\u0000\u029f\u02a0\u0007\t\u0000\u0000\u02a0\u02a1\u0007"+ + "\u0012\u0000\u0000\u02a1\u02a2\u0007\u0016\u0000\u0000\u02a2\u02a3\u0007"+ + "\b\u0000\u0000\u02a3\u02a4\u0001\u0000\u0000\u0000\u02a4\u02a5\u0006\u0013"+ + "\u0007\u0000\u02a57\u0001\u0000\u0000\u0000\u02a6\u02a7\u0004\u0014\u0005"+ + "\u0000\u02a7\u02a8\u0007\u0015\u0000\u0000\u02a8\u02a9\u0007\u0016\u0000"+ + "\u0000\u02a9\u02aa\u0007\u000e\u0000\u0000\u02aa\u02ab\u0007\u000e\u0000"+ + "\u0000\u02ab\u02ac\u0001\u0000\u0000\u0000\u02ac\u02ad\u0006\u0014\u0007"+ + "\u0000\u02ad9\u0001\u0000\u0000\u0000\u02ae\u02af\u0004\u0015\u0006\u0000"+ + "\u02af\u02b0\u0007\u000e\u0000\u0000\u02b0\u02b1\u0007\u0007\u0000\u0000"+ + "\u02b1\u02b2\u0007\u0015\u0000\u0000\u02b2\u02b3\u0007\u000b\u0000\u0000"+ + "\u02b3\u02b4\u0001\u0000\u0000\u0000\u02b4\u02b5\u0006\u0015\u0007\u0000"+ + "\u02b5;\u0001\u0000\u0000\u0000\u02b6\u02b7\u0004\u0016\u0007\u0000\u02b7"+ + "\u02b8\u0007\f\u0000\u0000\u02b8\u02b9\u0007\n\u0000\u0000\u02b9\u02ba"+ + "\u0007\u0006\u0000\u0000\u02ba\u02bb\u0007\u0003\u0000\u0000\u02bb\u02bc"+ + "\u0007\u000b\u0000\u0000\u02bc\u02bd\u0001\u0000\u0000\u0000\u02bd\u02be"+ + "\u0006\u0016\u0007\u0000\u02be=\u0001\u0000\u0000\u0000\u02bf\u02c0\u0004"+ + "\u0017\b\u0000\u02c0\u02c1\u0007\u000e\u0000\u0000\u02c1\u02c2\u0007\t"+ + "\u0000\u0000\u02c2\u02c3\u0007\t\u0000\u0000\u02c3\u02c4\u0007\u0012\u0000"+ + "\u0000\u02c4\u02c5\u0007\u0016\u0000\u0000\u02c5\u02c6\u0007\b\u0000\u0000"+ + "\u02c6\u02c7\u0005_\u0000\u0000\u02c7\u02c8\u0005\u8001\uf414\u0000\u0000"+ + "\u02c8\u02c9\u0001\u0000\u0000\u0000\u02c9\u02ca\u0006\u0017\b\u0000\u02ca"+ + "?\u0001\u0000\u0000\u0000\u02cb\u02cc\u0007\u0013\u0000\u0000\u02cc\u02cd"+ + "\u0007\u0011\u0000\u0000\u02cd\u02ce\u0005_\u0000\u0000\u02ce\u02cf\u0007"+ + "\u0007\u0000\u0000\u02cf\u02d0\u0007\r\u0000\u0000\u02d0\u02d1\u0007\b"+ + "\u0000\u0000\u02d1\u02d2\u0007\u0004\u0000\u0000\u02d2\u02d3\u0007\u0005"+ + "\u0000\u0000\u02d3\u02d4\u0007\u000f\u0000\u0000\u02d4\u02d5\u0001\u0000"+ + "\u0000\u0000\u02d5\u02d6\u0006\u0018\t\u0000\u02d6A\u0001\u0000\u0000"+ + "\u0000\u02d7\u02d8\u0007\u000f\u0000\u0000\u02d8\u02d9\u0007\f\u0000\u0000"+ + "\u02d9\u02da\u0007\t\u0000\u0000\u02da\u02db\u0007\b\u0000\u0000\u02db"+ + "\u02dc\u0001\u0000\u0000\u0000\u02dc\u02dd\u0006\u0019\n\u0000\u02ddC"+ + "\u0001\u0000\u0000\u0000\u02de\u02df\u0007\u0012\u0000\u0000\u02df\u02e0"+ + "\u0007\u0007\u0000\u0000\u02e0\u02e1\u0007\u0007\u0000\u0000\u02e1\u02e2"+ + "\u0007\b\u0000\u0000\u02e2\u02e3\u0001\u0000\u0000\u0000\u02e3\u02e4\u0006"+ + "\u001a\n\u0000\u02e4E\u0001\u0000\u0000\u0000\u02e5\u02e6\u0004\u001b"+ + "\t\u0000\u02e6\u02e7\u0007\n\u0000\u0000\u02e7\u02e8\u0007\u0005\u0000"+ + "\u0000\u02e8\u02e9\u0007\u0010\u0000\u0000\u02e9\u02ea\u0007\n\u0000\u0000"+ + "\u02ea\u02eb\u0007\u0010\u0000\u0000\u02eb\u02ec\u0007\u000b\u0000\u0000"+ + "\u02ec\u02ed\u0005_\u0000\u0000\u02ed\u02ee\u0005\u8001\uf414\u0000\u0000"+ + "\u02ee\u02ef\u0001\u0000\u0000\u0000\u02ef\u02f0\u0006\u001b\n\u0000\u02f0"+ + "G\u0001\u0000\u0000\u0000\u02f1\u02f2\u0004\u001c\n\u0000\u02f2\u02f3"+ + "\u0007\f\u0000\u0000\u02f3\u02f4\u0007\f\u0000\u0000\u02f4\u02f5\u0007"+ + "\u0015\u0000\u0000\u02f5\u02f6\u0001\u0000\u0000\u0000\u02f6\u02f7\u0006"+ + "\u001c\u0004\u0000\u02f7I\u0001\u0000\u0000\u0000\u02f8\u02f9\u0007\f"+ + "\u0000\u0000\u02f9\u02fa\u0007\u0007\u0000\u0000\u02fa\u02fb\u0007\u0005"+ + "\u0000\u0000\u02fb\u02fc\u0007\u0004\u0000\u0000\u02fc\u02fd\u0007\u0013"+ + "\u0000\u0000\u02fd\u02fe\u0007\u0007\u0000\u0000\u02fe\u02ff\u0001\u0000"+ + "\u0000\u0000\u02ff\u0300\u0006\u001d\u000b\u0000\u0300K\u0001\u0000\u0000"+ + "\u0000\u0301\u0302\u0007\u0010\u0000\u0000\u0302\u0303\u0007\u0003\u0000"+ + "\u0000\u0303\u0304\u0007\t\u0000\u0000\u0304\u0305\u0007\u0014\u0000\u0000"+ + "\u0305\u0306\u0001\u0000\u0000\u0000\u0306\u0307\u0006\u001e\f\u0000\u0307"+ + "M\u0001\u0000\u0000\u0000\u0308\u030a\b\u0017\u0000\u0000\u0309\u0308"+ + "\u0001\u0000\u0000\u0000\u030a\u030b\u0001\u0000\u0000\u0000\u030b\u0309"+ + "\u0001\u0000\u0000\u0000\u030b\u030c\u0001\u0000\u0000\u0000\u030c\u030d"+ + "\u0001\u0000\u0000\u0000\u030d\u030e\u0006\u001f\u0004\u0000\u030eO\u0001"+ + "\u0000\u0000\u0000\u030f\u0310\u0003\u00aaM\u0000\u0310\u0311\u0001\u0000"+ + "\u0000\u0000\u0311\u0312\u0006 \r\u0000\u0312\u0313\u0006 \u000e\u0000"+ + "\u0313Q\u0001\u0000\u0000\u0000\u0314\u0315\u0003\u00ecn\u0000\u0315\u0316"+ + "\u0001\u0000\u0000\u0000\u0316\u0317\u0006!\u000f\u0000\u0317S\u0001\u0000"+ + "\u0000\u0000\u0318\u0319\u0003\u00c8\\\u0000\u0319\u031a\u0001\u0000\u0000"+ + "\u0000\u031a\u031b\u0006\"\u0010\u0000\u031bU\u0001\u0000\u0000\u0000"+ + "\u031c\u031d\u0003\u00d8d\u0000\u031d\u031e\u0001\u0000\u0000\u0000\u031e"+ + "\u031f\u0006#\u0011\u0000\u031fW\u0001\u0000\u0000\u0000\u0320\u0321\u0003"+ + "\u00d4b\u0000\u0321\u0322\u0001\u0000\u0000\u0000\u0322\u0323\u0006$\u0012"+ + "\u0000\u0323Y\u0001\u0000\u0000\u0000\u0324\u0325\u0003\u0128\u008c\u0000"+ + "\u0325\u0326\u0001\u0000\u0000\u0000\u0326\u0327\u0006%\u0013\u0000\u0327"+ + "[\u0001\u0000\u0000\u0000\u0328\u0329\u0003\u0124\u008a\u0000\u0329\u032a"+ + "\u0001\u0000\u0000\u0000\u032a\u032b\u0006&\u0014\u0000\u032b]\u0001\u0000"+ + "\u0000\u0000\u032c\u032d\u0003\u0010\u0000\u0000\u032d\u032e\u0001\u0000"+ + "\u0000\u0000\u032e\u032f\u0006\'\u0000\u0000\u032f_\u0001\u0000\u0000"+ + "\u0000\u0330\u0331\u0003\u0012\u0001\u0000\u0331\u0332\u0001\u0000\u0000"+ + "\u0000\u0332\u0333\u0006(\u0000\u0000\u0333a\u0001\u0000\u0000\u0000\u0334"+ + "\u0335\u0003\u0014\u0002\u0000\u0335\u0336\u0001\u0000\u0000\u0000\u0336"+ + "\u0337\u0006)\u0000\u0000\u0337c\u0001\u0000\u0000\u0000\u0338\u0339\u0003"+ + "\u00aaM\u0000\u0339\u033a\u0001\u0000\u0000\u0000\u033a\u033b\u0006*\r"+ + "\u0000\u033b\u033c\u0006*\u000e\u0000\u033ce\u0001\u0000\u0000\u0000\u033d"+ + "\u033e\u0003\u011c\u0086\u0000\u033e\u033f\u0001\u0000\u0000\u0000\u033f"+ + "\u0340\u0006+\u0015\u0000\u0340\u0341\u0006+\u0016\u0000\u0341g\u0001"+ + "\u0000\u0000\u0000\u0342\u0343\u0003\u00ecn\u0000\u0343\u0344\u0001\u0000"+ + "\u0000\u0000\u0344\u0345\u0006,\u000f\u0000\u0345\u0346\u0006,\u0017\u0000"+ + "\u0346i\u0001\u0000\u0000\u0000\u0347\u0348\u0003\u00f6s\u0000\u0348\u0349"+ + "\u0001\u0000\u0000\u0000\u0349\u034a\u0006-\u0018\u0000\u034a\u034b\u0006"+ + "-\u0017\u0000\u034bk\u0001\u0000\u0000\u0000\u034c\u034d\b\u0018\u0000"+ + "\u0000\u034dm\u0001\u0000\u0000\u0000\u034e\u0350\u0003l.\u0000\u034f"+ + "\u034e\u0001\u0000\u0000\u0000\u0350\u0351\u0001\u0000\u0000\u0000\u0351"+ + "\u034f\u0001\u0000\u0000\u0000\u0351\u0352\u0001\u0000\u0000\u0000\u0352"+ + "\u0353\u0001\u0000\u0000\u0000\u0353\u0354\u0003\u00d2a\u0000\u0354\u0356"+ + "\u0001\u0000\u0000\u0000\u0355\u034f\u0001\u0000\u0000\u0000\u0355\u0356"+ + "\u0001\u0000\u0000\u0000\u0356\u0358\u0001\u0000\u0000\u0000\u0357\u0359"+ + "\u0003l.\u0000\u0358\u0357\u0001\u0000\u0000\u0000\u0359\u035a\u0001\u0000"+ + "\u0000\u0000\u035a\u0358\u0001\u0000\u0000\u0000\u035a\u035b\u0001\u0000"+ + "\u0000\u0000\u035bo\u0001\u0000\u0000\u0000\u035c\u035d\u0003n/\u0000"+ + "\u035d\u035e\u0001\u0000\u0000\u0000\u035e\u035f\u00060\u0019\u0000\u035f"+ + "q\u0001\u0000\u0000\u0000\u0360\u0361\u0003\u0010\u0000\u0000\u0361\u0362"+ + "\u0001\u0000\u0000\u0000\u0362\u0363\u00061\u0000\u0000\u0363s\u0001\u0000"+ + "\u0000\u0000\u0364\u0365\u0003\u0012\u0001\u0000\u0365\u0366\u0001\u0000"+ + "\u0000\u0000\u0366\u0367\u00062\u0000\u0000\u0367u\u0001\u0000\u0000\u0000"+ + "\u0368\u0369\u0003\u0014\u0002\u0000\u0369\u036a\u0001\u0000\u0000\u0000"+ + "\u036a\u036b\u00063\u0000\u0000\u036bw\u0001\u0000\u0000\u0000\u036c\u036d"+ + "\u0003\u00aaM\u0000\u036d\u036e\u0001\u0000\u0000\u0000\u036e\u036f\u0006"+ + "4\r\u0000\u036f\u0370\u00064\u000e\u0000\u0370\u0371\u00064\u000e\u0000"+ + "\u0371y\u0001\u0000\u0000\u0000\u0372\u0373\u0003\u00cc^\u0000\u0373\u0374"+ + "\u0001\u0000\u0000\u0000\u0374\u0375\u00065\u001a\u0000\u0375{\u0001\u0000"+ + "\u0000\u0000\u0376\u0377\u0003\u00d4b\u0000\u0377\u0378\u0001\u0000\u0000"+ + "\u0000\u0378\u0379\u00066\u0012\u0000\u0379}\u0001\u0000\u0000\u0000\u037a"+ + "\u037b\u0003\u00d8d\u0000\u037b\u037c\u0001\u0000\u0000\u0000\u037c\u037d"+ + "\u00067\u0011\u0000\u037d\u007f\u0001\u0000\u0000\u0000\u037e\u037f\u0003"+ + "\u00f6s\u0000\u037f\u0380\u0001\u0000\u0000\u0000\u0380\u0381\u00068\u0018"+ + "\u0000\u0381\u0081\u0001\u0000\u0000\u0000\u0382\u0383\u0003\u01bc\u00d6"+ + "\u0000\u0383\u0384\u0001\u0000\u0000\u0000\u0384\u0385\u00069\u001b\u0000"+ + "\u0385\u0083\u0001\u0000\u0000\u0000\u0386\u0387\u0003\u0128\u008c\u0000"+ + "\u0387\u0388\u0001\u0000\u0000\u0000\u0388\u0389\u0006:\u0013\u0000\u0389"+ + "\u0085\u0001\u0000\u0000\u0000\u038a\u038b\u0003\u00f0p\u0000\u038b\u038c"+ + "\u0001\u0000\u0000\u0000\u038c\u038d\u0006;\u001c\u0000\u038d\u0087\u0001"+ + "\u0000\u0000\u0000\u038e\u038f\u0003\u0118\u0084\u0000\u038f\u0390\u0001"+ + "\u0000\u0000\u0000\u0390\u0391\u0006<\u001d\u0000\u0391\u0089\u0001\u0000"+ + "\u0000\u0000\u0392\u0393\u0003\u0114\u0082\u0000\u0393\u0394\u0001\u0000"+ + "\u0000\u0000\u0394\u0395\u0006=\u001e\u0000\u0395\u008b\u0001\u0000\u0000"+ + "\u0000\u0396\u0397\u0003\u011a\u0085\u0000\u0397\u0398\u0001\u0000\u0000"+ + "\u0000\u0398\u0399\u0006>\u001f\u0000\u0399\u008d\u0001\u0000\u0000\u0000"+ + "\u039a\u039b\u0003\u0010\u0000\u0000\u039b\u039c\u0001\u0000\u0000\u0000"+ + "\u039c\u039d\u0006?\u0000\u0000\u039d\u008f\u0001\u0000\u0000\u0000\u039e"+ + "\u039f\u0003\u0012\u0001\u0000\u039f\u03a0\u0001\u0000\u0000\u0000\u03a0"+ + "\u03a1\u0006@\u0000\u0000\u03a1\u0091\u0001\u0000\u0000\u0000\u03a2\u03a3"+ + "\u0003\u0014\u0002\u0000\u03a3\u03a4\u0001\u0000\u0000\u0000\u03a4\u03a5"+ + "\u0006A\u0000\u0000\u03a5\u0093\u0001\u0000\u0000\u0000\u03a6\u03a7\u0003"+ + "\u011e\u0087\u0000\u03a7\u03a8\u0001\u0000\u0000\u0000\u03a8\u03a9\u0006"+ + "B \u0000\u03a9\u03aa\u0006B\u000e\u0000\u03aa\u0095\u0001\u0000\u0000"+ + "\u0000\u03ab\u03ac\u0003\u00d2a\u0000\u03ac\u03ad\u0001\u0000\u0000\u0000"+ + "\u03ad\u03ae\u0006C!\u0000\u03ae\u0097\u0001\u0000\u0000\u0000\u03af\u03b5"+ + "\u0003\u00b6S\u0000\u03b0\u03b5\u0003\u00acN\u0000\u03b1\u03b5\u0003\u00d8"+ + "d\u0000\u03b2\u03b5\u0003\u00aeO\u0000\u03b3\u03b5\u0003\u00bcV\u0000"+ + "\u03b4\u03af\u0001\u0000\u0000\u0000\u03b4\u03b0\u0001\u0000\u0000\u0000"+ + "\u03b4\u03b1\u0001\u0000\u0000\u0000\u03b4\u03b2\u0001\u0000\u0000\u0000"+ + "\u03b4\u03b3\u0001\u0000\u0000\u0000\u03b5\u03b6\u0001\u0000\u0000\u0000"+ + "\u03b6\u03b4\u0001\u0000\u0000\u0000\u03b6\u03b7\u0001\u0000\u0000\u0000"+ + "\u03b7\u0099\u0001\u0000\u0000\u0000\u03b8\u03b9\u0003\u0010\u0000\u0000"+ + "\u03b9\u03ba\u0001\u0000\u0000\u0000\u03ba\u03bb\u0006E\u0000\u0000\u03bb"+ + "\u009b\u0001\u0000\u0000\u0000\u03bc\u03bd\u0003\u0012\u0001\u0000\u03bd"+ + "\u03be\u0001\u0000\u0000\u0000\u03be\u03bf\u0006F\u0000\u0000\u03bf\u009d"+ + "\u0001\u0000\u0000\u0000\u03c0\u03c1\u0003\u0014\u0002\u0000\u03c1\u03c2"+ + "\u0001\u0000\u0000\u0000\u03c2\u03c3\u0006G\u0000\u0000\u03c3\u009f\u0001"+ + "\u0000\u0000\u0000\u03c4\u03c5\u0003\u011c\u0086\u0000\u03c5\u03c6\u0001"+ + "\u0000\u0000\u0000\u03c6\u03c7\u0006H\u0015\u0000\u03c7\u03c8\u0006H\""+ + "\u0000\u03c8\u00a1\u0001\u0000\u0000\u0000\u03c9\u03ca\u0003\u00aaM\u0000"+ + "\u03ca\u03cb\u0001\u0000\u0000\u0000\u03cb\u03cc\u0006I\r\u0000\u03cc"+ + "\u03cd\u0006I\u000e\u0000\u03cd\u00a3\u0001\u0000\u0000\u0000\u03ce\u03cf"+ + "\u0003\u0014\u0002\u0000\u03cf\u03d0\u0001\u0000\u0000\u0000\u03d0\u03d1"+ + "\u0006J\u0000\u0000\u03d1\u00a5\u0001\u0000\u0000\u0000\u03d2\u03d3\u0003"+ + "\u0010\u0000\u0000\u03d3\u03d4\u0001\u0000\u0000\u0000\u03d4\u03d5\u0006"+ + "K\u0000\u0000\u03d5\u00a7\u0001\u0000\u0000\u0000\u03d6\u03d7\u0003\u0012"+ + "\u0001\u0000\u03d7\u03d8\u0001\u0000\u0000\u0000\u03d8\u03d9\u0006L\u0000"+ + "\u0000\u03d9\u00a9\u0001\u0000\u0000\u0000\u03da\u03db\u0005|\u0000\u0000"+ + "\u03db\u03dc\u0001\u0000\u0000\u0000\u03dc\u03dd\u0006M\u000e\u0000\u03dd"+ + "\u00ab\u0001\u0000\u0000\u0000\u03de\u03df\u0007\u0019\u0000\u0000\u03df"+ + "\u00ad\u0001\u0000\u0000\u0000\u03e0\u03e1\u0007\u001a\u0000\u0000\u03e1"+ + "\u00af\u0001\u0000\u0000\u0000\u03e2\u03e3\u0005\\\u0000\u0000\u03e3\u03e4"+ + "\u0007\u001b\u0000\u0000\u03e4\u00b1\u0001\u0000\u0000\u0000\u03e5\u03e6"+ + "\b\u001c\u0000\u0000\u03e6\u00b3\u0001\u0000\u0000\u0000\u03e7\u03e9\u0007"+ + "\u0007\u0000\u0000\u03e8\u03ea\u0007\u001d\u0000\u0000\u03e9\u03e8\u0001"+ + "\u0000\u0000\u0000\u03e9\u03ea\u0001\u0000\u0000\u0000\u03ea\u03ec\u0001"+ + "\u0000\u0000\u0000\u03eb\u03ed\u0003\u00acN\u0000\u03ec\u03eb\u0001\u0000"+ + "\u0000\u0000\u03ed\u03ee\u0001\u0000\u0000\u0000\u03ee\u03ec\u0001\u0000"+ + "\u0000\u0000\u03ee\u03ef\u0001\u0000\u0000\u0000\u03ef\u00b5\u0001\u0000"+ + "\u0000\u0000\u03f0\u03f1\u0005@\u0000\u0000\u03f1\u00b7\u0001\u0000\u0000"+ + "\u0000\u03f2\u03f3\u0005`\u0000\u0000\u03f3\u00b9\u0001\u0000\u0000\u0000"+ + "\u03f4\u03f8\b\u001e\u0000\u0000\u03f5\u03f6\u0005`\u0000\u0000\u03f6"+ + "\u03f8\u0005`\u0000\u0000\u03f7\u03f4\u0001\u0000\u0000\u0000\u03f7\u03f5"+ + "\u0001\u0000\u0000\u0000\u03f8\u00bb\u0001\u0000\u0000\u0000\u03f9\u03fa"+ + "\u0005_\u0000\u0000\u03fa\u00bd\u0001\u0000\u0000\u0000\u03fb\u03ff\u0003"+ + "\u00aeO\u0000\u03fc\u03ff\u0003\u00acN\u0000\u03fd\u03ff\u0003\u00bcV"+ + "\u0000\u03fe\u03fb\u0001\u0000\u0000\u0000\u03fe\u03fc\u0001\u0000\u0000"+ + "\u0000\u03fe\u03fd\u0001\u0000\u0000\u0000\u03ff\u00bf\u0001\u0000\u0000"+ + "\u0000\u0400\u0405\u0005\"\u0000\u0000\u0401\u0404\u0003\u00b0P\u0000"+ + "\u0402\u0404\u0003\u00b2Q\u0000\u0403\u0401\u0001\u0000\u0000\u0000\u0403"+ + "\u0402\u0001\u0000\u0000\u0000\u0404\u0407\u0001\u0000\u0000\u0000\u0405"+ + "\u0403\u0001\u0000\u0000\u0000\u0405\u0406\u0001\u0000\u0000\u0000\u0406"+ + "\u0408\u0001\u0000\u0000\u0000\u0407\u0405\u0001\u0000\u0000\u0000\u0408"+ + "\u041e\u0005\"\u0000\u0000\u0409\u040a\u0005\"\u0000\u0000\u040a\u040b"+ + "\u0005\"\u0000\u0000\u040b\u040c\u0005\"\u0000\u0000\u040c\u0410\u0001"+ + "\u0000\u0000\u0000\u040d\u040f\b\u0000\u0000\u0000\u040e\u040d\u0001\u0000"+ + "\u0000\u0000\u040f\u0412\u0001\u0000\u0000\u0000\u0410\u0411\u0001\u0000"+ + "\u0000\u0000\u0410\u040e\u0001\u0000\u0000\u0000\u0411\u0413\u0001\u0000"+ + "\u0000\u0000\u0412\u0410\u0001\u0000\u0000\u0000\u0413\u0414\u0005\"\u0000"+ + "\u0000\u0414\u0415\u0005\"\u0000\u0000\u0415\u0416\u0005\"\u0000\u0000"+ + "\u0416\u0418\u0001\u0000\u0000\u0000\u0417\u0419\u0005\"\u0000\u0000\u0418"+ + "\u0417\u0001\u0000\u0000\u0000\u0418\u0419\u0001\u0000\u0000\u0000\u0419"+ + "\u041b\u0001\u0000\u0000\u0000\u041a\u041c\u0005\"\u0000\u0000\u041b\u041a"+ + "\u0001\u0000\u0000\u0000\u041b\u041c\u0001\u0000\u0000\u0000\u041c\u041e"+ + "\u0001\u0000\u0000\u0000\u041d\u0400\u0001\u0000\u0000\u0000\u041d\u0409"+ + "\u0001\u0000\u0000\u0000\u041e\u00c1\u0001\u0000\u0000\u0000\u041f\u0421"+ + "\u0003\u00acN\u0000\u0420\u041f\u0001\u0000\u0000\u0000\u0421\u0422\u0001"+ + "\u0000\u0000\u0000\u0422\u0420\u0001\u0000\u0000\u0000\u0422\u0423\u0001"+ + "\u0000\u0000\u0000\u0423\u00c3\u0001\u0000\u0000\u0000\u0424\u0426\u0003"+ + "\u00acN\u0000\u0425\u0424\u0001\u0000\u0000\u0000\u0426\u0427\u0001\u0000"+ + "\u0000\u0000\u0427\u0425\u0001\u0000\u0000\u0000\u0427\u0428\u0001\u0000"+ + "\u0000\u0000\u0428\u0429\u0001\u0000\u0000\u0000\u0429\u042d\u0003\u00d8"+ + "d\u0000\u042a\u042c\u0003\u00acN\u0000\u042b\u042a\u0001\u0000\u0000\u0000"+ + "\u042c\u042f\u0001\u0000\u0000\u0000\u042d\u042b\u0001\u0000\u0000\u0000"+ + "\u042d\u042e\u0001\u0000\u0000\u0000\u042e\u044f\u0001\u0000\u0000\u0000"+ + "\u042f\u042d\u0001\u0000\u0000\u0000\u0430\u0432\u0003\u00d8d\u0000\u0431"+ + "\u0433\u0003\u00acN\u0000\u0432\u0431\u0001\u0000\u0000\u0000\u0433\u0434"+ + "\u0001\u0000\u0000\u0000\u0434\u0432\u0001\u0000\u0000\u0000\u0434\u0435"+ + "\u0001\u0000\u0000\u0000\u0435\u044f\u0001\u0000\u0000\u0000\u0436\u0438"+ + "\u0003\u00acN\u0000\u0437\u0436\u0001\u0000\u0000\u0000\u0438\u0439\u0001"+ + "\u0000\u0000\u0000\u0439\u0437\u0001\u0000\u0000\u0000\u0439\u043a\u0001"+ + "\u0000\u0000\u0000\u043a\u0442\u0001\u0000\u0000\u0000\u043b\u043f\u0003"+ + "\u00d8d\u0000\u043c\u043e\u0003\u00acN\u0000\u043d\u043c\u0001\u0000\u0000"+ + "\u0000\u043e\u0441\u0001\u0000\u0000\u0000\u043f\u043d\u0001\u0000\u0000"+ + "\u0000\u043f\u0440\u0001\u0000\u0000\u0000\u0440\u0443\u0001\u0000\u0000"+ + "\u0000\u0441\u043f\u0001\u0000\u0000\u0000\u0442\u043b\u0001\u0000\u0000"+ + "\u0000\u0442\u0443\u0001\u0000\u0000\u0000\u0443\u0444\u0001\u0000\u0000"+ + "\u0000\u0444\u0445\u0003\u00b4R\u0000\u0445\u044f\u0001\u0000\u0000\u0000"+ + "\u0446\u0448\u0003\u00d8d\u0000\u0447\u0449\u0003\u00acN\u0000\u0448\u0447"+ + "\u0001\u0000\u0000\u0000\u0449\u044a\u0001\u0000\u0000\u0000\u044a\u0448"+ + "\u0001\u0000\u0000\u0000\u044a\u044b\u0001\u0000\u0000\u0000\u044b\u044c"+ + "\u0001\u0000\u0000\u0000\u044c\u044d\u0003\u00b4R\u0000\u044d\u044f\u0001"+ + "\u0000\u0000\u0000\u044e\u0425\u0001\u0000\u0000\u0000\u044e\u0430\u0001"+ + "\u0000\u0000\u0000\u044e\u0437\u0001\u0000\u0000\u0000\u044e\u0446\u0001"+ + "\u0000\u0000\u0000\u044f\u00c5\u0001\u0000\u0000\u0000\u0450\u0451\u0007"+ + "\u0004\u0000\u0000\u0451\u0452\u0007\u0005\u0000\u0000\u0452\u0453\u0007"+ + "\u000f\u0000\u0000\u0453\u00c7\u0001\u0000\u0000\u0000\u0454\u0455\u0007"+ + "\u0004\u0000\u0000\u0455\u0456\u0007\u0010\u0000\u0000\u0456\u00c9\u0001"+ + "\u0000\u0000\u0000\u0457\u0458\u0007\u0004\u0000\u0000\u0458\u0459\u0007"+ + "\u0010\u0000\u0000\u0459\u045a\u0007\u0002\u0000\u0000\u045a\u00cb\u0001"+ + "\u0000\u0000\u0000\u045b\u045c\u0005=\u0000\u0000\u045c\u00cd\u0001\u0000"+ + "\u0000\u0000\u045d\u045e\u0007\u001f\u0000\u0000\u045e\u045f\u0007 \u0000"+ + "\u0000\u045f\u00cf\u0001\u0000\u0000\u0000\u0460\u0461\u0005:\u0000\u0000"+ + "\u0461\u0462\u0005:\u0000\u0000\u0462\u00d1\u0001\u0000\u0000\u0000\u0463"+ + "\u0464\u0005:\u0000\u0000\u0464\u00d3\u0001\u0000\u0000\u0000\u0465\u0466"+ + "\u0005,\u0000\u0000\u0466\u00d5\u0001\u0000\u0000\u0000\u0467\u0468\u0007"+ + "\u000f\u0000\u0000\u0468\u0469\u0007\u0007\u0000\u0000\u0469\u046a\u0007"+ + "\u0010\u0000\u0000\u046a\u046b\u0007\u0002\u0000\u0000\u046b\u00d7\u0001"+ + "\u0000\u0000\u0000\u046c\u046d\u0005.\u0000\u0000\u046d\u00d9\u0001\u0000"+ + "\u0000\u0000\u046e\u046f\u0007\u0015\u0000\u0000\u046f\u0470\u0007\u0004"+ + "\u0000\u0000\u0470\u0471\u0007\u000e\u0000\u0000\u0471\u0472\u0007\u0010"+ + "\u0000\u0000\u0472\u0473\u0007\u0007\u0000\u0000\u0473\u00db\u0001\u0000"+ + "\u0000\u0000\u0474\u0475\u0007\u0015\u0000\u0000\u0475\u0476\u0007\n\u0000"+ + "\u0000\u0476\u0477\u0007\f\u0000\u0000\u0477\u0478\u0007\u0010\u0000\u0000"+ + "\u0478\u0479\u0007\u000b\u0000\u0000\u0479\u00dd\u0001\u0000\u0000\u0000"+ + "\u047a\u047b\u0007\n\u0000\u0000\u047b\u047c\u0007\u0005\u0000\u0000\u047c"+ + "\u00df\u0001\u0000\u0000\u0000\u047d\u047e\u0007\n\u0000\u0000\u047e\u047f"+ + "\u0007\u0010\u0000\u0000\u047f\u00e1\u0001\u0000\u0000\u0000\u0480\u0481"+ + "\u0007\u000e\u0000\u0000\u0481\u0482\u0007\u0004\u0000\u0000\u0482\u0483"+ + "\u0007\u0010\u0000\u0000\u0483\u0484\u0007\u000b\u0000\u0000\u0484\u00e3"+ + "\u0001\u0000\u0000\u0000\u0485\u0486\u0007\u000e\u0000\u0000\u0486\u0487"+ + "\u0007\n\u0000\u0000\u0487\u0488\u0007\u0012\u0000\u0000\u0488\u0489\u0007"+ + "\u0007\u0000\u0000\u0489\u00e5\u0001\u0000\u0000\u0000\u048a\u048b\u0007"+ + "\u0005\u0000\u0000\u048b\u048c\u0007\t\u0000\u0000\u048c\u048d\u0007\u000b"+ + "\u0000\u0000\u048d\u00e7\u0001\u0000\u0000\u0000\u048e\u048f\u0007\u0005"+ + "\u0000\u0000\u048f\u0490\u0007\u0016\u0000\u0000\u0490\u0491\u0007\u000e"+ + "\u0000\u0000\u0491\u0492\u0007\u000e\u0000\u0000\u0492\u00e9\u0001\u0000"+ + "\u0000\u0000\u0493\u0494\u0007\u0005\u0000\u0000\u0494\u0495\u0007\u0016"+ + "\u0000\u0000\u0495\u0496\u0007\u000e\u0000\u0000\u0496\u0497\u0007\u000e"+ + "\u0000\u0000\u0497\u0498\u0007\u0010\u0000\u0000\u0498\u00eb\u0001\u0000"+ + "\u0000\u0000\u0499\u049a\u0007\t\u0000\u0000\u049a\u049b\u0007\u0005\u0000"+ + "\u0000\u049b\u00ed\u0001\u0000\u0000\u0000\u049c\u049d\u0007\t\u0000\u0000"+ + "\u049d\u049e\u0007\f\u0000\u0000\u049e\u00ef\u0001\u0000\u0000\u0000\u049f"+ + "\u04a0\u0005?\u0000\u0000\u04a0\u00f1\u0001\u0000\u0000\u0000\u04a1\u04a2"+ + "\u0007\f\u0000\u0000\u04a2\u04a3\u0007\u000e\u0000\u0000\u04a3\u04a4\u0007"+ + "\n\u0000\u0000\u04a4\u04a5\u0007\u0012\u0000\u0000\u04a5\u04a6\u0007\u0007"+ + "\u0000\u0000\u04a6\u00f3\u0001\u0000\u0000\u0000\u04a7\u04a8\u0007\u000b"+ + "\u0000\u0000\u04a8\u04a9\u0007\f\u0000\u0000\u04a9\u04aa\u0007\u0016\u0000"+ + "\u0000\u04aa\u04ab\u0007\u0007\u0000\u0000\u04ab\u00f5\u0001\u0000\u0000"+ + "\u0000\u04ac\u04ad\u0007\u0014\u0000\u0000\u04ad\u04ae\u0007\n\u0000\u0000"+ + "\u04ae\u04af\u0007\u000b\u0000\u0000\u04af\u04b0\u0007\u0003\u0000\u0000"+ + "\u04b0\u00f7\u0001\u0000\u0000\u0000\u04b1\u04b2\u0005=\u0000\u0000\u04b2"+ + "\u04b3\u0005=\u0000\u0000\u04b3\u00f9\u0001\u0000\u0000\u0000\u04b4\u04b5"+ + "\u0005=\u0000\u0000\u04b5\u04b6\u0005~\u0000\u0000\u04b6\u00fb\u0001\u0000"+ + "\u0000\u0000\u04b7\u04b8\u0005!\u0000\u0000\u04b8\u04b9\u0005=\u0000\u0000"+ + "\u04b9\u00fd\u0001\u0000\u0000\u0000\u04ba\u04bb\u0005<\u0000\u0000\u04bb"+ + "\u00ff\u0001\u0000\u0000\u0000\u04bc\u04bd\u0005<\u0000\u0000\u04bd\u04be"+ + "\u0005=\u0000\u0000\u04be\u0101\u0001\u0000\u0000\u0000\u04bf\u04c0\u0005"+ + ">\u0000\u0000\u04c0\u0103\u0001\u0000\u0000\u0000\u04c1\u04c2\u0005>\u0000"+ + "\u0000\u04c2\u04c3\u0005=\u0000\u0000\u04c3\u0105\u0001\u0000\u0000\u0000"+ + "\u04c4\u04c5\u0005+\u0000\u0000\u04c5\u0107\u0001\u0000\u0000\u0000\u04c6"+ + "\u04c7\u0005-\u0000\u0000\u04c7\u0109\u0001\u0000\u0000\u0000\u04c8\u04c9"+ + "\u0005*\u0000\u0000\u04c9\u010b\u0001\u0000\u0000\u0000\u04ca\u04cb\u0005"+ + "/\u0000\u0000\u04cb\u010d\u0001\u0000\u0000\u0000\u04cc\u04cd\u0005%\u0000"+ + "\u0000\u04cd\u010f\u0001\u0000\u0000\u0000\u04ce\u04cf\u0005{\u0000\u0000"+ + "\u04cf\u0111\u0001\u0000\u0000\u0000\u04d0\u04d1\u0005}\u0000\u0000\u04d1"+ + "\u0113\u0001\u0000\u0000\u0000\u04d2\u04d3\u0005?\u0000\u0000\u04d3\u04d4"+ + "\u0005?\u0000\u0000\u04d4\u0115\u0001\u0000\u0000\u0000\u04d5\u04d6\u0003"+ + "*\r\u0000\u04d6\u04d7\u0001\u0000\u0000\u0000\u04d7\u04d8\u0006\u0083"+ + "#\u0000\u04d8\u0117\u0001\u0000\u0000\u0000\u04d9\u04dc\u0003\u00f0p\u0000"+ + "\u04da\u04dd\u0003\u00aeO\u0000\u04db\u04dd\u0003\u00bcV\u0000\u04dc\u04da"+ + "\u0001\u0000\u0000\u0000\u04dc\u04db\u0001\u0000\u0000\u0000\u04dd\u04e1"+ + "\u0001\u0000\u0000\u0000\u04de\u04e0\u0003\u00beW\u0000\u04df\u04de\u0001"+ + "\u0000\u0000\u0000\u04e0\u04e3\u0001\u0000\u0000\u0000\u04e1\u04df\u0001"+ + "\u0000\u0000\u0000\u04e1\u04e2\u0001\u0000\u0000\u0000\u04e2\u04eb\u0001"+ + "\u0000\u0000\u0000\u04e3\u04e1\u0001\u0000\u0000\u0000\u04e4\u04e6\u0003"+ + "\u00f0p\u0000\u04e5\u04e7\u0003\u00acN\u0000\u04e6\u04e5\u0001\u0000\u0000"+ + "\u0000\u04e7\u04e8\u0001\u0000\u0000\u0000\u04e8\u04e6\u0001\u0000\u0000"+ + "\u0000\u04e8\u04e9\u0001\u0000\u0000\u0000\u04e9\u04eb\u0001\u0000\u0000"+ + "\u0000\u04ea\u04d9\u0001\u0000\u0000\u0000\u04ea\u04e4\u0001\u0000\u0000"+ + "\u0000\u04eb\u0119\u0001\u0000\u0000\u0000\u04ec\u04ef\u0003\u0114\u0082"+ + "\u0000\u04ed\u04f0\u0003\u00aeO\u0000\u04ee\u04f0\u0003\u00bcV\u0000\u04ef"+ + "\u04ed\u0001\u0000\u0000\u0000\u04ef\u04ee\u0001\u0000\u0000\u0000\u04f0"+ + "\u04f4\u0001\u0000\u0000\u0000\u04f1\u04f3\u0003\u00beW\u0000\u04f2\u04f1"+ + "\u0001\u0000\u0000\u0000\u04f3\u04f6\u0001\u0000\u0000\u0000\u04f4\u04f2"+ + "\u0001\u0000\u0000\u0000\u04f4\u04f5\u0001\u0000\u0000\u0000\u04f5\u04fe"+ + "\u0001\u0000\u0000\u0000\u04f6\u04f4\u0001\u0000\u0000\u0000\u04f7\u04f9"+ + "\u0003\u0114\u0082\u0000\u04f8\u04fa\u0003\u00acN\u0000\u04f9\u04f8\u0001"+ + "\u0000\u0000\u0000\u04fa\u04fb\u0001\u0000\u0000\u0000\u04fb\u04f9\u0001"+ + "\u0000\u0000\u0000\u04fb\u04fc\u0001\u0000\u0000\u0000\u04fc\u04fe\u0001"+ + "\u0000\u0000\u0000\u04fd\u04ec\u0001\u0000\u0000\u0000\u04fd\u04f7\u0001"+ + "\u0000\u0000\u0000\u04fe\u011b\u0001\u0000\u0000\u0000\u04ff\u0500\u0005"+ + "[\u0000\u0000\u0500\u0501\u0001\u0000\u0000\u0000\u0501\u0502\u0006\u0086"+ + "\u0004\u0000\u0502\u0503\u0006\u0086\u0004\u0000\u0503\u011d\u0001\u0000"+ + "\u0000\u0000\u0504\u0505\u0005]\u0000\u0000\u0505\u0506\u0001\u0000\u0000"+ + "\u0000\u0506\u0507\u0006\u0087\u000e\u0000\u0507\u0508\u0006\u0087\u000e"+ + "\u0000\u0508\u011f\u0001\u0000\u0000\u0000\u0509\u050a\u0005(\u0000\u0000"+ + "\u050a\u050b\u0001\u0000\u0000\u0000\u050b\u050c\u0006\u0088\u0004\u0000"+ + "\u050c\u050d\u0006\u0088\u0004\u0000\u050d\u0121\u0001\u0000\u0000\u0000"+ + "\u050e\u050f\u0005)\u0000\u0000\u050f\u0510\u0001\u0000\u0000\u0000\u0510"+ + "\u0511\u0006\u0089\u000e\u0000\u0511\u0512\u0006\u0089\u000e\u0000\u0512"+ + "\u0123\u0001\u0000\u0000\u0000\u0513\u0517\u0003\u00aeO\u0000\u0514\u0516"+ + "\u0003\u00beW\u0000\u0515\u0514\u0001\u0000\u0000\u0000\u0516\u0519\u0001"+ + "\u0000\u0000\u0000\u0517\u0515\u0001\u0000\u0000\u0000\u0517\u0518\u0001"+ + "\u0000\u0000\u0000\u0518\u0524\u0001\u0000\u0000\u0000\u0519\u0517\u0001"+ + "\u0000\u0000\u0000\u051a\u051d\u0003\u00bcV\u0000\u051b\u051d\u0003\u00b6"+ + "S\u0000\u051c\u051a\u0001\u0000\u0000\u0000\u051c\u051b\u0001\u0000\u0000"+ + "\u0000\u051d\u051f\u0001\u0000\u0000\u0000\u051e\u0520\u0003\u00beW\u0000"+ + "\u051f\u051e\u0001\u0000\u0000\u0000\u0520\u0521\u0001\u0000\u0000\u0000"+ + "\u0521\u051f\u0001\u0000\u0000\u0000\u0521\u0522\u0001\u0000\u0000\u0000"+ + "\u0522\u0524\u0001\u0000\u0000\u0000\u0523\u0513\u0001\u0000\u0000\u0000"+ + "\u0523\u051c\u0001\u0000\u0000\u0000\u0524\u0125\u0001\u0000\u0000\u0000"+ + "\u0525\u0527\u0003\u00b8T\u0000\u0526\u0528\u0003\u00baU\u0000\u0527\u0526"+ + "\u0001\u0000\u0000\u0000\u0528\u0529\u0001\u0000\u0000\u0000\u0529\u0527"+ + "\u0001\u0000\u0000\u0000\u0529\u052a\u0001\u0000\u0000\u0000\u052a\u052b"+ + "\u0001\u0000\u0000\u0000\u052b\u052c\u0003\u00b8T\u0000\u052c\u0127\u0001"+ + "\u0000\u0000\u0000\u052d\u052e\u0003\u0126\u008b\u0000\u052e\u0129\u0001"+ + "\u0000\u0000\u0000\u052f\u0530\u0003\u0010\u0000\u0000\u0530\u0531\u0001"+ + "\u0000\u0000\u0000\u0531\u0532\u0006\u008d\u0000\u0000\u0532\u012b\u0001"+ + "\u0000\u0000\u0000\u0533\u0534\u0003\u0012\u0001\u0000\u0534\u0535\u0001"+ + "\u0000\u0000\u0000\u0535\u0536\u0006\u008e\u0000\u0000\u0536\u012d\u0001"+ + "\u0000\u0000\u0000\u0537\u0538\u0003\u0014\u0002\u0000\u0538\u0539\u0001"+ + "\u0000\u0000\u0000\u0539\u053a\u0006\u008f\u0000\u0000\u053a\u012f\u0001"+ + "\u0000\u0000\u0000\u053b\u053c\u0003\u00aaM\u0000\u053c\u053d\u0001\u0000"+ + "\u0000\u0000\u053d\u053e\u0006\u0090\r\u0000\u053e\u053f\u0006\u0090\u000e"+ + "\u0000\u053f\u0131\u0001\u0000\u0000\u0000\u0540\u0541\u0003\u011c\u0086"+ + "\u0000\u0541\u0542\u0001\u0000\u0000\u0000\u0542\u0543\u0006\u0091\u0015"+ + "\u0000\u0543\u0133\u0001\u0000\u0000\u0000\u0544\u0545\u0003\u011e\u0087"+ + "\u0000\u0545\u0546\u0001\u0000\u0000\u0000\u0546\u0547\u0006\u0092 \u0000"+ + "\u0547\u0135\u0001\u0000\u0000\u0000\u0548\u0549\u0003\u00d2a\u0000\u0549"+ + "\u054a\u0001\u0000\u0000\u0000\u054a\u054b\u0006\u0093!\u0000\u054b\u0137"+ + "\u0001\u0000\u0000\u0000\u054c\u054d\u0004\u0094\u000b\u0000\u054d\u054e"+ + "\u0003\u00d0`\u0000\u054e\u054f\u0001\u0000\u0000\u0000\u054f\u0550\u0006"+ + "\u0094$\u0000\u0550\u0139\u0001\u0000\u0000\u0000\u0551\u0552\u0003\u00d4"+ + "b\u0000\u0552\u0553\u0001\u0000\u0000\u0000\u0553\u0554\u0006\u0095\u0012"+ + "\u0000\u0554\u013b\u0001\u0000\u0000\u0000\u0555\u0556\u0003\u00cc^\u0000"+ + "\u0556\u0557\u0001\u0000\u0000\u0000\u0557\u0558\u0006\u0096\u001a\u0000"+ + "\u0558\u013d\u0001\u0000\u0000\u0000\u0559\u055a\u0007\u0013\u0000\u0000"+ + "\u055a\u055b\u0007\u0007\u0000\u0000\u055b\u055c\u0007\u000b\u0000\u0000"+ + "\u055c\u055d\u0007\u0004\u0000\u0000\u055d\u055e\u0007\u000f\u0000\u0000"+ + "\u055e\u055f\u0007\u0004\u0000\u0000\u055f\u0560\u0007\u000b\u0000\u0000"+ + "\u0560\u0561\u0007\u0004\u0000\u0000\u0561\u013f\u0001\u0000\u0000\u0000"+ + "\u0562\u0566\b!\u0000\u0000\u0563\u0564\u0005/\u0000\u0000\u0564\u0566"+ + "\b\"\u0000\u0000\u0565\u0562\u0001\u0000\u0000\u0000\u0565\u0563\u0001"+ + "\u0000\u0000\u0000\u0566\u0141\u0001\u0000\u0000\u0000\u0567\u0569\u0003"+ + "\u0140\u0098\u0000\u0568\u0567\u0001\u0000\u0000\u0000\u0569\u056a\u0001"+ + "\u0000\u0000\u0000\u056a\u0568\u0001\u0000\u0000\u0000\u056a\u056b\u0001"+ + "\u0000\u0000\u0000\u056b\u0143\u0001\u0000\u0000\u0000\u056c\u056d\u0003"+ + "\u0142\u0099\u0000\u056d\u056e\u0001\u0000\u0000\u0000\u056e\u056f\u0006"+ + "\u009a%\u0000\u056f\u0145\u0001\u0000\u0000\u0000\u0570\u0571\u0003\u00c0"+ + "X\u0000\u0571\u0572\u0001\u0000\u0000\u0000\u0572\u0573\u0006\u009b&\u0000"+ + "\u0573\u0147\u0001\u0000\u0000\u0000\u0574\u0575\u0003\u0010\u0000\u0000"+ + "\u0575\u0576\u0001\u0000\u0000\u0000\u0576\u0577\u0006\u009c\u0000\u0000"+ + "\u0577\u0149\u0001\u0000\u0000\u0000\u0578\u0579\u0003\u0012\u0001\u0000"+ + "\u0579\u057a\u0001\u0000\u0000\u0000\u057a\u057b\u0006\u009d\u0000\u0000"+ + "\u057b\u014b\u0001\u0000\u0000\u0000\u057c\u057d\u0003\u0014\u0002\u0000"+ + "\u057d\u057e\u0001\u0000\u0000\u0000\u057e\u057f\u0006\u009e\u0000\u0000"+ + "\u057f\u014d\u0001\u0000\u0000\u0000\u0580\u0581\u0003\u0120\u0088\u0000"+ + "\u0581\u0582\u0001\u0000\u0000\u0000\u0582\u0583\u0006\u009f\'\u0000\u0583"+ + "\u0584\u0006\u009f\"\u0000\u0584\u014f\u0001\u0000\u0000\u0000\u0585\u0586"+ + "\u0003\u00aaM\u0000\u0586\u0587\u0001\u0000\u0000\u0000\u0587\u0588\u0006"+ + "\u00a0\r\u0000\u0588\u0589\u0006\u00a0\u000e\u0000\u0589\u0151\u0001\u0000"+ + "\u0000\u0000\u058a\u058b\u0003\u0014\u0002\u0000\u058b\u058c\u0001\u0000"+ + "\u0000\u0000\u058c\u058d\u0006\u00a1\u0000\u0000\u058d\u0153\u0001\u0000"+ + "\u0000\u0000\u058e\u058f\u0003\u0010\u0000\u0000\u058f\u0590\u0001\u0000"+ + "\u0000\u0000\u0590\u0591\u0006\u00a2\u0000\u0000\u0591\u0155\u0001\u0000"+ + "\u0000\u0000\u0592\u0593\u0003\u0012\u0001\u0000\u0593\u0594\u0001\u0000"+ + "\u0000\u0000\u0594\u0595\u0006\u00a3\u0000\u0000\u0595\u0157\u0001\u0000"+ + "\u0000\u0000\u0596\u0597\u0003\u00aaM\u0000\u0597\u0598\u0001\u0000\u0000"+ + "\u0000\u0598\u0599\u0006\u00a4\r\u0000\u0599\u059a\u0006\u00a4\u000e\u0000"+ + "\u059a\u0159\u0001\u0000\u0000\u0000\u059b\u059c\u0007#\u0000\u0000\u059c"+ + "\u059d\u0007\t\u0000\u0000\u059d\u059e\u0007\n\u0000\u0000\u059e\u059f"+ + "\u0007\u0005\u0000\u0000\u059f\u015b\u0001\u0000\u0000\u0000\u05a0\u05a1"+ + "\u0003\u00c8\\\u0000\u05a1\u05a2\u0001\u0000\u0000\u0000\u05a2\u05a3\u0006"+ + "\u00a6\u0010\u0000\u05a3\u015d\u0001\u0000\u0000\u0000\u05a4\u05a5\u0003"+ + "\u00ecn\u0000\u05a5\u05a6\u0001\u0000\u0000\u0000\u05a6\u05a7\u0006\u00a7"+ + "\u000f\u0000\u05a7\u05a8\u0006\u00a7\u000e\u0000\u05a8\u05a9\u0006\u00a7"+ + "\u0004\u0000\u05a9\u015f\u0001\u0000\u0000\u0000\u05aa\u05ab\u0007\u0016"+ + "\u0000\u0000\u05ab\u05ac\u0007\u0010\u0000\u0000\u05ac\u05ad\u0007\n\u0000"+ + "\u0000\u05ad\u05ae\u0007\u0005\u0000\u0000\u05ae\u05af\u0007\u0006\u0000"+ + "\u0000\u05af\u05b0\u0001\u0000\u0000\u0000\u05b0\u05b1\u0006\u00a8\u000e"+ + "\u0000\u05b1\u05b2\u0006\u00a8\u0004\u0000\u05b2\u0161\u0001\u0000\u0000"+ + "\u0000\u05b3\u05b4\u0003\u0142\u0099\u0000\u05b4\u05b5\u0001\u0000\u0000"+ + "\u0000\u05b5\u05b6\u0006\u00a9%\u0000\u05b6\u0163\u0001\u0000\u0000\u0000"+ + "\u05b7\u05b8\u0003\u00c0X\u0000\u05b8\u05b9\u0001\u0000\u0000\u0000\u05b9"+ + "\u05ba\u0006\u00aa&\u0000\u05ba\u0165\u0001\u0000\u0000\u0000\u05bb\u05bc"+ + "\u0003\u00d2a\u0000\u05bc\u05bd\u0001\u0000\u0000\u0000\u05bd\u05be\u0006"+ + "\u00ab!\u0000\u05be\u0167\u0001\u0000\u0000\u0000\u05bf\u05c0\u0003\u0124"+ + "\u008a\u0000\u05c0\u05c1\u0001\u0000\u0000\u0000\u05c1\u05c2\u0006\u00ac"+ + "\u0014\u0000\u05c2\u0169\u0001\u0000\u0000\u0000\u05c3\u05c4\u0003\u0128"+ + "\u008c\u0000\u05c4\u05c5\u0001\u0000\u0000\u0000\u05c5\u05c6\u0006\u00ad"+ + "\u0013\u0000\u05c6\u016b\u0001\u0000\u0000\u0000\u05c7\u05c8\u0003\u0010"+ + "\u0000\u0000\u05c8\u05c9\u0001\u0000\u0000\u0000\u05c9\u05ca\u0006\u00ae"+ + "\u0000\u0000\u05ca\u016d\u0001\u0000\u0000\u0000\u05cb\u05cc\u0003\u0012"+ + "\u0001\u0000\u05cc\u05cd\u0001\u0000\u0000\u0000\u05cd\u05ce\u0006\u00af"+ + "\u0000\u0000\u05ce\u016f\u0001\u0000\u0000\u0000\u05cf\u05d0\u0003\u0014"+ + "\u0002\u0000\u05d0\u05d1\u0001\u0000\u0000\u0000\u05d1\u05d2\u0006\u00b0"+ + "\u0000\u0000\u05d2\u0171\u0001\u0000\u0000\u0000\u05d3\u05d4\u0003\u00aa"+ + "M\u0000\u05d4\u05d5\u0001\u0000\u0000\u0000\u05d5\u05d6\u0006\u00b1\r"+ + "\u0000\u05d6\u05d7\u0006\u00b1\u000e\u0000\u05d7\u0173\u0001\u0000\u0000"+ + "\u0000\u05d8\u05d9\u0003\u00d2a\u0000\u05d9\u05da\u0001\u0000\u0000\u0000"+ + "\u05da\u05db\u0006\u00b2!\u0000\u05db\u0175\u0001\u0000\u0000\u0000\u05dc"+ + "\u05dd\u0003\u00d4b\u0000\u05dd\u05de\u0001\u0000\u0000\u0000\u05de\u05df"+ + "\u0006\u00b3\u0012\u0000\u05df\u0177\u0001\u0000\u0000\u0000\u05e0\u05e1"+ + "\u0003\u00d8d\u0000\u05e1\u05e2\u0001\u0000\u0000\u0000\u05e2\u05e3\u0006"+ + "\u00b4\u0011\u0000\u05e3\u0179\u0001\u0000\u0000\u0000\u05e4\u05e5\u0003"+ + "\u00ecn\u0000\u05e5\u05e6\u0001\u0000\u0000\u0000\u05e6\u05e7\u0006\u00b5"+ + "\u000f\u0000\u05e7\u05e8\u0006\u00b5(\u0000\u05e8\u017b\u0001\u0000\u0000"+ + "\u0000\u05e9\u05ea\u0003\u0142\u0099\u0000\u05ea\u05eb\u0001\u0000\u0000"+ + "\u0000\u05eb\u05ec\u0006\u00b6%\u0000\u05ec\u017d\u0001\u0000\u0000\u0000"+ + "\u05ed\u05ee\u0003\u00c0X\u0000\u05ee\u05ef\u0001\u0000\u0000\u0000\u05ef"+ + "\u05f0\u0006\u00b7&\u0000\u05f0\u017f\u0001\u0000\u0000\u0000\u05f1\u05f2"+ + "\u0003\u0010\u0000\u0000\u05f2\u05f3\u0001\u0000\u0000\u0000\u05f3\u05f4"+ + "\u0006\u00b8\u0000\u0000\u05f4\u0181\u0001\u0000\u0000\u0000\u05f5\u05f6"+ + "\u0003\u0012\u0001\u0000\u05f6\u05f7\u0001\u0000\u0000\u0000\u05f7\u05f8"+ + "\u0006\u00b9\u0000\u0000\u05f8\u0183\u0001\u0000\u0000\u0000\u05f9\u05fa"+ + "\u0003\u0014\u0002\u0000\u05fa\u05fb\u0001\u0000\u0000\u0000\u05fb\u05fc"+ + "\u0006\u00ba\u0000\u0000\u05fc\u0185\u0001\u0000\u0000\u0000\u05fd\u05fe"+ + "\u0003\u00aaM\u0000\u05fe\u05ff\u0001\u0000\u0000\u0000\u05ff\u0600\u0006"+ + "\u00bb\r\u0000\u0600\u0601\u0006\u00bb\u000e\u0000\u0601\u0602\u0006\u00bb"+ + "\u000e\u0000\u0602\u0187\u0001\u0000\u0000\u0000\u0603\u0604\u0003\u00d4"+ + "b\u0000\u0604\u0605\u0001\u0000\u0000\u0000\u0605\u0606\u0006\u00bc\u0012"+ + "\u0000\u0606\u0189\u0001\u0000\u0000\u0000\u0607\u0608\u0003\u00d8d\u0000"+ + "\u0608\u0609\u0001\u0000\u0000\u0000\u0609\u060a\u0006\u00bd\u0011\u0000"+ + "\u060a\u018b\u0001\u0000\u0000\u0000\u060b\u060c\u0003\u01bc\u00d6\u0000"+ + "\u060c\u060d\u0001\u0000\u0000\u0000\u060d\u060e\u0006\u00be\u001b\u0000"+ + "\u060e\u018d\u0001\u0000\u0000\u0000\u060f\u0610\u0003\u0010\u0000\u0000"+ + "\u0610\u0611\u0001\u0000\u0000\u0000\u0611\u0612\u0006\u00bf\u0000\u0000"+ + "\u0612\u018f\u0001\u0000\u0000\u0000\u0613\u0614\u0003\u0012\u0001\u0000"+ + "\u0614\u0615\u0001\u0000\u0000\u0000\u0615\u0616\u0006\u00c0\u0000\u0000"+ + "\u0616\u0191\u0001\u0000\u0000\u0000\u0617\u0618\u0003\u0014\u0002\u0000"+ + "\u0618\u0619\u0001\u0000\u0000\u0000\u0619\u061a\u0006\u00c1\u0000\u0000"+ + "\u061a\u0193\u0001\u0000\u0000\u0000\u061b\u061c\u0003\u00aaM\u0000\u061c"+ + "\u061d\u0001\u0000\u0000\u0000\u061d\u061e\u0006\u00c2\r\u0000\u061e\u061f"+ + "\u0006\u00c2\u000e\u0000\u061f\u0195\u0001\u0000\u0000\u0000\u0620\u0621"+ + "\u0003\u00d8d\u0000\u0621\u0622\u0001\u0000\u0000\u0000\u0622\u0623\u0006"+ + "\u00c3\u0011\u0000\u0623\u0197\u0001\u0000\u0000\u0000\u0624\u0625\u0003"+ + "\u00f0p\u0000\u0625\u0626\u0001\u0000\u0000\u0000\u0626\u0627\u0006\u00c4"+ + "\u001c\u0000\u0627\u0199\u0001\u0000\u0000\u0000\u0628\u0629\u0003\u0118"+ + "\u0084\u0000\u0629\u062a\u0001\u0000\u0000\u0000\u062a\u062b\u0006\u00c5"+ + "\u001d\u0000\u062b\u019b\u0001\u0000\u0000\u0000\u062c\u062d\u0003\u0114"+ + "\u0082\u0000\u062d\u062e\u0001\u0000\u0000\u0000\u062e\u062f\u0006\u00c6"+ + "\u001e\u0000\u062f\u019d\u0001\u0000\u0000\u0000\u0630\u0631\u0003\u011a"+ + "\u0085\u0000\u0631\u0632\u0001\u0000\u0000\u0000\u0632\u0633\u0006\u00c7"+ + "\u001f\u0000\u0633\u019f\u0001\u0000\u0000\u0000\u0634\u0635\u0003\u0128"+ + "\u008c\u0000\u0635\u0636\u0001\u0000\u0000\u0000\u0636\u0637\u0006\u00c8"+ + "\u0013\u0000\u0637\u01a1\u0001\u0000\u0000\u0000\u0638\u0639\u0003\u0124"+ + "\u008a\u0000\u0639\u063a\u0001\u0000\u0000\u0000\u063a\u063b\u0006\u00c9"+ + "\u0014\u0000\u063b\u01a3\u0001\u0000\u0000\u0000\u063c\u063d\u0003\u0010"+ + "\u0000\u0000\u063d\u063e\u0001\u0000\u0000\u0000\u063e\u063f\u0006\u00ca"+ + "\u0000\u0000\u063f\u01a5\u0001\u0000\u0000\u0000\u0640\u0641\u0003\u0012"+ + "\u0001\u0000\u0641\u0642\u0001\u0000\u0000\u0000\u0642\u0643\u0006\u00cb"+ + "\u0000\u0000\u0643\u01a7\u0001\u0000\u0000\u0000\u0644\u0645\u0003\u0014"+ + "\u0002\u0000\u0645\u0646\u0001\u0000\u0000\u0000\u0646\u0647\u0006\u00cc"+ + "\u0000\u0000\u0647\u01a9\u0001\u0000\u0000\u0000\u0648\u0649\u0003\u00aa"+ + "M\u0000\u0649\u064a\u0001\u0000\u0000\u0000\u064a\u064b\u0006\u00cd\r"+ + "\u0000\u064b\u064c\u0006\u00cd\u000e\u0000\u064c\u01ab\u0001\u0000\u0000"+ + "\u0000\u064d\u064e\u0003\u00d8d\u0000\u064e\u064f\u0001\u0000\u0000\u0000"+ + "\u064f\u0650\u0006\u00ce\u0011\u0000\u0650\u01ad\u0001\u0000\u0000\u0000"+ + "\u0651\u0652\u0003\u00d4b\u0000\u0652\u0653\u0001\u0000\u0000\u0000\u0653"+ + "\u0654\u0006\u00cf\u0012\u0000\u0654\u01af\u0001\u0000\u0000\u0000\u0655"+ + "\u0656\u0003\u00f0p\u0000\u0656\u0657\u0001\u0000\u0000\u0000\u0657\u0658"+ + "\u0006\u00d0\u001c\u0000\u0658\u01b1\u0001\u0000\u0000\u0000\u0659\u065a"+ + "\u0003\u0118\u0084\u0000\u065a\u065b\u0001\u0000\u0000\u0000\u065b\u065c"+ + "\u0006\u00d1\u001d\u0000\u065c\u01b3\u0001\u0000\u0000\u0000\u065d\u065e"+ + "\u0003\u0114\u0082\u0000\u065e\u065f\u0001\u0000\u0000\u0000\u065f\u0660"+ + "\u0006\u00d2\u001e\u0000\u0660\u01b5\u0001\u0000\u0000\u0000\u0661\u0662"+ + "\u0003\u011a\u0085\u0000\u0662\u0663\u0001\u0000\u0000\u0000\u0663\u0664"+ + "\u0006\u00d3\u001f\u0000\u0664\u01b7\u0001\u0000\u0000\u0000\u0665\u066a"+ + "\u0003\u00aeO\u0000\u0666\u066a\u0003\u00acN\u0000\u0667\u066a\u0003\u00bc"+ + "V\u0000\u0668\u066a\u0003\u010a}\u0000\u0669\u0665\u0001\u0000\u0000\u0000"+ + "\u0669\u0666\u0001\u0000\u0000\u0000\u0669\u0667\u0001\u0000\u0000\u0000"+ + "\u0669\u0668\u0001\u0000\u0000\u0000\u066a\u01b9\u0001\u0000\u0000\u0000"+ + "\u066b\u066e\u0003\u00aeO\u0000\u066c\u066e\u0003\u010a}\u0000\u066d\u066b"+ + "\u0001\u0000\u0000\u0000\u066d\u066c\u0001\u0000\u0000\u0000\u066e\u0672"+ + "\u0001\u0000\u0000\u0000\u066f\u0671\u0003\u01b8\u00d4\u0000\u0670\u066f"+ + "\u0001\u0000\u0000\u0000\u0671\u0674\u0001\u0000\u0000\u0000\u0672\u0670"+ + "\u0001\u0000\u0000\u0000\u0672\u0673\u0001\u0000\u0000\u0000\u0673\u067f"+ + "\u0001\u0000\u0000\u0000\u0674\u0672\u0001\u0000\u0000\u0000\u0675\u0678"+ + "\u0003\u00bcV\u0000\u0676\u0678\u0003\u00b6S\u0000\u0677\u0675\u0001\u0000"+ + "\u0000\u0000\u0677\u0676\u0001\u0000\u0000\u0000\u0678\u067a\u0001\u0000"+ + "\u0000\u0000\u0679\u067b\u0003\u01b8\u00d4\u0000\u067a\u0679\u0001\u0000"+ + "\u0000\u0000\u067b\u067c\u0001\u0000\u0000\u0000\u067c\u067a\u0001\u0000"+ + "\u0000\u0000\u067c\u067d\u0001\u0000\u0000\u0000\u067d\u067f\u0001\u0000"+ + "\u0000\u0000\u067e\u066d\u0001\u0000\u0000\u0000\u067e\u0677\u0001\u0000"+ + "\u0000\u0000\u067f\u01bb\u0001\u0000\u0000\u0000\u0680\u0683\u0003\u01ba"+ + "\u00d5\u0000\u0681\u0683\u0003\u0126\u008b\u0000\u0682\u0680\u0001\u0000"+ + "\u0000\u0000\u0682\u0681\u0001\u0000\u0000\u0000\u0683\u0684\u0001\u0000"+ + "\u0000\u0000\u0684\u0682\u0001\u0000\u0000\u0000\u0684\u0685\u0001\u0000"+ + "\u0000\u0000\u0685\u01bd\u0001\u0000\u0000\u0000\u0686\u0687\u0003\u0010"+ + "\u0000\u0000\u0687\u0688\u0001\u0000\u0000\u0000\u0688\u0689\u0006\u00d7"+ + "\u0000\u0000\u0689\u01bf\u0001\u0000\u0000\u0000\u068a\u068b\u0003\u0012"+ + "\u0001\u0000\u068b\u068c\u0001\u0000\u0000\u0000\u068c\u068d\u0006\u00d8"+ + "\u0000\u0000\u068d\u01c1\u0001\u0000\u0000\u0000\u068e\u068f\u0003\u0014"+ + "\u0002\u0000\u068f\u0690\u0001\u0000\u0000\u0000\u0690\u0691\u0006\u00d9"+ + "\u0000\u0000\u0691\u01c3\u0001\u0000\u0000\u0000\u0692\u0693\u0003\u00aa"+ + "M\u0000\u0693\u0694\u0001\u0000\u0000\u0000\u0694\u0695\u0006\u00da\r"+ + "\u0000\u0695\u0696\u0006\u00da\u000e\u0000\u0696\u01c5\u0001\u0000\u0000"+ + "\u0000\u0697\u0698\u0003\u00cc^\u0000\u0698\u0699\u0001\u0000\u0000\u0000"+ + "\u0699\u069a\u0006\u00db\u001a\u0000\u069a\u01c7\u0001\u0000\u0000\u0000"+ + "\u069b\u069c\u0003\u00d4b\u0000\u069c\u069d\u0001\u0000\u0000\u0000\u069d"+ + "\u069e\u0006\u00dc\u0012\u0000\u069e\u01c9\u0001\u0000\u0000\u0000\u069f"+ + "\u06a0\u0003\u00d8d\u0000\u06a0\u06a1\u0001\u0000\u0000\u0000\u06a1\u06a2"+ + "\u0006\u00dd\u0011\u0000\u06a2\u01cb\u0001\u0000\u0000\u0000\u06a3\u06a4"+ + "\u0003\u00f0p\u0000\u06a4\u06a5\u0001\u0000\u0000\u0000\u06a5\u06a6\u0006"+ + "\u00de\u001c\u0000\u06a6\u01cd\u0001\u0000\u0000\u0000\u06a7\u06a8\u0003"+ + "\u0118\u0084\u0000\u06a8\u06a9\u0001\u0000\u0000\u0000\u06a9\u06aa\u0006"+ + "\u00df\u001d\u0000\u06aa\u01cf\u0001\u0000\u0000\u0000\u06ab\u06ac\u0003"+ + "\u0114\u0082\u0000\u06ac\u06ad\u0001\u0000\u0000\u0000\u06ad\u06ae\u0006"+ + "\u00e0\u001e\u0000\u06ae\u01d1\u0001\u0000\u0000\u0000\u06af\u06b0\u0003"+ + "\u011a\u0085\u0000\u06b0\u06b1\u0001\u0000\u0000\u0000\u06b1\u06b2\u0006"+ + "\u00e1\u001f\u0000\u06b2\u01d3\u0001\u0000\u0000\u0000\u06b3\u06b4\u0003"+ + "\u00c8\\\u0000\u06b4\u06b5\u0001\u0000\u0000\u0000\u06b5\u06b6\u0006\u00e2"+ + "\u0010\u0000\u06b6\u01d5\u0001\u0000\u0000\u0000\u06b7\u06b8\u0003\u01bc"+ + "\u00d6\u0000\u06b8\u06b9\u0001\u0000\u0000\u0000\u06b9\u06ba\u0006\u00e3"+ + "\u001b\u0000\u06ba\u01d7\u0001\u0000\u0000\u0000\u06bb\u06bc\u0003\u0010"+ + "\u0000\u0000\u06bc\u06bd\u0001\u0000\u0000\u0000\u06bd\u06be\u0006\u00e4"+ + "\u0000\u0000\u06be\u01d9\u0001\u0000\u0000\u0000\u06bf\u06c0\u0003\u0012"+ + "\u0001\u0000\u06c0\u06c1\u0001\u0000\u0000\u0000\u06c1\u06c2\u0006\u00e5"+ + "\u0000\u0000\u06c2\u01db\u0001\u0000\u0000\u0000\u06c3\u06c4\u0003\u0014"+ + "\u0002\u0000\u06c4\u06c5\u0001\u0000\u0000\u0000\u06c5\u06c6\u0006\u00e6"+ + "\u0000\u0000\u06c6\u01dd\u0001\u0000\u0000\u0000\u06c7\u06c8\u0003\u00aa"+ + "M\u0000\u06c8\u06c9\u0001\u0000\u0000\u0000\u06c9\u06ca\u0006\u00e7\r"+ + "\u0000\u06ca\u06cb\u0006\u00e7\u000e\u0000\u06cb\u01df\u0001\u0000\u0000"+ + "\u0000\u06cc\u06cd\u0007\n\u0000\u0000\u06cd\u06ce\u0007\u0005\u0000\u0000"+ + "\u06ce\u06cf\u0007\u0015\u0000\u0000\u06cf\u06d0\u0007\t\u0000\u0000\u06d0"+ + "\u01e1\u0001\u0000\u0000\u0000\u06d1\u06d2\u0003\u0010\u0000\u0000\u06d2"+ + "\u06d3\u0001\u0000\u0000\u0000\u06d3\u06d4\u0006\u00e9\u0000\u0000\u06d4"+ + "\u01e3\u0001\u0000\u0000\u0000\u06d5\u06d6\u0003\u0012\u0001\u0000\u06d6"+ + "\u06d7\u0001\u0000\u0000\u0000\u06d7\u06d8\u0006\u00ea\u0000\u0000\u06d8"+ + "\u01e5\u0001\u0000\u0000\u0000\u06d9\u06da\u0003\u0014\u0002\u0000\u06da"+ + "\u06db\u0001\u0000\u0000\u0000\u06db\u06dc\u0006\u00eb\u0000\u0000\u06dc"+ + "\u01e7\u0001\u0000\u0000\u0000F\u0000\u0001\u0002\u0003\u0004\u0005\u0006"+ + "\u0007\b\t\n\u000b\f\r\u000e\u000f\u01ee\u01f2\u01f5\u01fe\u0200\u020b"+ + "\u030b\u0351\u0355\u035a\u03b4\u03b6\u03e9\u03ee\u03f7\u03fe\u0403\u0405"+ + "\u0410\u0418\u041b\u041d\u0422\u0427\u042d\u0434\u0439\u043f\u0442\u044a"+ + "\u044e\u04dc\u04e1\u04e8\u04ea\u04ef\u04f4\u04fb\u04fd\u0517\u051c\u0521"+ + "\u0523\u0529\u0565\u056a\u0669\u066d\u0672\u0677\u067c\u067e\u0682\u0684"+ + ")\u0000\u0001\u0000\u0005\u0001\u0000\u0005\u0002\u0000\u0005\u0005\u0000"+ + "\u0005\u0006\u0000\u0005\u0007\u0000\u0005\b\u0000\u0005\t\u0000\u0005"+ + "\n\u0000\u0005\f\u0000\u0005\r\u0000\u0005\u000e\u0000\u0005\u000f\u0000"+ + "\u00072\u0000\u0004\u0000\u0000\u0007I\u0000\u00077\u0000\u0007?\u0000"+ + "\u0007=\u0000\u0007e\u0000\u0007d\u0000\u0007`\u0000\u0005\u0004\u0000"+ + "\u0005\u0003\u0000\u0007N\u0000\u0007$\u0000\u00079\u0000\u0007\u007f"+ + "\u0000\u0007K\u0000\u0007^\u0000\u0007]\u0000\u0007_\u0000\u0007a\u0000"+ + "\u0007<\u0000\u0005\u0000\u0000\u0007\u000e\u0000\u0007;\u0000\u0007j"+ + "\u0000\u00073\u0000\u0007b\u0000\u0005\u000b\u0000"; public static final ATN _ATN = new ATNDeserializer().deserialize(_serializedATN.toCharArray()); static { diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseParser.interp b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseParser.interp index 1509fc5689cfb..2552f1cd2dbbc 100644 --- a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseParser.interp +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseParser.interp @@ -15,6 +15,7 @@ null 'stats' 'where' null +null 'from' null null @@ -34,8 +35,6 @@ null null null null -'on' -'with' null null null @@ -54,10 +53,11 @@ null null null null -'by' 'and' +'as' 'asc' '=' +'by' '::' ':' ',' @@ -72,10 +72,12 @@ null 'not' 'null' 'nulls' +'on' 'or' '?' 'rlike' 'true' +'with' '==' '=~' '!=' @@ -128,7 +130,6 @@ null null null null -'as' null null null @@ -154,6 +155,7 @@ SORT STATS WHERE DEV_INLINESTATS +DEV_RERANK FROM DEV_TIME_SERIES DEV_FORK @@ -173,8 +175,6 @@ UNKNOWN_CMD CHANGE_POINT_LINE_COMMENT CHANGE_POINT_MULTILINE_COMMENT CHANGE_POINT_WS -ON -WITH ENRICH_POLICY_NAME ENRICH_LINE_COMMENT ENRICH_MULTILINE_COMMENT @@ -193,10 +193,11 @@ PIPE QUOTED_STRING INTEGER_LITERAL DECIMAL_LITERAL -BY AND +AS ASC ASSIGN +BY CAST_OP COLON COMMA @@ -211,10 +212,12 @@ LIKE NOT NULL NULLS +ON OR PARAM RLIKE TRUE +WITH EQ CIEQ NEQ @@ -267,7 +270,6 @@ ID_PATTERN PROJECT_LINE_COMMENT PROJECT_MULTILINE_COMMENT PROJECT_WS -AS RENAME_LINE_COMMENT RENAME_MULTILINE_COMMENT RENAME_WS @@ -333,6 +335,7 @@ forkSubQuery forkSubQueryCommand forkSubQueryProcessingCommand rrfCommand +rerankCommand booleanExpression regexBooleanExpression matchBooleanExpression @@ -357,4 +360,4 @@ joinPredicate atn: -[4, 1, 136, 722, 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, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 164, 8, 1, 10, 1, 12, 1, 167, 9, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 175, 8, 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, 1, 3, 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, 202, 8, 3, 1, 4, 1, 4, 1, 4, 1, 5, 1, 5, 1, 6, 1, 6, 1, 6, 1, 7, 1, 7, 1, 7, 5, 7, 215, 8, 7, 10, 7, 12, 7, 218, 9, 7, 1, 8, 1, 8, 1, 8, 3, 8, 223, 8, 8, 1, 8, 1, 8, 1, 9, 1, 9, 1, 9, 1, 10, 1, 10, 1, 10, 1, 11, 1, 11, 1, 11, 5, 11, 236, 8, 11, 10, 11, 12, 11, 239, 9, 11, 1, 11, 3, 11, 242, 8, 11, 1, 12, 1, 12, 1, 12, 3, 12, 247, 8, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 254, 8, 12, 3, 12, 256, 8, 12, 1, 13, 1, 13, 1, 14, 1, 14, 1, 15, 1, 15, 1, 16, 1, 16, 1, 16, 1, 16, 5, 16, 268, 8, 16, 10, 16, 12, 16, 271, 9, 16, 1, 17, 1, 17, 1, 17, 1, 18, 1, 18, 3, 18, 278, 8, 18, 1, 18, 1, 18, 3, 18, 282, 8, 18, 1, 19, 1, 19, 1, 19, 5, 19, 287, 8, 19, 10, 19, 12, 19, 290, 9, 19, 1, 20, 1, 20, 1, 20, 3, 20, 295, 8, 20, 1, 21, 1, 21, 1, 21, 5, 21, 300, 8, 21, 10, 21, 12, 21, 303, 9, 21, 1, 22, 1, 22, 1, 22, 5, 22, 308, 8, 22, 10, 22, 12, 22, 311, 9, 22, 1, 23, 1, 23, 1, 23, 5, 23, 316, 8, 23, 10, 23, 12, 23, 319, 9, 23, 1, 24, 1, 24, 1, 25, 1, 25, 1, 25, 3, 25, 326, 8, 25, 1, 26, 1, 26, 3, 26, 330, 8, 26, 1, 27, 1, 27, 3, 27, 334, 8, 27, 1, 28, 1, 28, 1, 28, 3, 28, 339, 8, 28, 1, 29, 1, 29, 1, 29, 1, 30, 1, 30, 1, 30, 1, 30, 5, 30, 348, 8, 30, 10, 30, 12, 30, 351, 9, 30, 1, 31, 1, 31, 3, 31, 355, 8, 31, 1, 31, 1, 31, 3, 31, 359, 8, 31, 1, 32, 1, 32, 1, 32, 1, 33, 1, 33, 1, 33, 1, 34, 1, 34, 1, 34, 1, 34, 5, 34, 371, 8, 34, 10, 34, 12, 34, 374, 9, 34, 1, 35, 1, 35, 1, 35, 1, 35, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 384, 8, 36, 1, 37, 1, 37, 1, 37, 1, 37, 1, 38, 1, 38, 1, 38, 1, 39, 1, 39, 1, 39, 5, 39, 396, 8, 39, 10, 39, 12, 39, 399, 9, 39, 1, 40, 1, 40, 1, 40, 1, 40, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 1, 42, 1, 42, 1, 43, 1, 43, 1, 43, 1, 44, 1, 44, 1, 44, 1, 44, 3, 44, 419, 8, 44, 1, 44, 1, 44, 1, 44, 1, 44, 5, 44, 425, 8, 44, 10, 44, 12, 44, 428, 9, 44, 3, 44, 430, 8, 44, 1, 45, 1, 45, 1, 45, 3, 45, 435, 8, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 47, 1, 47, 1, 47, 1, 47, 3, 47, 448, 8, 47, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 454, 8, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 461, 8, 48, 1, 49, 1, 49, 1, 49, 1, 50, 1, 50, 1, 50, 1, 51, 4, 51, 470, 8, 51, 11, 51, 12, 51, 471, 1, 52, 1, 52, 1, 52, 1, 52, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 5, 53, 484, 8, 53, 10, 53, 12, 53, 487, 9, 53, 1, 54, 1, 54, 1, 54, 3, 54, 492, 8, 54, 1, 55, 1, 55, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 503, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 5, 56, 510, 8, 56, 10, 56, 12, 56, 513, 9, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 3, 56, 520, 8, 56, 1, 56, 1, 56, 1, 56, 3, 56, 525, 8, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 5, 56, 533, 8, 56, 10, 56, 12, 56, 536, 9, 56, 1, 57, 1, 57, 3, 57, 540, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 547, 8, 57, 1, 57, 1, 57, 1, 57, 3, 57, 552, 8, 57, 1, 58, 1, 58, 1, 58, 3, 58, 557, 8, 58, 1, 58, 1, 58, 1, 58, 1, 59, 1, 59, 1, 59, 1, 59, 1, 59, 3, 59, 567, 8, 59, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 573, 8, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 5, 60, 581, 8, 60, 10, 60, 12, 60, 584, 9, 60, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 3, 61, 594, 8, 61, 1, 61, 1, 61, 1, 61, 5, 61, 599, 8, 61, 10, 61, 12, 61, 602, 9, 61, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 5, 62, 610, 8, 62, 10, 62, 12, 62, 613, 9, 62, 1, 62, 1, 62, 3, 62, 617, 8, 62, 3, 62, 619, 8, 62, 1, 62, 1, 62, 1, 63, 1, 63, 1, 64, 1, 64, 1, 64, 1, 64, 5, 64, 629, 8, 64, 10, 64, 12, 64, 632, 9, 64, 1, 64, 1, 64, 1, 65, 1, 65, 1, 65, 1, 65, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 5, 66, 653, 8, 66, 10, 66, 12, 66, 656, 9, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 5, 66, 664, 8, 66, 10, 66, 12, 66, 667, 9, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 1, 66, 5, 66, 675, 8, 66, 10, 66, 12, 66, 678, 9, 66, 1, 66, 1, 66, 3, 66, 682, 8, 66, 1, 67, 1, 67, 1, 68, 1, 68, 3, 68, 688, 8, 68, 1, 69, 3, 69, 691, 8, 69, 1, 69, 1, 69, 1, 70, 3, 70, 696, 8, 70, 1, 70, 1, 70, 1, 71, 1, 71, 1, 72, 1, 72, 1, 73, 1, 73, 1, 73, 1, 73, 1, 73, 1, 74, 1, 74, 1, 75, 1, 75, 1, 75, 1, 75, 5, 75, 715, 8, 75, 10, 75, 12, 75, 718, 9, 75, 1, 76, 1, 76, 1, 76, 0, 5, 2, 106, 112, 120, 122, 77, 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, 0, 9, 2, 0, 52, 52, 104, 104, 1, 0, 98, 99, 2, 0, 57, 57, 62, 62, 2, 0, 65, 65, 68, 68, 1, 0, 84, 85, 1, 0, 86, 88, 2, 0, 64, 64, 76, 76, 2, 0, 77, 77, 79, 83, 2, 0, 19, 19, 21, 22, 748, 0, 154, 1, 0, 0, 0, 2, 157, 1, 0, 0, 0, 4, 174, 1, 0, 0, 0, 6, 201, 1, 0, 0, 0, 8, 203, 1, 0, 0, 0, 10, 206, 1, 0, 0, 0, 12, 208, 1, 0, 0, 0, 14, 211, 1, 0, 0, 0, 16, 222, 1, 0, 0, 0, 18, 226, 1, 0, 0, 0, 20, 229, 1, 0, 0, 0, 22, 232, 1, 0, 0, 0, 24, 255, 1, 0, 0, 0, 26, 257, 1, 0, 0, 0, 28, 259, 1, 0, 0, 0, 30, 261, 1, 0, 0, 0, 32, 263, 1, 0, 0, 0, 34, 272, 1, 0, 0, 0, 36, 275, 1, 0, 0, 0, 38, 283, 1, 0, 0, 0, 40, 291, 1, 0, 0, 0, 42, 296, 1, 0, 0, 0, 44, 304, 1, 0, 0, 0, 46, 312, 1, 0, 0, 0, 48, 320, 1, 0, 0, 0, 50, 325, 1, 0, 0, 0, 52, 329, 1, 0, 0, 0, 54, 333, 1, 0, 0, 0, 56, 338, 1, 0, 0, 0, 58, 340, 1, 0, 0, 0, 60, 343, 1, 0, 0, 0, 62, 352, 1, 0, 0, 0, 64, 360, 1, 0, 0, 0, 66, 363, 1, 0, 0, 0, 68, 366, 1, 0, 0, 0, 70, 375, 1, 0, 0, 0, 72, 379, 1, 0, 0, 0, 74, 385, 1, 0, 0, 0, 76, 389, 1, 0, 0, 0, 78, 392, 1, 0, 0, 0, 80, 400, 1, 0, 0, 0, 82, 404, 1, 0, 0, 0, 84, 407, 1, 0, 0, 0, 86, 411, 1, 0, 0, 0, 88, 414, 1, 0, 0, 0, 90, 434, 1, 0, 0, 0, 92, 438, 1, 0, 0, 0, 94, 443, 1, 0, 0, 0, 96, 449, 1, 0, 0, 0, 98, 462, 1, 0, 0, 0, 100, 465, 1, 0, 0, 0, 102, 469, 1, 0, 0, 0, 104, 473, 1, 0, 0, 0, 106, 477, 1, 0, 0, 0, 108, 491, 1, 0, 0, 0, 110, 493, 1, 0, 0, 0, 112, 524, 1, 0, 0, 0, 114, 551, 1, 0, 0, 0, 116, 553, 1, 0, 0, 0, 118, 566, 1, 0, 0, 0, 120, 572, 1, 0, 0, 0, 122, 593, 1, 0, 0, 0, 124, 603, 1, 0, 0, 0, 126, 622, 1, 0, 0, 0, 128, 624, 1, 0, 0, 0, 130, 635, 1, 0, 0, 0, 132, 681, 1, 0, 0, 0, 134, 683, 1, 0, 0, 0, 136, 687, 1, 0, 0, 0, 138, 690, 1, 0, 0, 0, 140, 695, 1, 0, 0, 0, 142, 699, 1, 0, 0, 0, 144, 701, 1, 0, 0, 0, 146, 703, 1, 0, 0, 0, 148, 708, 1, 0, 0, 0, 150, 710, 1, 0, 0, 0, 152, 719, 1, 0, 0, 0, 154, 155, 3, 2, 1, 0, 155, 156, 5, 0, 0, 1, 156, 1, 1, 0, 0, 0, 157, 158, 6, 1, -1, 0, 158, 159, 3, 4, 2, 0, 159, 165, 1, 0, 0, 0, 160, 161, 10, 1, 0, 0, 161, 162, 5, 51, 0, 0, 162, 164, 3, 6, 3, 0, 163, 160, 1, 0, 0, 0, 164, 167, 1, 0, 0, 0, 165, 163, 1, 0, 0, 0, 165, 166, 1, 0, 0, 0, 166, 3, 1, 0, 0, 0, 167, 165, 1, 0, 0, 0, 168, 175, 3, 82, 41, 0, 169, 175, 3, 18, 9, 0, 170, 175, 3, 12, 6, 0, 171, 175, 3, 86, 43, 0, 172, 173, 4, 2, 1, 0, 173, 175, 3, 20, 10, 0, 174, 168, 1, 0, 0, 0, 174, 169, 1, 0, 0, 0, 174, 170, 1, 0, 0, 0, 174, 171, 1, 0, 0, 0, 174, 172, 1, 0, 0, 0, 175, 5, 1, 0, 0, 0, 176, 202, 3, 34, 17, 0, 177, 202, 3, 8, 4, 0, 178, 202, 3, 64, 32, 0, 179, 202, 3, 58, 29, 0, 180, 202, 3, 36, 18, 0, 181, 202, 3, 60, 30, 0, 182, 202, 3, 66, 33, 0, 183, 202, 3, 68, 34, 0, 184, 202, 3, 72, 36, 0, 185, 202, 3, 74, 37, 0, 186, 202, 3, 88, 44, 0, 187, 202, 3, 76, 38, 0, 188, 202, 3, 146, 73, 0, 189, 190, 4, 3, 2, 0, 190, 202, 3, 94, 47, 0, 191, 192, 4, 3, 3, 0, 192, 202, 3, 92, 46, 0, 193, 194, 4, 3, 4, 0, 194, 202, 3, 96, 48, 0, 195, 196, 4, 3, 5, 0, 196, 202, 3, 98, 49, 0, 197, 198, 4, 3, 6, 0, 198, 202, 3, 100, 50, 0, 199, 200, 4, 3, 7, 0, 200, 202, 3, 110, 55, 0, 201, 176, 1, 0, 0, 0, 201, 177, 1, 0, 0, 0, 201, 178, 1, 0, 0, 0, 201, 179, 1, 0, 0, 0, 201, 180, 1, 0, 0, 0, 201, 181, 1, 0, 0, 0, 201, 182, 1, 0, 0, 0, 201, 183, 1, 0, 0, 0, 201, 184, 1, 0, 0, 0, 201, 185, 1, 0, 0, 0, 201, 186, 1, 0, 0, 0, 201, 187, 1, 0, 0, 0, 201, 188, 1, 0, 0, 0, 201, 189, 1, 0, 0, 0, 201, 191, 1, 0, 0, 0, 201, 193, 1, 0, 0, 0, 201, 195, 1, 0, 0, 0, 201, 197, 1, 0, 0, 0, 201, 199, 1, 0, 0, 0, 202, 7, 1, 0, 0, 0, 203, 204, 5, 14, 0, 0, 204, 205, 3, 112, 56, 0, 205, 9, 1, 0, 0, 0, 206, 207, 3, 48, 24, 0, 207, 11, 1, 0, 0, 0, 208, 209, 5, 11, 0, 0, 209, 210, 3, 14, 7, 0, 210, 13, 1, 0, 0, 0, 211, 216, 3, 16, 8, 0, 212, 213, 5, 61, 0, 0, 213, 215, 3, 16, 8, 0, 214, 212, 1, 0, 0, 0, 215, 218, 1, 0, 0, 0, 216, 214, 1, 0, 0, 0, 216, 217, 1, 0, 0, 0, 217, 15, 1, 0, 0, 0, 218, 216, 1, 0, 0, 0, 219, 220, 3, 42, 21, 0, 220, 221, 5, 58, 0, 0, 221, 223, 1, 0, 0, 0, 222, 219, 1, 0, 0, 0, 222, 223, 1, 0, 0, 0, 223, 224, 1, 0, 0, 0, 224, 225, 3, 112, 56, 0, 225, 17, 1, 0, 0, 0, 226, 227, 5, 16, 0, 0, 227, 228, 3, 22, 11, 0, 228, 19, 1, 0, 0, 0, 229, 230, 5, 17, 0, 0, 230, 231, 3, 22, 11, 0, 231, 21, 1, 0, 0, 0, 232, 237, 3, 24, 12, 0, 233, 234, 5, 61, 0, 0, 234, 236, 3, 24, 12, 0, 235, 233, 1, 0, 0, 0, 236, 239, 1, 0, 0, 0, 237, 235, 1, 0, 0, 0, 237, 238, 1, 0, 0, 0, 238, 241, 1, 0, 0, 0, 239, 237, 1, 0, 0, 0, 240, 242, 3, 32, 16, 0, 241, 240, 1, 0, 0, 0, 241, 242, 1, 0, 0, 0, 242, 23, 1, 0, 0, 0, 243, 244, 3, 26, 13, 0, 244, 245, 5, 60, 0, 0, 245, 247, 1, 0, 0, 0, 246, 243, 1, 0, 0, 0, 246, 247, 1, 0, 0, 0, 247, 248, 1, 0, 0, 0, 248, 256, 3, 30, 15, 0, 249, 250, 4, 12, 8, 0, 250, 253, 3, 30, 15, 0, 251, 252, 5, 59, 0, 0, 252, 254, 3, 28, 14, 0, 253, 251, 1, 0, 0, 0, 253, 254, 1, 0, 0, 0, 254, 256, 1, 0, 0, 0, 255, 246, 1, 0, 0, 0, 255, 249, 1, 0, 0, 0, 256, 25, 1, 0, 0, 0, 257, 258, 7, 0, 0, 0, 258, 27, 1, 0, 0, 0, 259, 260, 7, 0, 0, 0, 260, 29, 1, 0, 0, 0, 261, 262, 7, 0, 0, 0, 262, 31, 1, 0, 0, 0, 263, 264, 5, 103, 0, 0, 264, 269, 5, 104, 0, 0, 265, 266, 5, 61, 0, 0, 266, 268, 5, 104, 0, 0, 267, 265, 1, 0, 0, 0, 268, 271, 1, 0, 0, 0, 269, 267, 1, 0, 0, 0, 269, 270, 1, 0, 0, 0, 270, 33, 1, 0, 0, 0, 271, 269, 1, 0, 0, 0, 272, 273, 5, 8, 0, 0, 273, 274, 3, 14, 7, 0, 274, 35, 1, 0, 0, 0, 275, 277, 5, 13, 0, 0, 276, 278, 3, 38, 19, 0, 277, 276, 1, 0, 0, 0, 277, 278, 1, 0, 0, 0, 278, 281, 1, 0, 0, 0, 279, 280, 5, 55, 0, 0, 280, 282, 3, 14, 7, 0, 281, 279, 1, 0, 0, 0, 281, 282, 1, 0, 0, 0, 282, 37, 1, 0, 0, 0, 283, 288, 3, 40, 20, 0, 284, 285, 5, 61, 0, 0, 285, 287, 3, 40, 20, 0, 286, 284, 1, 0, 0, 0, 287, 290, 1, 0, 0, 0, 288, 286, 1, 0, 0, 0, 288, 289, 1, 0, 0, 0, 289, 39, 1, 0, 0, 0, 290, 288, 1, 0, 0, 0, 291, 294, 3, 16, 8, 0, 292, 293, 5, 14, 0, 0, 293, 295, 3, 112, 56, 0, 294, 292, 1, 0, 0, 0, 294, 295, 1, 0, 0, 0, 295, 41, 1, 0, 0, 0, 296, 301, 3, 56, 28, 0, 297, 298, 5, 63, 0, 0, 298, 300, 3, 56, 28, 0, 299, 297, 1, 0, 0, 0, 300, 303, 1, 0, 0, 0, 301, 299, 1, 0, 0, 0, 301, 302, 1, 0, 0, 0, 302, 43, 1, 0, 0, 0, 303, 301, 1, 0, 0, 0, 304, 309, 3, 50, 25, 0, 305, 306, 5, 63, 0, 0, 306, 308, 3, 50, 25, 0, 307, 305, 1, 0, 0, 0, 308, 311, 1, 0, 0, 0, 309, 307, 1, 0, 0, 0, 309, 310, 1, 0, 0, 0, 310, 45, 1, 0, 0, 0, 311, 309, 1, 0, 0, 0, 312, 317, 3, 44, 22, 0, 313, 314, 5, 61, 0, 0, 314, 316, 3, 44, 22, 0, 315, 313, 1, 0, 0, 0, 316, 319, 1, 0, 0, 0, 317, 315, 1, 0, 0, 0, 317, 318, 1, 0, 0, 0, 318, 47, 1, 0, 0, 0, 319, 317, 1, 0, 0, 0, 320, 321, 7, 1, 0, 0, 321, 49, 1, 0, 0, 0, 322, 326, 5, 125, 0, 0, 323, 326, 3, 52, 26, 0, 324, 326, 3, 54, 27, 0, 325, 322, 1, 0, 0, 0, 325, 323, 1, 0, 0, 0, 325, 324, 1, 0, 0, 0, 326, 51, 1, 0, 0, 0, 327, 330, 5, 74, 0, 0, 328, 330, 5, 92, 0, 0, 329, 327, 1, 0, 0, 0, 329, 328, 1, 0, 0, 0, 330, 53, 1, 0, 0, 0, 331, 334, 5, 91, 0, 0, 332, 334, 5, 93, 0, 0, 333, 331, 1, 0, 0, 0, 333, 332, 1, 0, 0, 0, 334, 55, 1, 0, 0, 0, 335, 339, 3, 48, 24, 0, 336, 339, 3, 52, 26, 0, 337, 339, 3, 54, 27, 0, 338, 335, 1, 0, 0, 0, 338, 336, 1, 0, 0, 0, 338, 337, 1, 0, 0, 0, 339, 57, 1, 0, 0, 0, 340, 341, 5, 10, 0, 0, 341, 342, 5, 53, 0, 0, 342, 59, 1, 0, 0, 0, 343, 344, 5, 12, 0, 0, 344, 349, 3, 62, 31, 0, 345, 346, 5, 61, 0, 0, 346, 348, 3, 62, 31, 0, 347, 345, 1, 0, 0, 0, 348, 351, 1, 0, 0, 0, 349, 347, 1, 0, 0, 0, 349, 350, 1, 0, 0, 0, 350, 61, 1, 0, 0, 0, 351, 349, 1, 0, 0, 0, 352, 354, 3, 112, 56, 0, 353, 355, 7, 2, 0, 0, 354, 353, 1, 0, 0, 0, 354, 355, 1, 0, 0, 0, 355, 358, 1, 0, 0, 0, 356, 357, 5, 72, 0, 0, 357, 359, 7, 3, 0, 0, 358, 356, 1, 0, 0, 0, 358, 359, 1, 0, 0, 0, 359, 63, 1, 0, 0, 0, 360, 361, 5, 26, 0, 0, 361, 362, 3, 46, 23, 0, 362, 65, 1, 0, 0, 0, 363, 364, 5, 25, 0, 0, 364, 365, 3, 46, 23, 0, 365, 67, 1, 0, 0, 0, 366, 367, 5, 29, 0, 0, 367, 372, 3, 70, 35, 0, 368, 369, 5, 61, 0, 0, 369, 371, 3, 70, 35, 0, 370, 368, 1, 0, 0, 0, 371, 374, 1, 0, 0, 0, 372, 370, 1, 0, 0, 0, 372, 373, 1, 0, 0, 0, 373, 69, 1, 0, 0, 0, 374, 372, 1, 0, 0, 0, 375, 376, 3, 44, 22, 0, 376, 377, 5, 129, 0, 0, 377, 378, 3, 44, 22, 0, 378, 71, 1, 0, 0, 0, 379, 380, 5, 7, 0, 0, 380, 381, 3, 122, 61, 0, 381, 383, 3, 142, 71, 0, 382, 384, 3, 78, 39, 0, 383, 382, 1, 0, 0, 0, 383, 384, 1, 0, 0, 0, 384, 73, 1, 0, 0, 0, 385, 386, 5, 9, 0, 0, 386, 387, 3, 122, 61, 0, 387, 388, 3, 142, 71, 0, 388, 75, 1, 0, 0, 0, 389, 390, 5, 24, 0, 0, 390, 391, 3, 42, 21, 0, 391, 77, 1, 0, 0, 0, 392, 397, 3, 80, 40, 0, 393, 394, 5, 61, 0, 0, 394, 396, 3, 80, 40, 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, 79, 1, 0, 0, 0, 399, 397, 1, 0, 0, 0, 400, 401, 3, 48, 24, 0, 401, 402, 5, 58, 0, 0, 402, 403, 3, 132, 66, 0, 403, 81, 1, 0, 0, 0, 404, 405, 5, 6, 0, 0, 405, 406, 3, 84, 42, 0, 406, 83, 1, 0, 0, 0, 407, 408, 5, 94, 0, 0, 408, 409, 3, 2, 1, 0, 409, 410, 5, 95, 0, 0, 410, 85, 1, 0, 0, 0, 411, 412, 5, 30, 0, 0, 412, 413, 5, 133, 0, 0, 413, 87, 1, 0, 0, 0, 414, 415, 5, 5, 0, 0, 415, 418, 5, 37, 0, 0, 416, 417, 5, 35, 0, 0, 417, 419, 3, 44, 22, 0, 418, 416, 1, 0, 0, 0, 418, 419, 1, 0, 0, 0, 419, 429, 1, 0, 0, 0, 420, 421, 5, 36, 0, 0, 421, 426, 3, 90, 45, 0, 422, 423, 5, 61, 0, 0, 423, 425, 3, 90, 45, 0, 424, 422, 1, 0, 0, 0, 425, 428, 1, 0, 0, 0, 426, 424, 1, 0, 0, 0, 426, 427, 1, 0, 0, 0, 427, 430, 1, 0, 0, 0, 428, 426, 1, 0, 0, 0, 429, 420, 1, 0, 0, 0, 429, 430, 1, 0, 0, 0, 430, 89, 1, 0, 0, 0, 431, 432, 3, 44, 22, 0, 432, 433, 5, 58, 0, 0, 433, 435, 1, 0, 0, 0, 434, 431, 1, 0, 0, 0, 434, 435, 1, 0, 0, 0, 435, 436, 1, 0, 0, 0, 436, 437, 3, 44, 22, 0, 437, 91, 1, 0, 0, 0, 438, 439, 5, 23, 0, 0, 439, 440, 3, 24, 12, 0, 440, 441, 5, 35, 0, 0, 441, 442, 3, 46, 23, 0, 442, 93, 1, 0, 0, 0, 443, 444, 5, 15, 0, 0, 444, 447, 3, 38, 19, 0, 445, 446, 5, 55, 0, 0, 446, 448, 3, 14, 7, 0, 447, 445, 1, 0, 0, 0, 447, 448, 1, 0, 0, 0, 448, 95, 1, 0, 0, 0, 449, 450, 5, 4, 0, 0, 450, 453, 3, 42, 21, 0, 451, 452, 5, 35, 0, 0, 452, 454, 3, 42, 21, 0, 453, 451, 1, 0, 0, 0, 453, 454, 1, 0, 0, 0, 454, 460, 1, 0, 0, 0, 455, 456, 5, 129, 0, 0, 456, 457, 3, 42, 21, 0, 457, 458, 5, 61, 0, 0, 458, 459, 3, 42, 21, 0, 459, 461, 1, 0, 0, 0, 460, 455, 1, 0, 0, 0, 460, 461, 1, 0, 0, 0, 461, 97, 1, 0, 0, 0, 462, 463, 5, 27, 0, 0, 463, 464, 3, 46, 23, 0, 464, 99, 1, 0, 0, 0, 465, 466, 5, 18, 0, 0, 466, 467, 3, 102, 51, 0, 467, 101, 1, 0, 0, 0, 468, 470, 3, 104, 52, 0, 469, 468, 1, 0, 0, 0, 470, 471, 1, 0, 0, 0, 471, 469, 1, 0, 0, 0, 471, 472, 1, 0, 0, 0, 472, 103, 1, 0, 0, 0, 473, 474, 5, 96, 0, 0, 474, 475, 3, 106, 53, 0, 475, 476, 5, 97, 0, 0, 476, 105, 1, 0, 0, 0, 477, 478, 6, 53, -1, 0, 478, 479, 3, 108, 54, 0, 479, 485, 1, 0, 0, 0, 480, 481, 10, 1, 0, 0, 481, 482, 5, 51, 0, 0, 482, 484, 3, 108, 54, 0, 483, 480, 1, 0, 0, 0, 484, 487, 1, 0, 0, 0, 485, 483, 1, 0, 0, 0, 485, 486, 1, 0, 0, 0, 486, 107, 1, 0, 0, 0, 487, 485, 1, 0, 0, 0, 488, 492, 3, 8, 4, 0, 489, 492, 3, 60, 30, 0, 490, 492, 3, 58, 29, 0, 491, 488, 1, 0, 0, 0, 491, 489, 1, 0, 0, 0, 491, 490, 1, 0, 0, 0, 492, 109, 1, 0, 0, 0, 493, 494, 5, 28, 0, 0, 494, 111, 1, 0, 0, 0, 495, 496, 6, 56, -1, 0, 496, 497, 5, 70, 0, 0, 497, 525, 3, 112, 56, 8, 498, 525, 3, 118, 59, 0, 499, 525, 3, 114, 57, 0, 500, 502, 3, 118, 59, 0, 501, 503, 5, 70, 0, 0, 502, 501, 1, 0, 0, 0, 502, 503, 1, 0, 0, 0, 503, 504, 1, 0, 0, 0, 504, 505, 5, 66, 0, 0, 505, 506, 5, 96, 0, 0, 506, 511, 3, 118, 59, 0, 507, 508, 5, 61, 0, 0, 508, 510, 3, 118, 59, 0, 509, 507, 1, 0, 0, 0, 510, 513, 1, 0, 0, 0, 511, 509, 1, 0, 0, 0, 511, 512, 1, 0, 0, 0, 512, 514, 1, 0, 0, 0, 513, 511, 1, 0, 0, 0, 514, 515, 5, 97, 0, 0, 515, 525, 1, 0, 0, 0, 516, 517, 3, 118, 59, 0, 517, 519, 5, 67, 0, 0, 518, 520, 5, 70, 0, 0, 519, 518, 1, 0, 0, 0, 519, 520, 1, 0, 0, 0, 520, 521, 1, 0, 0, 0, 521, 522, 5, 71, 0, 0, 522, 525, 1, 0, 0, 0, 523, 525, 3, 116, 58, 0, 524, 495, 1, 0, 0, 0, 524, 498, 1, 0, 0, 0, 524, 499, 1, 0, 0, 0, 524, 500, 1, 0, 0, 0, 524, 516, 1, 0, 0, 0, 524, 523, 1, 0, 0, 0, 525, 534, 1, 0, 0, 0, 526, 527, 10, 5, 0, 0, 527, 528, 5, 56, 0, 0, 528, 533, 3, 112, 56, 6, 529, 530, 10, 4, 0, 0, 530, 531, 5, 73, 0, 0, 531, 533, 3, 112, 56, 5, 532, 526, 1, 0, 0, 0, 532, 529, 1, 0, 0, 0, 533, 536, 1, 0, 0, 0, 534, 532, 1, 0, 0, 0, 534, 535, 1, 0, 0, 0, 535, 113, 1, 0, 0, 0, 536, 534, 1, 0, 0, 0, 537, 539, 3, 118, 59, 0, 538, 540, 5, 70, 0, 0, 539, 538, 1, 0, 0, 0, 539, 540, 1, 0, 0, 0, 540, 541, 1, 0, 0, 0, 541, 542, 5, 69, 0, 0, 542, 543, 3, 142, 71, 0, 543, 552, 1, 0, 0, 0, 544, 546, 3, 118, 59, 0, 545, 547, 5, 70, 0, 0, 546, 545, 1, 0, 0, 0, 546, 547, 1, 0, 0, 0, 547, 548, 1, 0, 0, 0, 548, 549, 5, 75, 0, 0, 549, 550, 3, 142, 71, 0, 550, 552, 1, 0, 0, 0, 551, 537, 1, 0, 0, 0, 551, 544, 1, 0, 0, 0, 552, 115, 1, 0, 0, 0, 553, 556, 3, 42, 21, 0, 554, 555, 5, 59, 0, 0, 555, 557, 3, 10, 5, 0, 556, 554, 1, 0, 0, 0, 556, 557, 1, 0, 0, 0, 557, 558, 1, 0, 0, 0, 558, 559, 5, 60, 0, 0, 559, 560, 3, 132, 66, 0, 560, 117, 1, 0, 0, 0, 561, 567, 3, 120, 60, 0, 562, 563, 3, 120, 60, 0, 563, 564, 3, 144, 72, 0, 564, 565, 3, 120, 60, 0, 565, 567, 1, 0, 0, 0, 566, 561, 1, 0, 0, 0, 566, 562, 1, 0, 0, 0, 567, 119, 1, 0, 0, 0, 568, 569, 6, 60, -1, 0, 569, 573, 3, 122, 61, 0, 570, 571, 7, 4, 0, 0, 571, 573, 3, 120, 60, 3, 572, 568, 1, 0, 0, 0, 572, 570, 1, 0, 0, 0, 573, 582, 1, 0, 0, 0, 574, 575, 10, 2, 0, 0, 575, 576, 7, 5, 0, 0, 576, 581, 3, 120, 60, 3, 577, 578, 10, 1, 0, 0, 578, 579, 7, 4, 0, 0, 579, 581, 3, 120, 60, 2, 580, 574, 1, 0, 0, 0, 580, 577, 1, 0, 0, 0, 581, 584, 1, 0, 0, 0, 582, 580, 1, 0, 0, 0, 582, 583, 1, 0, 0, 0, 583, 121, 1, 0, 0, 0, 584, 582, 1, 0, 0, 0, 585, 586, 6, 61, -1, 0, 586, 594, 3, 132, 66, 0, 587, 594, 3, 42, 21, 0, 588, 594, 3, 124, 62, 0, 589, 590, 5, 96, 0, 0, 590, 591, 3, 112, 56, 0, 591, 592, 5, 97, 0, 0, 592, 594, 1, 0, 0, 0, 593, 585, 1, 0, 0, 0, 593, 587, 1, 0, 0, 0, 593, 588, 1, 0, 0, 0, 593, 589, 1, 0, 0, 0, 594, 600, 1, 0, 0, 0, 595, 596, 10, 1, 0, 0, 596, 597, 5, 59, 0, 0, 597, 599, 3, 10, 5, 0, 598, 595, 1, 0, 0, 0, 599, 602, 1, 0, 0, 0, 600, 598, 1, 0, 0, 0, 600, 601, 1, 0, 0, 0, 601, 123, 1, 0, 0, 0, 602, 600, 1, 0, 0, 0, 603, 604, 3, 126, 63, 0, 604, 618, 5, 96, 0, 0, 605, 619, 5, 86, 0, 0, 606, 611, 3, 112, 56, 0, 607, 608, 5, 61, 0, 0, 608, 610, 3, 112, 56, 0, 609, 607, 1, 0, 0, 0, 610, 613, 1, 0, 0, 0, 611, 609, 1, 0, 0, 0, 611, 612, 1, 0, 0, 0, 612, 616, 1, 0, 0, 0, 613, 611, 1, 0, 0, 0, 614, 615, 5, 61, 0, 0, 615, 617, 3, 128, 64, 0, 616, 614, 1, 0, 0, 0, 616, 617, 1, 0, 0, 0, 617, 619, 1, 0, 0, 0, 618, 605, 1, 0, 0, 0, 618, 606, 1, 0, 0, 0, 618, 619, 1, 0, 0, 0, 619, 620, 1, 0, 0, 0, 620, 621, 5, 97, 0, 0, 621, 125, 1, 0, 0, 0, 622, 623, 3, 56, 28, 0, 623, 127, 1, 0, 0, 0, 624, 625, 5, 89, 0, 0, 625, 630, 3, 130, 65, 0, 626, 627, 5, 61, 0, 0, 627, 629, 3, 130, 65, 0, 628, 626, 1, 0, 0, 0, 629, 632, 1, 0, 0, 0, 630, 628, 1, 0, 0, 0, 630, 631, 1, 0, 0, 0, 631, 633, 1, 0, 0, 0, 632, 630, 1, 0, 0, 0, 633, 634, 5, 90, 0, 0, 634, 129, 1, 0, 0, 0, 635, 636, 3, 142, 71, 0, 636, 637, 5, 60, 0, 0, 637, 638, 3, 132, 66, 0, 638, 131, 1, 0, 0, 0, 639, 682, 5, 71, 0, 0, 640, 641, 3, 140, 70, 0, 641, 642, 5, 98, 0, 0, 642, 682, 1, 0, 0, 0, 643, 682, 3, 138, 69, 0, 644, 682, 3, 140, 70, 0, 645, 682, 3, 134, 67, 0, 646, 682, 3, 52, 26, 0, 647, 682, 3, 142, 71, 0, 648, 649, 5, 94, 0, 0, 649, 654, 3, 136, 68, 0, 650, 651, 5, 61, 0, 0, 651, 653, 3, 136, 68, 0, 652, 650, 1, 0, 0, 0, 653, 656, 1, 0, 0, 0, 654, 652, 1, 0, 0, 0, 654, 655, 1, 0, 0, 0, 655, 657, 1, 0, 0, 0, 656, 654, 1, 0, 0, 0, 657, 658, 5, 95, 0, 0, 658, 682, 1, 0, 0, 0, 659, 660, 5, 94, 0, 0, 660, 665, 3, 134, 67, 0, 661, 662, 5, 61, 0, 0, 662, 664, 3, 134, 67, 0, 663, 661, 1, 0, 0, 0, 664, 667, 1, 0, 0, 0, 665, 663, 1, 0, 0, 0, 665, 666, 1, 0, 0, 0, 666, 668, 1, 0, 0, 0, 667, 665, 1, 0, 0, 0, 668, 669, 5, 95, 0, 0, 669, 682, 1, 0, 0, 0, 670, 671, 5, 94, 0, 0, 671, 676, 3, 142, 71, 0, 672, 673, 5, 61, 0, 0, 673, 675, 3, 142, 71, 0, 674, 672, 1, 0, 0, 0, 675, 678, 1, 0, 0, 0, 676, 674, 1, 0, 0, 0, 676, 677, 1, 0, 0, 0, 677, 679, 1, 0, 0, 0, 678, 676, 1, 0, 0, 0, 679, 680, 5, 95, 0, 0, 680, 682, 1, 0, 0, 0, 681, 639, 1, 0, 0, 0, 681, 640, 1, 0, 0, 0, 681, 643, 1, 0, 0, 0, 681, 644, 1, 0, 0, 0, 681, 645, 1, 0, 0, 0, 681, 646, 1, 0, 0, 0, 681, 647, 1, 0, 0, 0, 681, 648, 1, 0, 0, 0, 681, 659, 1, 0, 0, 0, 681, 670, 1, 0, 0, 0, 682, 133, 1, 0, 0, 0, 683, 684, 7, 6, 0, 0, 684, 135, 1, 0, 0, 0, 685, 688, 3, 138, 69, 0, 686, 688, 3, 140, 70, 0, 687, 685, 1, 0, 0, 0, 687, 686, 1, 0, 0, 0, 688, 137, 1, 0, 0, 0, 689, 691, 7, 4, 0, 0, 690, 689, 1, 0, 0, 0, 690, 691, 1, 0, 0, 0, 691, 692, 1, 0, 0, 0, 692, 693, 5, 54, 0, 0, 693, 139, 1, 0, 0, 0, 694, 696, 7, 4, 0, 0, 695, 694, 1, 0, 0, 0, 695, 696, 1, 0, 0, 0, 696, 697, 1, 0, 0, 0, 697, 698, 5, 53, 0, 0, 698, 141, 1, 0, 0, 0, 699, 700, 5, 52, 0, 0, 700, 143, 1, 0, 0, 0, 701, 702, 7, 7, 0, 0, 702, 145, 1, 0, 0, 0, 703, 704, 7, 8, 0, 0, 704, 705, 5, 111, 0, 0, 705, 706, 3, 148, 74, 0, 706, 707, 3, 150, 75, 0, 707, 147, 1, 0, 0, 0, 708, 709, 3, 24, 12, 0, 709, 149, 1, 0, 0, 0, 710, 711, 5, 35, 0, 0, 711, 716, 3, 152, 76, 0, 712, 713, 5, 61, 0, 0, 713, 715, 3, 152, 76, 0, 714, 712, 1, 0, 0, 0, 715, 718, 1, 0, 0, 0, 716, 714, 1, 0, 0, 0, 716, 717, 1, 0, 0, 0, 717, 151, 1, 0, 0, 0, 718, 716, 1, 0, 0, 0, 719, 720, 3, 118, 59, 0, 720, 153, 1, 0, 0, 0, 66, 165, 174, 201, 216, 222, 237, 241, 246, 253, 255, 269, 277, 281, 288, 294, 301, 309, 317, 325, 329, 333, 338, 349, 354, 358, 372, 383, 397, 418, 426, 429, 434, 447, 453, 460, 471, 485, 491, 502, 511, 519, 524, 532, 534, 539, 546, 551, 556, 566, 572, 580, 582, 593, 600, 611, 616, 618, 630, 654, 665, 676, 681, 687, 690, 695, 716] \ No newline at end of file +[4, 1, 137, 733, 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, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 166, 8, 1, 10, 1, 12, 1, 169, 9, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 3, 2, 177, 8, 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, 1, 3, 1, 3, 1, 3, 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, 206, 8, 3, 1, 4, 1, 4, 1, 4, 1, 5, 1, 5, 1, 6, 1, 6, 1, 6, 1, 7, 1, 7, 1, 7, 5, 7, 219, 8, 7, 10, 7, 12, 7, 222, 9, 7, 1, 8, 1, 8, 1, 8, 3, 8, 227, 8, 8, 1, 8, 1, 8, 1, 9, 1, 9, 1, 9, 1, 10, 1, 10, 1, 10, 1, 11, 1, 11, 1, 11, 5, 11, 240, 8, 11, 10, 11, 12, 11, 243, 9, 11, 1, 11, 3, 11, 246, 8, 11, 1, 12, 1, 12, 1, 12, 3, 12, 251, 8, 12, 1, 12, 1, 12, 1, 12, 1, 12, 1, 12, 3, 12, 258, 8, 12, 3, 12, 260, 8, 12, 1, 13, 1, 13, 1, 14, 1, 14, 1, 15, 1, 15, 1, 16, 1, 16, 1, 16, 1, 16, 5, 16, 272, 8, 16, 10, 16, 12, 16, 275, 9, 16, 1, 17, 1, 17, 1, 17, 1, 18, 1, 18, 3, 18, 282, 8, 18, 1, 18, 1, 18, 3, 18, 286, 8, 18, 1, 19, 1, 19, 1, 19, 5, 19, 291, 8, 19, 10, 19, 12, 19, 294, 9, 19, 1, 20, 1, 20, 1, 20, 3, 20, 299, 8, 20, 1, 21, 1, 21, 1, 21, 5, 21, 304, 8, 21, 10, 21, 12, 21, 307, 9, 21, 1, 22, 1, 22, 1, 22, 5, 22, 312, 8, 22, 10, 22, 12, 22, 315, 9, 22, 1, 23, 1, 23, 1, 23, 5, 23, 320, 8, 23, 10, 23, 12, 23, 323, 9, 23, 1, 24, 1, 24, 1, 25, 1, 25, 1, 25, 3, 25, 330, 8, 25, 1, 26, 1, 26, 3, 26, 334, 8, 26, 1, 27, 1, 27, 3, 27, 338, 8, 27, 1, 28, 1, 28, 1, 28, 3, 28, 343, 8, 28, 1, 29, 1, 29, 1, 29, 1, 30, 1, 30, 1, 30, 1, 30, 5, 30, 352, 8, 30, 10, 30, 12, 30, 355, 9, 30, 1, 31, 1, 31, 3, 31, 359, 8, 31, 1, 31, 1, 31, 3, 31, 363, 8, 31, 1, 32, 1, 32, 1, 32, 1, 33, 1, 33, 1, 33, 1, 34, 1, 34, 1, 34, 1, 34, 5, 34, 375, 8, 34, 10, 34, 12, 34, 378, 9, 34, 1, 35, 1, 35, 1, 35, 1, 35, 1, 36, 1, 36, 1, 36, 1, 36, 3, 36, 388, 8, 36, 1, 37, 1, 37, 1, 37, 1, 37, 1, 38, 1, 38, 1, 38, 1, 39, 1, 39, 1, 39, 5, 39, 400, 8, 39, 10, 39, 12, 39, 403, 9, 39, 1, 40, 1, 40, 1, 40, 1, 40, 1, 41, 1, 41, 1, 41, 1, 42, 1, 42, 1, 42, 1, 42, 1, 43, 1, 43, 1, 43, 1, 44, 1, 44, 1, 44, 1, 44, 3, 44, 423, 8, 44, 1, 44, 1, 44, 1, 44, 1, 44, 5, 44, 429, 8, 44, 10, 44, 12, 44, 432, 9, 44, 3, 44, 434, 8, 44, 1, 45, 1, 45, 1, 45, 3, 45, 439, 8, 45, 1, 45, 1, 45, 1, 46, 1, 46, 1, 46, 1, 46, 1, 46, 1, 47, 1, 47, 1, 47, 1, 47, 3, 47, 452, 8, 47, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 458, 8, 48, 1, 48, 1, 48, 1, 48, 1, 48, 1, 48, 3, 48, 465, 8, 48, 1, 49, 1, 49, 1, 49, 1, 50, 1, 50, 1, 50, 1, 51, 4, 51, 474, 8, 51, 11, 51, 12, 51, 475, 1, 52, 1, 52, 1, 52, 1, 52, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 1, 53, 5, 53, 488, 8, 53, 10, 53, 12, 53, 491, 9, 53, 1, 54, 1, 54, 1, 54, 3, 54, 496, 8, 54, 1, 55, 1, 55, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 56, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 514, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 5, 57, 521, 8, 57, 10, 57, 12, 57, 524, 9, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 3, 57, 531, 8, 57, 1, 57, 1, 57, 1, 57, 3, 57, 536, 8, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 1, 57, 5, 57, 544, 8, 57, 10, 57, 12, 57, 547, 9, 57, 1, 58, 1, 58, 3, 58, 551, 8, 58, 1, 58, 1, 58, 1, 58, 1, 58, 1, 58, 3, 58, 558, 8, 58, 1, 58, 1, 58, 1, 58, 3, 58, 563, 8, 58, 1, 59, 1, 59, 1, 59, 3, 59, 568, 8, 59, 1, 59, 1, 59, 1, 59, 1, 60, 1, 60, 1, 60, 1, 60, 1, 60, 3, 60, 578, 8, 60, 1, 61, 1, 61, 1, 61, 1, 61, 3, 61, 584, 8, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 1, 61, 5, 61, 592, 8, 61, 10, 61, 12, 61, 595, 9, 61, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 1, 62, 3, 62, 605, 8, 62, 1, 62, 1, 62, 1, 62, 5, 62, 610, 8, 62, 10, 62, 12, 62, 613, 9, 62, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 1, 63, 5, 63, 621, 8, 63, 10, 63, 12, 63, 624, 9, 63, 1, 63, 1, 63, 3, 63, 628, 8, 63, 3, 63, 630, 8, 63, 1, 63, 1, 63, 1, 64, 1, 64, 1, 65, 1, 65, 1, 65, 1, 65, 5, 65, 640, 8, 65, 10, 65, 12, 65, 643, 9, 65, 1, 65, 1, 65, 1, 66, 1, 66, 1, 66, 1, 66, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 5, 67, 664, 8, 67, 10, 67, 12, 67, 667, 9, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 5, 67, 675, 8, 67, 10, 67, 12, 67, 678, 9, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 1, 67, 5, 67, 686, 8, 67, 10, 67, 12, 67, 689, 9, 67, 1, 67, 1, 67, 3, 67, 693, 8, 67, 1, 68, 1, 68, 1, 69, 1, 69, 3, 69, 699, 8, 69, 1, 70, 3, 70, 702, 8, 70, 1, 70, 1, 70, 1, 71, 3, 71, 707, 8, 71, 1, 71, 1, 71, 1, 72, 1, 72, 1, 73, 1, 73, 1, 74, 1, 74, 1, 74, 1, 74, 1, 74, 1, 75, 1, 75, 1, 76, 1, 76, 1, 76, 1, 76, 5, 76, 726, 8, 76, 10, 76, 12, 76, 729, 9, 76, 1, 77, 1, 77, 1, 77, 0, 5, 2, 106, 114, 122, 124, 78, 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, 0, 9, 2, 0, 51, 51, 106, 106, 1, 0, 100, 101, 2, 0, 56, 56, 62, 62, 2, 0, 65, 65, 68, 68, 1, 0, 86, 87, 1, 0, 88, 90, 2, 0, 64, 64, 77, 77, 2, 0, 79, 79, 81, 85, 2, 0, 20, 20, 22, 23, 759, 0, 156, 1, 0, 0, 0, 2, 159, 1, 0, 0, 0, 4, 176, 1, 0, 0, 0, 6, 205, 1, 0, 0, 0, 8, 207, 1, 0, 0, 0, 10, 210, 1, 0, 0, 0, 12, 212, 1, 0, 0, 0, 14, 215, 1, 0, 0, 0, 16, 226, 1, 0, 0, 0, 18, 230, 1, 0, 0, 0, 20, 233, 1, 0, 0, 0, 22, 236, 1, 0, 0, 0, 24, 259, 1, 0, 0, 0, 26, 261, 1, 0, 0, 0, 28, 263, 1, 0, 0, 0, 30, 265, 1, 0, 0, 0, 32, 267, 1, 0, 0, 0, 34, 276, 1, 0, 0, 0, 36, 279, 1, 0, 0, 0, 38, 287, 1, 0, 0, 0, 40, 295, 1, 0, 0, 0, 42, 300, 1, 0, 0, 0, 44, 308, 1, 0, 0, 0, 46, 316, 1, 0, 0, 0, 48, 324, 1, 0, 0, 0, 50, 329, 1, 0, 0, 0, 52, 333, 1, 0, 0, 0, 54, 337, 1, 0, 0, 0, 56, 342, 1, 0, 0, 0, 58, 344, 1, 0, 0, 0, 60, 347, 1, 0, 0, 0, 62, 356, 1, 0, 0, 0, 64, 364, 1, 0, 0, 0, 66, 367, 1, 0, 0, 0, 68, 370, 1, 0, 0, 0, 70, 379, 1, 0, 0, 0, 72, 383, 1, 0, 0, 0, 74, 389, 1, 0, 0, 0, 76, 393, 1, 0, 0, 0, 78, 396, 1, 0, 0, 0, 80, 404, 1, 0, 0, 0, 82, 408, 1, 0, 0, 0, 84, 411, 1, 0, 0, 0, 86, 415, 1, 0, 0, 0, 88, 418, 1, 0, 0, 0, 90, 438, 1, 0, 0, 0, 92, 442, 1, 0, 0, 0, 94, 447, 1, 0, 0, 0, 96, 453, 1, 0, 0, 0, 98, 466, 1, 0, 0, 0, 100, 469, 1, 0, 0, 0, 102, 473, 1, 0, 0, 0, 104, 477, 1, 0, 0, 0, 106, 481, 1, 0, 0, 0, 108, 495, 1, 0, 0, 0, 110, 497, 1, 0, 0, 0, 112, 499, 1, 0, 0, 0, 114, 535, 1, 0, 0, 0, 116, 562, 1, 0, 0, 0, 118, 564, 1, 0, 0, 0, 120, 577, 1, 0, 0, 0, 122, 583, 1, 0, 0, 0, 124, 604, 1, 0, 0, 0, 126, 614, 1, 0, 0, 0, 128, 633, 1, 0, 0, 0, 130, 635, 1, 0, 0, 0, 132, 646, 1, 0, 0, 0, 134, 692, 1, 0, 0, 0, 136, 694, 1, 0, 0, 0, 138, 698, 1, 0, 0, 0, 140, 701, 1, 0, 0, 0, 142, 706, 1, 0, 0, 0, 144, 710, 1, 0, 0, 0, 146, 712, 1, 0, 0, 0, 148, 714, 1, 0, 0, 0, 150, 719, 1, 0, 0, 0, 152, 721, 1, 0, 0, 0, 154, 730, 1, 0, 0, 0, 156, 157, 3, 2, 1, 0, 157, 158, 5, 0, 0, 1, 158, 1, 1, 0, 0, 0, 159, 160, 6, 1, -1, 0, 160, 161, 3, 4, 2, 0, 161, 167, 1, 0, 0, 0, 162, 163, 10, 1, 0, 0, 163, 164, 5, 50, 0, 0, 164, 166, 3, 6, 3, 0, 165, 162, 1, 0, 0, 0, 166, 169, 1, 0, 0, 0, 167, 165, 1, 0, 0, 0, 167, 168, 1, 0, 0, 0, 168, 3, 1, 0, 0, 0, 169, 167, 1, 0, 0, 0, 170, 177, 3, 82, 41, 0, 171, 177, 3, 18, 9, 0, 172, 177, 3, 12, 6, 0, 173, 177, 3, 86, 43, 0, 174, 175, 4, 2, 1, 0, 175, 177, 3, 20, 10, 0, 176, 170, 1, 0, 0, 0, 176, 171, 1, 0, 0, 0, 176, 172, 1, 0, 0, 0, 176, 173, 1, 0, 0, 0, 176, 174, 1, 0, 0, 0, 177, 5, 1, 0, 0, 0, 178, 206, 3, 34, 17, 0, 179, 206, 3, 8, 4, 0, 180, 206, 3, 64, 32, 0, 181, 206, 3, 58, 29, 0, 182, 206, 3, 36, 18, 0, 183, 206, 3, 60, 30, 0, 184, 206, 3, 66, 33, 0, 185, 206, 3, 68, 34, 0, 186, 206, 3, 72, 36, 0, 187, 206, 3, 74, 37, 0, 188, 206, 3, 88, 44, 0, 189, 206, 3, 76, 38, 0, 190, 206, 3, 148, 74, 0, 191, 192, 4, 3, 2, 0, 192, 206, 3, 94, 47, 0, 193, 194, 4, 3, 3, 0, 194, 206, 3, 92, 46, 0, 195, 196, 4, 3, 4, 0, 196, 206, 3, 96, 48, 0, 197, 198, 4, 3, 5, 0, 198, 206, 3, 98, 49, 0, 199, 200, 4, 3, 6, 0, 200, 206, 3, 100, 50, 0, 201, 202, 4, 3, 7, 0, 202, 206, 3, 112, 56, 0, 203, 204, 4, 3, 8, 0, 204, 206, 3, 110, 55, 0, 205, 178, 1, 0, 0, 0, 205, 179, 1, 0, 0, 0, 205, 180, 1, 0, 0, 0, 205, 181, 1, 0, 0, 0, 205, 182, 1, 0, 0, 0, 205, 183, 1, 0, 0, 0, 205, 184, 1, 0, 0, 0, 205, 185, 1, 0, 0, 0, 205, 186, 1, 0, 0, 0, 205, 187, 1, 0, 0, 0, 205, 188, 1, 0, 0, 0, 205, 189, 1, 0, 0, 0, 205, 190, 1, 0, 0, 0, 205, 191, 1, 0, 0, 0, 205, 193, 1, 0, 0, 0, 205, 195, 1, 0, 0, 0, 205, 197, 1, 0, 0, 0, 205, 199, 1, 0, 0, 0, 205, 201, 1, 0, 0, 0, 205, 203, 1, 0, 0, 0, 206, 7, 1, 0, 0, 0, 207, 208, 5, 14, 0, 0, 208, 209, 3, 114, 57, 0, 209, 9, 1, 0, 0, 0, 210, 211, 3, 48, 24, 0, 211, 11, 1, 0, 0, 0, 212, 213, 5, 11, 0, 0, 213, 214, 3, 14, 7, 0, 214, 13, 1, 0, 0, 0, 215, 220, 3, 16, 8, 0, 216, 217, 5, 61, 0, 0, 217, 219, 3, 16, 8, 0, 218, 216, 1, 0, 0, 0, 219, 222, 1, 0, 0, 0, 220, 218, 1, 0, 0, 0, 220, 221, 1, 0, 0, 0, 221, 15, 1, 0, 0, 0, 222, 220, 1, 0, 0, 0, 223, 224, 3, 42, 21, 0, 224, 225, 5, 57, 0, 0, 225, 227, 1, 0, 0, 0, 226, 223, 1, 0, 0, 0, 226, 227, 1, 0, 0, 0, 227, 228, 1, 0, 0, 0, 228, 229, 3, 114, 57, 0, 229, 17, 1, 0, 0, 0, 230, 231, 5, 17, 0, 0, 231, 232, 3, 22, 11, 0, 232, 19, 1, 0, 0, 0, 233, 234, 5, 18, 0, 0, 234, 235, 3, 22, 11, 0, 235, 21, 1, 0, 0, 0, 236, 241, 3, 24, 12, 0, 237, 238, 5, 61, 0, 0, 238, 240, 3, 24, 12, 0, 239, 237, 1, 0, 0, 0, 240, 243, 1, 0, 0, 0, 241, 239, 1, 0, 0, 0, 241, 242, 1, 0, 0, 0, 242, 245, 1, 0, 0, 0, 243, 241, 1, 0, 0, 0, 244, 246, 3, 32, 16, 0, 245, 244, 1, 0, 0, 0, 245, 246, 1, 0, 0, 0, 246, 23, 1, 0, 0, 0, 247, 248, 3, 26, 13, 0, 248, 249, 5, 60, 0, 0, 249, 251, 1, 0, 0, 0, 250, 247, 1, 0, 0, 0, 250, 251, 1, 0, 0, 0, 251, 252, 1, 0, 0, 0, 252, 260, 3, 30, 15, 0, 253, 254, 4, 12, 9, 0, 254, 257, 3, 30, 15, 0, 255, 256, 5, 59, 0, 0, 256, 258, 3, 28, 14, 0, 257, 255, 1, 0, 0, 0, 257, 258, 1, 0, 0, 0, 258, 260, 1, 0, 0, 0, 259, 250, 1, 0, 0, 0, 259, 253, 1, 0, 0, 0, 260, 25, 1, 0, 0, 0, 261, 262, 7, 0, 0, 0, 262, 27, 1, 0, 0, 0, 263, 264, 7, 0, 0, 0, 264, 29, 1, 0, 0, 0, 265, 266, 7, 0, 0, 0, 266, 31, 1, 0, 0, 0, 267, 268, 5, 105, 0, 0, 268, 273, 5, 106, 0, 0, 269, 270, 5, 61, 0, 0, 270, 272, 5, 106, 0, 0, 271, 269, 1, 0, 0, 0, 272, 275, 1, 0, 0, 0, 273, 271, 1, 0, 0, 0, 273, 274, 1, 0, 0, 0, 274, 33, 1, 0, 0, 0, 275, 273, 1, 0, 0, 0, 276, 277, 5, 8, 0, 0, 277, 278, 3, 14, 7, 0, 278, 35, 1, 0, 0, 0, 279, 281, 5, 13, 0, 0, 280, 282, 3, 38, 19, 0, 281, 280, 1, 0, 0, 0, 281, 282, 1, 0, 0, 0, 282, 285, 1, 0, 0, 0, 283, 284, 5, 58, 0, 0, 284, 286, 3, 14, 7, 0, 285, 283, 1, 0, 0, 0, 285, 286, 1, 0, 0, 0, 286, 37, 1, 0, 0, 0, 287, 292, 3, 40, 20, 0, 288, 289, 5, 61, 0, 0, 289, 291, 3, 40, 20, 0, 290, 288, 1, 0, 0, 0, 291, 294, 1, 0, 0, 0, 292, 290, 1, 0, 0, 0, 292, 293, 1, 0, 0, 0, 293, 39, 1, 0, 0, 0, 294, 292, 1, 0, 0, 0, 295, 298, 3, 16, 8, 0, 296, 297, 5, 14, 0, 0, 297, 299, 3, 114, 57, 0, 298, 296, 1, 0, 0, 0, 298, 299, 1, 0, 0, 0, 299, 41, 1, 0, 0, 0, 300, 305, 3, 56, 28, 0, 301, 302, 5, 63, 0, 0, 302, 304, 3, 56, 28, 0, 303, 301, 1, 0, 0, 0, 304, 307, 1, 0, 0, 0, 305, 303, 1, 0, 0, 0, 305, 306, 1, 0, 0, 0, 306, 43, 1, 0, 0, 0, 307, 305, 1, 0, 0, 0, 308, 313, 3, 50, 25, 0, 309, 310, 5, 63, 0, 0, 310, 312, 3, 50, 25, 0, 311, 309, 1, 0, 0, 0, 312, 315, 1, 0, 0, 0, 313, 311, 1, 0, 0, 0, 313, 314, 1, 0, 0, 0, 314, 45, 1, 0, 0, 0, 315, 313, 1, 0, 0, 0, 316, 321, 3, 44, 22, 0, 317, 318, 5, 61, 0, 0, 318, 320, 3, 44, 22, 0, 319, 317, 1, 0, 0, 0, 320, 323, 1, 0, 0, 0, 321, 319, 1, 0, 0, 0, 321, 322, 1, 0, 0, 0, 322, 47, 1, 0, 0, 0, 323, 321, 1, 0, 0, 0, 324, 325, 7, 1, 0, 0, 325, 49, 1, 0, 0, 0, 326, 330, 5, 127, 0, 0, 327, 330, 3, 52, 26, 0, 328, 330, 3, 54, 27, 0, 329, 326, 1, 0, 0, 0, 329, 327, 1, 0, 0, 0, 329, 328, 1, 0, 0, 0, 330, 51, 1, 0, 0, 0, 331, 334, 5, 75, 0, 0, 332, 334, 5, 94, 0, 0, 333, 331, 1, 0, 0, 0, 333, 332, 1, 0, 0, 0, 334, 53, 1, 0, 0, 0, 335, 338, 5, 93, 0, 0, 336, 338, 5, 95, 0, 0, 337, 335, 1, 0, 0, 0, 337, 336, 1, 0, 0, 0, 338, 55, 1, 0, 0, 0, 339, 343, 3, 48, 24, 0, 340, 343, 3, 52, 26, 0, 341, 343, 3, 54, 27, 0, 342, 339, 1, 0, 0, 0, 342, 340, 1, 0, 0, 0, 342, 341, 1, 0, 0, 0, 343, 57, 1, 0, 0, 0, 344, 345, 5, 10, 0, 0, 345, 346, 5, 52, 0, 0, 346, 59, 1, 0, 0, 0, 347, 348, 5, 12, 0, 0, 348, 353, 3, 62, 31, 0, 349, 350, 5, 61, 0, 0, 350, 352, 3, 62, 31, 0, 351, 349, 1, 0, 0, 0, 352, 355, 1, 0, 0, 0, 353, 351, 1, 0, 0, 0, 353, 354, 1, 0, 0, 0, 354, 61, 1, 0, 0, 0, 355, 353, 1, 0, 0, 0, 356, 358, 3, 114, 57, 0, 357, 359, 7, 2, 0, 0, 358, 357, 1, 0, 0, 0, 358, 359, 1, 0, 0, 0, 359, 362, 1, 0, 0, 0, 360, 361, 5, 72, 0, 0, 361, 363, 7, 3, 0, 0, 362, 360, 1, 0, 0, 0, 362, 363, 1, 0, 0, 0, 363, 63, 1, 0, 0, 0, 364, 365, 5, 27, 0, 0, 365, 366, 3, 46, 23, 0, 366, 65, 1, 0, 0, 0, 367, 368, 5, 26, 0, 0, 368, 369, 3, 46, 23, 0, 369, 67, 1, 0, 0, 0, 370, 371, 5, 30, 0, 0, 371, 376, 3, 70, 35, 0, 372, 373, 5, 61, 0, 0, 373, 375, 3, 70, 35, 0, 374, 372, 1, 0, 0, 0, 375, 378, 1, 0, 0, 0, 376, 374, 1, 0, 0, 0, 376, 377, 1, 0, 0, 0, 377, 69, 1, 0, 0, 0, 378, 376, 1, 0, 0, 0, 379, 380, 3, 44, 22, 0, 380, 381, 5, 55, 0, 0, 381, 382, 3, 44, 22, 0, 382, 71, 1, 0, 0, 0, 383, 384, 5, 7, 0, 0, 384, 385, 3, 124, 62, 0, 385, 387, 3, 144, 72, 0, 386, 388, 3, 78, 39, 0, 387, 386, 1, 0, 0, 0, 387, 388, 1, 0, 0, 0, 388, 73, 1, 0, 0, 0, 389, 390, 5, 9, 0, 0, 390, 391, 3, 124, 62, 0, 391, 392, 3, 144, 72, 0, 392, 75, 1, 0, 0, 0, 393, 394, 5, 25, 0, 0, 394, 395, 3, 42, 21, 0, 395, 77, 1, 0, 0, 0, 396, 401, 3, 80, 40, 0, 397, 398, 5, 61, 0, 0, 398, 400, 3, 80, 40, 0, 399, 397, 1, 0, 0, 0, 400, 403, 1, 0, 0, 0, 401, 399, 1, 0, 0, 0, 401, 402, 1, 0, 0, 0, 402, 79, 1, 0, 0, 0, 403, 401, 1, 0, 0, 0, 404, 405, 3, 48, 24, 0, 405, 406, 5, 57, 0, 0, 406, 407, 3, 134, 67, 0, 407, 81, 1, 0, 0, 0, 408, 409, 5, 6, 0, 0, 409, 410, 3, 84, 42, 0, 410, 83, 1, 0, 0, 0, 411, 412, 5, 96, 0, 0, 412, 413, 3, 2, 1, 0, 413, 414, 5, 97, 0, 0, 414, 85, 1, 0, 0, 0, 415, 416, 5, 31, 0, 0, 416, 417, 5, 134, 0, 0, 417, 87, 1, 0, 0, 0, 418, 419, 5, 5, 0, 0, 419, 422, 5, 36, 0, 0, 420, 421, 5, 73, 0, 0, 421, 423, 3, 44, 22, 0, 422, 420, 1, 0, 0, 0, 422, 423, 1, 0, 0, 0, 423, 433, 1, 0, 0, 0, 424, 425, 5, 78, 0, 0, 425, 430, 3, 90, 45, 0, 426, 427, 5, 61, 0, 0, 427, 429, 3, 90, 45, 0, 428, 426, 1, 0, 0, 0, 429, 432, 1, 0, 0, 0, 430, 428, 1, 0, 0, 0, 430, 431, 1, 0, 0, 0, 431, 434, 1, 0, 0, 0, 432, 430, 1, 0, 0, 0, 433, 424, 1, 0, 0, 0, 433, 434, 1, 0, 0, 0, 434, 89, 1, 0, 0, 0, 435, 436, 3, 44, 22, 0, 436, 437, 5, 57, 0, 0, 437, 439, 1, 0, 0, 0, 438, 435, 1, 0, 0, 0, 438, 439, 1, 0, 0, 0, 439, 440, 1, 0, 0, 0, 440, 441, 3, 44, 22, 0, 441, 91, 1, 0, 0, 0, 442, 443, 5, 24, 0, 0, 443, 444, 3, 24, 12, 0, 444, 445, 5, 73, 0, 0, 445, 446, 3, 46, 23, 0, 446, 93, 1, 0, 0, 0, 447, 448, 5, 15, 0, 0, 448, 451, 3, 38, 19, 0, 449, 450, 5, 58, 0, 0, 450, 452, 3, 14, 7, 0, 451, 449, 1, 0, 0, 0, 451, 452, 1, 0, 0, 0, 452, 95, 1, 0, 0, 0, 453, 454, 5, 4, 0, 0, 454, 457, 3, 42, 21, 0, 455, 456, 5, 73, 0, 0, 456, 458, 3, 42, 21, 0, 457, 455, 1, 0, 0, 0, 457, 458, 1, 0, 0, 0, 458, 464, 1, 0, 0, 0, 459, 460, 5, 55, 0, 0, 460, 461, 3, 42, 21, 0, 461, 462, 5, 61, 0, 0, 462, 463, 3, 42, 21, 0, 463, 465, 1, 0, 0, 0, 464, 459, 1, 0, 0, 0, 464, 465, 1, 0, 0, 0, 465, 97, 1, 0, 0, 0, 466, 467, 5, 28, 0, 0, 467, 468, 3, 46, 23, 0, 468, 99, 1, 0, 0, 0, 469, 470, 5, 19, 0, 0, 470, 471, 3, 102, 51, 0, 471, 101, 1, 0, 0, 0, 472, 474, 3, 104, 52, 0, 473, 472, 1, 0, 0, 0, 474, 475, 1, 0, 0, 0, 475, 473, 1, 0, 0, 0, 475, 476, 1, 0, 0, 0, 476, 103, 1, 0, 0, 0, 477, 478, 5, 98, 0, 0, 478, 479, 3, 106, 53, 0, 479, 480, 5, 99, 0, 0, 480, 105, 1, 0, 0, 0, 481, 482, 6, 53, -1, 0, 482, 483, 3, 108, 54, 0, 483, 489, 1, 0, 0, 0, 484, 485, 10, 1, 0, 0, 485, 486, 5, 50, 0, 0, 486, 488, 3, 108, 54, 0, 487, 484, 1, 0, 0, 0, 488, 491, 1, 0, 0, 0, 489, 487, 1, 0, 0, 0, 489, 490, 1, 0, 0, 0, 490, 107, 1, 0, 0, 0, 491, 489, 1, 0, 0, 0, 492, 496, 3, 8, 4, 0, 493, 496, 3, 60, 30, 0, 494, 496, 3, 58, 29, 0, 495, 492, 1, 0, 0, 0, 495, 493, 1, 0, 0, 0, 495, 494, 1, 0, 0, 0, 496, 109, 1, 0, 0, 0, 497, 498, 5, 29, 0, 0, 498, 111, 1, 0, 0, 0, 499, 500, 5, 16, 0, 0, 500, 501, 3, 134, 67, 0, 501, 502, 5, 73, 0, 0, 502, 503, 3, 14, 7, 0, 503, 504, 5, 78, 0, 0, 504, 505, 3, 56, 28, 0, 505, 113, 1, 0, 0, 0, 506, 507, 6, 57, -1, 0, 507, 508, 5, 70, 0, 0, 508, 536, 3, 114, 57, 8, 509, 536, 3, 120, 60, 0, 510, 536, 3, 116, 58, 0, 511, 513, 3, 120, 60, 0, 512, 514, 5, 70, 0, 0, 513, 512, 1, 0, 0, 0, 513, 514, 1, 0, 0, 0, 514, 515, 1, 0, 0, 0, 515, 516, 5, 66, 0, 0, 516, 517, 5, 98, 0, 0, 517, 522, 3, 120, 60, 0, 518, 519, 5, 61, 0, 0, 519, 521, 3, 120, 60, 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, 525, 1, 0, 0, 0, 524, 522, 1, 0, 0, 0, 525, 526, 5, 99, 0, 0, 526, 536, 1, 0, 0, 0, 527, 528, 3, 120, 60, 0, 528, 530, 5, 67, 0, 0, 529, 531, 5, 70, 0, 0, 530, 529, 1, 0, 0, 0, 530, 531, 1, 0, 0, 0, 531, 532, 1, 0, 0, 0, 532, 533, 5, 71, 0, 0, 533, 536, 1, 0, 0, 0, 534, 536, 3, 118, 59, 0, 535, 506, 1, 0, 0, 0, 535, 509, 1, 0, 0, 0, 535, 510, 1, 0, 0, 0, 535, 511, 1, 0, 0, 0, 535, 527, 1, 0, 0, 0, 535, 534, 1, 0, 0, 0, 536, 545, 1, 0, 0, 0, 537, 538, 10, 5, 0, 0, 538, 539, 5, 54, 0, 0, 539, 544, 3, 114, 57, 6, 540, 541, 10, 4, 0, 0, 541, 542, 5, 74, 0, 0, 542, 544, 3, 114, 57, 5, 543, 537, 1, 0, 0, 0, 543, 540, 1, 0, 0, 0, 544, 547, 1, 0, 0, 0, 545, 543, 1, 0, 0, 0, 545, 546, 1, 0, 0, 0, 546, 115, 1, 0, 0, 0, 547, 545, 1, 0, 0, 0, 548, 550, 3, 120, 60, 0, 549, 551, 5, 70, 0, 0, 550, 549, 1, 0, 0, 0, 550, 551, 1, 0, 0, 0, 551, 552, 1, 0, 0, 0, 552, 553, 5, 69, 0, 0, 553, 554, 3, 144, 72, 0, 554, 563, 1, 0, 0, 0, 555, 557, 3, 120, 60, 0, 556, 558, 5, 70, 0, 0, 557, 556, 1, 0, 0, 0, 557, 558, 1, 0, 0, 0, 558, 559, 1, 0, 0, 0, 559, 560, 5, 76, 0, 0, 560, 561, 3, 144, 72, 0, 561, 563, 1, 0, 0, 0, 562, 548, 1, 0, 0, 0, 562, 555, 1, 0, 0, 0, 563, 117, 1, 0, 0, 0, 564, 567, 3, 42, 21, 0, 565, 566, 5, 59, 0, 0, 566, 568, 3, 10, 5, 0, 567, 565, 1, 0, 0, 0, 567, 568, 1, 0, 0, 0, 568, 569, 1, 0, 0, 0, 569, 570, 5, 60, 0, 0, 570, 571, 3, 134, 67, 0, 571, 119, 1, 0, 0, 0, 572, 578, 3, 122, 61, 0, 573, 574, 3, 122, 61, 0, 574, 575, 3, 146, 73, 0, 575, 576, 3, 122, 61, 0, 576, 578, 1, 0, 0, 0, 577, 572, 1, 0, 0, 0, 577, 573, 1, 0, 0, 0, 578, 121, 1, 0, 0, 0, 579, 580, 6, 61, -1, 0, 580, 584, 3, 124, 62, 0, 581, 582, 7, 4, 0, 0, 582, 584, 3, 122, 61, 3, 583, 579, 1, 0, 0, 0, 583, 581, 1, 0, 0, 0, 584, 593, 1, 0, 0, 0, 585, 586, 10, 2, 0, 0, 586, 587, 7, 5, 0, 0, 587, 592, 3, 122, 61, 3, 588, 589, 10, 1, 0, 0, 589, 590, 7, 4, 0, 0, 590, 592, 3, 122, 61, 2, 591, 585, 1, 0, 0, 0, 591, 588, 1, 0, 0, 0, 592, 595, 1, 0, 0, 0, 593, 591, 1, 0, 0, 0, 593, 594, 1, 0, 0, 0, 594, 123, 1, 0, 0, 0, 595, 593, 1, 0, 0, 0, 596, 597, 6, 62, -1, 0, 597, 605, 3, 134, 67, 0, 598, 605, 3, 42, 21, 0, 599, 605, 3, 126, 63, 0, 600, 601, 5, 98, 0, 0, 601, 602, 3, 114, 57, 0, 602, 603, 5, 99, 0, 0, 603, 605, 1, 0, 0, 0, 604, 596, 1, 0, 0, 0, 604, 598, 1, 0, 0, 0, 604, 599, 1, 0, 0, 0, 604, 600, 1, 0, 0, 0, 605, 611, 1, 0, 0, 0, 606, 607, 10, 1, 0, 0, 607, 608, 5, 59, 0, 0, 608, 610, 3, 10, 5, 0, 609, 606, 1, 0, 0, 0, 610, 613, 1, 0, 0, 0, 611, 609, 1, 0, 0, 0, 611, 612, 1, 0, 0, 0, 612, 125, 1, 0, 0, 0, 613, 611, 1, 0, 0, 0, 614, 615, 3, 128, 64, 0, 615, 629, 5, 98, 0, 0, 616, 630, 5, 88, 0, 0, 617, 622, 3, 114, 57, 0, 618, 619, 5, 61, 0, 0, 619, 621, 3, 114, 57, 0, 620, 618, 1, 0, 0, 0, 621, 624, 1, 0, 0, 0, 622, 620, 1, 0, 0, 0, 622, 623, 1, 0, 0, 0, 623, 627, 1, 0, 0, 0, 624, 622, 1, 0, 0, 0, 625, 626, 5, 61, 0, 0, 626, 628, 3, 130, 65, 0, 627, 625, 1, 0, 0, 0, 627, 628, 1, 0, 0, 0, 628, 630, 1, 0, 0, 0, 629, 616, 1, 0, 0, 0, 629, 617, 1, 0, 0, 0, 629, 630, 1, 0, 0, 0, 630, 631, 1, 0, 0, 0, 631, 632, 5, 99, 0, 0, 632, 127, 1, 0, 0, 0, 633, 634, 3, 56, 28, 0, 634, 129, 1, 0, 0, 0, 635, 636, 5, 91, 0, 0, 636, 641, 3, 132, 66, 0, 637, 638, 5, 61, 0, 0, 638, 640, 3, 132, 66, 0, 639, 637, 1, 0, 0, 0, 640, 643, 1, 0, 0, 0, 641, 639, 1, 0, 0, 0, 641, 642, 1, 0, 0, 0, 642, 644, 1, 0, 0, 0, 643, 641, 1, 0, 0, 0, 644, 645, 5, 92, 0, 0, 645, 131, 1, 0, 0, 0, 646, 647, 3, 144, 72, 0, 647, 648, 5, 60, 0, 0, 648, 649, 3, 134, 67, 0, 649, 133, 1, 0, 0, 0, 650, 693, 5, 71, 0, 0, 651, 652, 3, 142, 71, 0, 652, 653, 5, 100, 0, 0, 653, 693, 1, 0, 0, 0, 654, 693, 3, 140, 70, 0, 655, 693, 3, 142, 71, 0, 656, 693, 3, 136, 68, 0, 657, 693, 3, 52, 26, 0, 658, 693, 3, 144, 72, 0, 659, 660, 5, 96, 0, 0, 660, 665, 3, 138, 69, 0, 661, 662, 5, 61, 0, 0, 662, 664, 3, 138, 69, 0, 663, 661, 1, 0, 0, 0, 664, 667, 1, 0, 0, 0, 665, 663, 1, 0, 0, 0, 665, 666, 1, 0, 0, 0, 666, 668, 1, 0, 0, 0, 667, 665, 1, 0, 0, 0, 668, 669, 5, 97, 0, 0, 669, 693, 1, 0, 0, 0, 670, 671, 5, 96, 0, 0, 671, 676, 3, 136, 68, 0, 672, 673, 5, 61, 0, 0, 673, 675, 3, 136, 68, 0, 674, 672, 1, 0, 0, 0, 675, 678, 1, 0, 0, 0, 676, 674, 1, 0, 0, 0, 676, 677, 1, 0, 0, 0, 677, 679, 1, 0, 0, 0, 678, 676, 1, 0, 0, 0, 679, 680, 5, 97, 0, 0, 680, 693, 1, 0, 0, 0, 681, 682, 5, 96, 0, 0, 682, 687, 3, 144, 72, 0, 683, 684, 5, 61, 0, 0, 684, 686, 3, 144, 72, 0, 685, 683, 1, 0, 0, 0, 686, 689, 1, 0, 0, 0, 687, 685, 1, 0, 0, 0, 687, 688, 1, 0, 0, 0, 688, 690, 1, 0, 0, 0, 689, 687, 1, 0, 0, 0, 690, 691, 5, 97, 0, 0, 691, 693, 1, 0, 0, 0, 692, 650, 1, 0, 0, 0, 692, 651, 1, 0, 0, 0, 692, 654, 1, 0, 0, 0, 692, 655, 1, 0, 0, 0, 692, 656, 1, 0, 0, 0, 692, 657, 1, 0, 0, 0, 692, 658, 1, 0, 0, 0, 692, 659, 1, 0, 0, 0, 692, 670, 1, 0, 0, 0, 692, 681, 1, 0, 0, 0, 693, 135, 1, 0, 0, 0, 694, 695, 7, 6, 0, 0, 695, 137, 1, 0, 0, 0, 696, 699, 3, 140, 70, 0, 697, 699, 3, 142, 71, 0, 698, 696, 1, 0, 0, 0, 698, 697, 1, 0, 0, 0, 699, 139, 1, 0, 0, 0, 700, 702, 7, 4, 0, 0, 701, 700, 1, 0, 0, 0, 701, 702, 1, 0, 0, 0, 702, 703, 1, 0, 0, 0, 703, 704, 5, 53, 0, 0, 704, 141, 1, 0, 0, 0, 705, 707, 7, 4, 0, 0, 706, 705, 1, 0, 0, 0, 706, 707, 1, 0, 0, 0, 707, 708, 1, 0, 0, 0, 708, 709, 5, 52, 0, 0, 709, 143, 1, 0, 0, 0, 710, 711, 5, 51, 0, 0, 711, 145, 1, 0, 0, 0, 712, 713, 7, 7, 0, 0, 713, 147, 1, 0, 0, 0, 714, 715, 7, 8, 0, 0, 715, 716, 5, 113, 0, 0, 716, 717, 3, 150, 75, 0, 717, 718, 3, 152, 76, 0, 718, 149, 1, 0, 0, 0, 719, 720, 3, 24, 12, 0, 720, 151, 1, 0, 0, 0, 721, 722, 5, 73, 0, 0, 722, 727, 3, 154, 77, 0, 723, 724, 5, 61, 0, 0, 724, 726, 3, 154, 77, 0, 725, 723, 1, 0, 0, 0, 726, 729, 1, 0, 0, 0, 727, 725, 1, 0, 0, 0, 727, 728, 1, 0, 0, 0, 728, 153, 1, 0, 0, 0, 729, 727, 1, 0, 0, 0, 730, 731, 3, 120, 60, 0, 731, 155, 1, 0, 0, 0, 66, 167, 176, 205, 220, 226, 241, 245, 250, 257, 259, 273, 281, 285, 292, 298, 305, 313, 321, 329, 333, 337, 342, 353, 358, 362, 376, 387, 401, 422, 430, 433, 438, 451, 457, 464, 475, 489, 495, 513, 522, 530, 535, 543, 545, 550, 557, 562, 567, 577, 583, 591, 593, 604, 611, 622, 627, 629, 641, 665, 676, 687, 692, 698, 701, 706, 727] \ No newline at end of file diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseParser.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseParser.java index 2196e25cecbca..7bbd2937226f9 100644 --- a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseParser.java +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseParser.java @@ -27,33 +27,33 @@ public class EsqlBaseParser extends ParserConfig { public static final int LINE_COMMENT=1, MULTILINE_COMMENT=2, WS=3, DEV_CHANGE_POINT=4, ENRICH=5, EXPLAIN=6, DISSECT=7, EVAL=8, GROK=9, LIMIT=10, ROW=11, SORT=12, STATS=13, - WHERE=14, DEV_INLINESTATS=15, FROM=16, DEV_TIME_SERIES=17, DEV_FORK=18, - JOIN_LOOKUP=19, DEV_JOIN_FULL=20, DEV_JOIN_LEFT=21, DEV_JOIN_RIGHT=22, - DEV_LOOKUP=23, MV_EXPAND=24, DROP=25, KEEP=26, DEV_INSIST=27, DEV_RRF=28, - RENAME=29, SHOW=30, UNKNOWN_CMD=31, CHANGE_POINT_LINE_COMMENT=32, CHANGE_POINT_MULTILINE_COMMENT=33, - CHANGE_POINT_WS=34, ON=35, WITH=36, ENRICH_POLICY_NAME=37, ENRICH_LINE_COMMENT=38, - ENRICH_MULTILINE_COMMENT=39, ENRICH_WS=40, ENRICH_FIELD_LINE_COMMENT=41, - ENRICH_FIELD_MULTILINE_COMMENT=42, ENRICH_FIELD_WS=43, SETTING=44, SETTING_LINE_COMMENT=45, - SETTTING_MULTILINE_COMMENT=46, SETTING_WS=47, EXPLAIN_WS=48, EXPLAIN_LINE_COMMENT=49, - EXPLAIN_MULTILINE_COMMENT=50, PIPE=51, QUOTED_STRING=52, INTEGER_LITERAL=53, - DECIMAL_LITERAL=54, BY=55, AND=56, ASC=57, ASSIGN=58, CAST_OP=59, COLON=60, - COMMA=61, DESC=62, DOT=63, FALSE=64, FIRST=65, IN=66, IS=67, LAST=68, - LIKE=69, NOT=70, NULL=71, NULLS=72, OR=73, PARAM=74, RLIKE=75, TRUE=76, - EQ=77, CIEQ=78, NEQ=79, LT=80, LTE=81, GT=82, GTE=83, PLUS=84, MINUS=85, - ASTERISK=86, SLASH=87, PERCENT=88, LEFT_BRACES=89, RIGHT_BRACES=90, DOUBLE_PARAMS=91, - NAMED_OR_POSITIONAL_PARAM=92, NAMED_OR_POSITIONAL_DOUBLE_PARAMS=93, OPENING_BRACKET=94, - CLOSING_BRACKET=95, LP=96, RP=97, UNQUOTED_IDENTIFIER=98, QUOTED_IDENTIFIER=99, - EXPR_LINE_COMMENT=100, EXPR_MULTILINE_COMMENT=101, EXPR_WS=102, METADATA=103, - UNQUOTED_SOURCE=104, FROM_LINE_COMMENT=105, FROM_MULTILINE_COMMENT=106, - FROM_WS=107, FORK_WS=108, FORK_LINE_COMMENT=109, FORK_MULTILINE_COMMENT=110, - JOIN=111, USING=112, JOIN_LINE_COMMENT=113, JOIN_MULTILINE_COMMENT=114, - JOIN_WS=115, LOOKUP_LINE_COMMENT=116, LOOKUP_MULTILINE_COMMENT=117, LOOKUP_WS=118, - LOOKUP_FIELD_LINE_COMMENT=119, LOOKUP_FIELD_MULTILINE_COMMENT=120, LOOKUP_FIELD_WS=121, - MVEXPAND_LINE_COMMENT=122, MVEXPAND_MULTILINE_COMMENT=123, MVEXPAND_WS=124, - ID_PATTERN=125, PROJECT_LINE_COMMENT=126, PROJECT_MULTILINE_COMMENT=127, - PROJECT_WS=128, AS=129, RENAME_LINE_COMMENT=130, RENAME_MULTILINE_COMMENT=131, - RENAME_WS=132, INFO=133, SHOW_LINE_COMMENT=134, SHOW_MULTILINE_COMMENT=135, - SHOW_WS=136; + WHERE=14, DEV_INLINESTATS=15, DEV_RERANK=16, FROM=17, DEV_TIME_SERIES=18, + DEV_FORK=19, JOIN_LOOKUP=20, DEV_JOIN_FULL=21, DEV_JOIN_LEFT=22, DEV_JOIN_RIGHT=23, + DEV_LOOKUP=24, MV_EXPAND=25, DROP=26, KEEP=27, DEV_INSIST=28, DEV_RRF=29, + RENAME=30, SHOW=31, UNKNOWN_CMD=32, CHANGE_POINT_LINE_COMMENT=33, CHANGE_POINT_MULTILINE_COMMENT=34, + CHANGE_POINT_WS=35, ENRICH_POLICY_NAME=36, ENRICH_LINE_COMMENT=37, ENRICH_MULTILINE_COMMENT=38, + ENRICH_WS=39, ENRICH_FIELD_LINE_COMMENT=40, ENRICH_FIELD_MULTILINE_COMMENT=41, + ENRICH_FIELD_WS=42, SETTING=43, SETTING_LINE_COMMENT=44, SETTTING_MULTILINE_COMMENT=45, + SETTING_WS=46, EXPLAIN_WS=47, EXPLAIN_LINE_COMMENT=48, EXPLAIN_MULTILINE_COMMENT=49, + PIPE=50, QUOTED_STRING=51, INTEGER_LITERAL=52, DECIMAL_LITERAL=53, AND=54, + AS=55, ASC=56, ASSIGN=57, BY=58, CAST_OP=59, COLON=60, COMMA=61, DESC=62, + DOT=63, FALSE=64, FIRST=65, IN=66, IS=67, LAST=68, LIKE=69, NOT=70, NULL=71, + NULLS=72, ON=73, OR=74, PARAM=75, RLIKE=76, TRUE=77, WITH=78, EQ=79, CIEQ=80, + NEQ=81, LT=82, LTE=83, GT=84, GTE=85, PLUS=86, MINUS=87, ASTERISK=88, + SLASH=89, PERCENT=90, LEFT_BRACES=91, RIGHT_BRACES=92, DOUBLE_PARAMS=93, + NAMED_OR_POSITIONAL_PARAM=94, NAMED_OR_POSITIONAL_DOUBLE_PARAMS=95, OPENING_BRACKET=96, + CLOSING_BRACKET=97, LP=98, RP=99, UNQUOTED_IDENTIFIER=100, QUOTED_IDENTIFIER=101, + EXPR_LINE_COMMENT=102, EXPR_MULTILINE_COMMENT=103, EXPR_WS=104, METADATA=105, + UNQUOTED_SOURCE=106, FROM_LINE_COMMENT=107, FROM_MULTILINE_COMMENT=108, + FROM_WS=109, FORK_WS=110, FORK_LINE_COMMENT=111, FORK_MULTILINE_COMMENT=112, + JOIN=113, USING=114, JOIN_LINE_COMMENT=115, JOIN_MULTILINE_COMMENT=116, + JOIN_WS=117, LOOKUP_LINE_COMMENT=118, LOOKUP_MULTILINE_COMMENT=119, LOOKUP_WS=120, + LOOKUP_FIELD_LINE_COMMENT=121, LOOKUP_FIELD_MULTILINE_COMMENT=122, LOOKUP_FIELD_WS=123, + MVEXPAND_LINE_COMMENT=124, MVEXPAND_MULTILINE_COMMENT=125, MVEXPAND_WS=126, + ID_PATTERN=127, PROJECT_LINE_COMMENT=128, PROJECT_MULTILINE_COMMENT=129, + PROJECT_WS=130, RENAME_LINE_COMMENT=131, RENAME_MULTILINE_COMMENT=132, + RENAME_WS=133, INFO=134, SHOW_LINE_COMMENT=135, SHOW_MULTILINE_COMMENT=136, + SHOW_WS=137; public static final int RULE_singleStatement = 0, RULE_query = 1, RULE_sourceCommand = 2, RULE_processingCommand = 3, RULE_whereCommand = 4, RULE_dataType = 5, RULE_rowCommand = 6, RULE_fields = 7, @@ -72,14 +72,14 @@ public class EsqlBaseParser extends ParserConfig { RULE_inlinestatsCommand = 47, RULE_changePointCommand = 48, RULE_insistCommand = 49, RULE_forkCommand = 50, RULE_forkSubQueries = 51, RULE_forkSubQuery = 52, RULE_forkSubQueryCommand = 53, RULE_forkSubQueryProcessingCommand = 54, - RULE_rrfCommand = 55, RULE_booleanExpression = 56, RULE_regexBooleanExpression = 57, - RULE_matchBooleanExpression = 58, RULE_valueExpression = 59, RULE_operatorExpression = 60, - RULE_primaryExpression = 61, RULE_functionExpression = 62, RULE_functionName = 63, - RULE_mapExpression = 64, RULE_entryExpression = 65, RULE_constant = 66, - RULE_booleanValue = 67, RULE_numericValue = 68, RULE_decimalValue = 69, - RULE_integerValue = 70, RULE_string = 71, RULE_comparisonOperator = 72, - RULE_joinCommand = 73, RULE_joinTarget = 74, RULE_joinCondition = 75, - RULE_joinPredicate = 76; + RULE_rrfCommand = 55, RULE_rerankCommand = 56, RULE_booleanExpression = 57, + RULE_regexBooleanExpression = 58, RULE_matchBooleanExpression = 59, RULE_valueExpression = 60, + RULE_operatorExpression = 61, RULE_primaryExpression = 62, RULE_functionExpression = 63, + RULE_functionName = 64, RULE_mapExpression = 65, RULE_entryExpression = 66, + RULE_constant = 67, RULE_booleanValue = 68, RULE_numericValue = 69, RULE_decimalValue = 70, + RULE_integerValue = 71, RULE_string = 72, RULE_comparisonOperator = 73, + RULE_joinCommand = 74, RULE_joinTarget = 75, RULE_joinCondition = 76, + RULE_joinPredicate = 77; private static String[] makeRuleNames() { return new String[] { "singleStatement", "query", "sourceCommand", "processingCommand", "whereCommand", @@ -94,11 +94,12 @@ private static String[] makeRuleNames() { "showCommand", "enrichCommand", "enrichWithClause", "lookupCommand", "inlinestatsCommand", "changePointCommand", "insistCommand", "forkCommand", "forkSubQueries", "forkSubQuery", "forkSubQueryCommand", "forkSubQueryProcessingCommand", - "rrfCommand", "booleanExpression", "regexBooleanExpression", "matchBooleanExpression", - "valueExpression", "operatorExpression", "primaryExpression", "functionExpression", - "functionName", "mapExpression", "entryExpression", "constant", "booleanValue", - "numericValue", "decimalValue", "integerValue", "string", "comparisonOperator", - "joinCommand", "joinTarget", "joinCondition", "joinPredicate" + "rrfCommand", "rerankCommand", "booleanExpression", "regexBooleanExpression", + "matchBooleanExpression", "valueExpression", "operatorExpression", "primaryExpression", + "functionExpression", "functionName", "mapExpression", "entryExpression", + "constant", "booleanValue", "numericValue", "decimalValue", "integerValue", + "string", "comparisonOperator", "joinCommand", "joinTarget", "joinCondition", + "joinPredicate" }; } public static final String[] ruleNames = makeRuleNames(); @@ -106,19 +107,19 @@ private static String[] makeRuleNames() { private static String[] makeLiteralNames() { return new String[] { null, null, null, null, null, "'enrich'", "'explain'", "'dissect'", "'eval'", - "'grok'", "'limit'", "'row'", "'sort'", "'stats'", "'where'", null, "'from'", - null, null, "'lookup'", null, null, null, null, "'mv_expand'", "'drop'", - "'keep'", null, null, "'rename'", "'show'", null, null, null, null, "'on'", - "'with'", null, null, null, null, null, null, null, null, null, null, - null, null, null, null, "'|'", null, null, null, "'by'", "'and'", "'asc'", - "'='", "'::'", "':'", "','", "'desc'", "'.'", "'false'", "'first'", "'in'", - "'is'", "'last'", "'like'", "'not'", "'null'", "'nulls'", "'or'", "'?'", - "'rlike'", "'true'", "'=='", "'=~'", "'!='", "'<'", "'<='", "'>'", "'>='", - "'+'", "'-'", "'*'", "'/'", "'%'", "'{'", "'}'", "'??'", null, null, - null, "']'", null, "')'", null, null, null, null, null, "'metadata'", - null, null, null, null, null, null, null, "'join'", "'USING'", null, + "'grok'", "'limit'", "'row'", "'sort'", "'stats'", "'where'", null, null, + "'from'", null, null, "'lookup'", null, null, null, null, "'mv_expand'", + "'drop'", "'keep'", null, null, "'rename'", "'show'", null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, - null, null, null, "'as'", null, null, null, "'info'" + null, null, null, "'|'", null, null, null, "'and'", "'as'", "'asc'", + "'='", "'by'", "'::'", "':'", "','", "'desc'", "'.'", "'false'", "'first'", + "'in'", "'is'", "'last'", "'like'", "'not'", "'null'", "'nulls'", "'on'", + "'or'", "'?'", "'rlike'", "'true'", "'with'", "'=='", "'=~'", "'!='", + "'<'", "'<='", "'>'", "'>='", "'+'", "'-'", "'*'", "'/'", "'%'", "'{'", + "'}'", "'??'", null, null, null, "']'", null, "')'", null, null, null, + null, null, "'metadata'", null, null, null, null, null, null, null, "'join'", + "'USING'", null, null, null, null, null, null, null, null, null, null, + null, null, null, null, null, null, null, null, null, "'info'" }; } private static final String[] _LITERAL_NAMES = makeLiteralNames(); @@ -126,20 +127,20 @@ private static String[] makeSymbolicNames() { return new String[] { null, "LINE_COMMENT", "MULTILINE_COMMENT", "WS", "DEV_CHANGE_POINT", "ENRICH", "EXPLAIN", "DISSECT", "EVAL", "GROK", "LIMIT", "ROW", "SORT", - "STATS", "WHERE", "DEV_INLINESTATS", "FROM", "DEV_TIME_SERIES", "DEV_FORK", - "JOIN_LOOKUP", "DEV_JOIN_FULL", "DEV_JOIN_LEFT", "DEV_JOIN_RIGHT", "DEV_LOOKUP", - "MV_EXPAND", "DROP", "KEEP", "DEV_INSIST", "DEV_RRF", "RENAME", "SHOW", - "UNKNOWN_CMD", "CHANGE_POINT_LINE_COMMENT", "CHANGE_POINT_MULTILINE_COMMENT", - "CHANGE_POINT_WS", "ON", "WITH", "ENRICH_POLICY_NAME", "ENRICH_LINE_COMMENT", - "ENRICH_MULTILINE_COMMENT", "ENRICH_WS", "ENRICH_FIELD_LINE_COMMENT", - "ENRICH_FIELD_MULTILINE_COMMENT", "ENRICH_FIELD_WS", "SETTING", "SETTING_LINE_COMMENT", - "SETTTING_MULTILINE_COMMENT", "SETTING_WS", "EXPLAIN_WS", "EXPLAIN_LINE_COMMENT", - "EXPLAIN_MULTILINE_COMMENT", "PIPE", "QUOTED_STRING", "INTEGER_LITERAL", - "DECIMAL_LITERAL", "BY", "AND", "ASC", "ASSIGN", "CAST_OP", "COLON", - "COMMA", "DESC", "DOT", "FALSE", "FIRST", "IN", "IS", "LAST", "LIKE", - "NOT", "NULL", "NULLS", "OR", "PARAM", "RLIKE", "TRUE", "EQ", "CIEQ", - "NEQ", "LT", "LTE", "GT", "GTE", "PLUS", "MINUS", "ASTERISK", "SLASH", - "PERCENT", "LEFT_BRACES", "RIGHT_BRACES", "DOUBLE_PARAMS", "NAMED_OR_POSITIONAL_PARAM", + "STATS", "WHERE", "DEV_INLINESTATS", "DEV_RERANK", "FROM", "DEV_TIME_SERIES", + "DEV_FORK", "JOIN_LOOKUP", "DEV_JOIN_FULL", "DEV_JOIN_LEFT", "DEV_JOIN_RIGHT", + "DEV_LOOKUP", "MV_EXPAND", "DROP", "KEEP", "DEV_INSIST", "DEV_RRF", "RENAME", + "SHOW", "UNKNOWN_CMD", "CHANGE_POINT_LINE_COMMENT", "CHANGE_POINT_MULTILINE_COMMENT", + "CHANGE_POINT_WS", "ENRICH_POLICY_NAME", "ENRICH_LINE_COMMENT", "ENRICH_MULTILINE_COMMENT", + "ENRICH_WS", "ENRICH_FIELD_LINE_COMMENT", "ENRICH_FIELD_MULTILINE_COMMENT", + "ENRICH_FIELD_WS", "SETTING", "SETTING_LINE_COMMENT", "SETTTING_MULTILINE_COMMENT", + "SETTING_WS", "EXPLAIN_WS", "EXPLAIN_LINE_COMMENT", "EXPLAIN_MULTILINE_COMMENT", + "PIPE", "QUOTED_STRING", "INTEGER_LITERAL", "DECIMAL_LITERAL", "AND", + "AS", "ASC", "ASSIGN", "BY", "CAST_OP", "COLON", "COMMA", "DESC", "DOT", + "FALSE", "FIRST", "IN", "IS", "LAST", "LIKE", "NOT", "NULL", "NULLS", + "ON", "OR", "PARAM", "RLIKE", "TRUE", "WITH", "EQ", "CIEQ", "NEQ", "LT", + "LTE", "GT", "GTE", "PLUS", "MINUS", "ASTERISK", "SLASH", "PERCENT", + "LEFT_BRACES", "RIGHT_BRACES", "DOUBLE_PARAMS", "NAMED_OR_POSITIONAL_PARAM", "NAMED_OR_POSITIONAL_DOUBLE_PARAMS", "OPENING_BRACKET", "CLOSING_BRACKET", "LP", "RP", "UNQUOTED_IDENTIFIER", "QUOTED_IDENTIFIER", "EXPR_LINE_COMMENT", "EXPR_MULTILINE_COMMENT", "EXPR_WS", "METADATA", "UNQUOTED_SOURCE", "FROM_LINE_COMMENT", @@ -149,8 +150,8 @@ private static String[] makeSymbolicNames() { "LOOKUP_FIELD_LINE_COMMENT", "LOOKUP_FIELD_MULTILINE_COMMENT", "LOOKUP_FIELD_WS", "MVEXPAND_LINE_COMMENT", "MVEXPAND_MULTILINE_COMMENT", "MVEXPAND_WS", "ID_PATTERN", "PROJECT_LINE_COMMENT", "PROJECT_MULTILINE_COMMENT", "PROJECT_WS", - "AS", "RENAME_LINE_COMMENT", "RENAME_MULTILINE_COMMENT", "RENAME_WS", - "INFO", "SHOW_LINE_COMMENT", "SHOW_MULTILINE_COMMENT", "SHOW_WS" + "RENAME_LINE_COMMENT", "RENAME_MULTILINE_COMMENT", "RENAME_WS", "INFO", + "SHOW_LINE_COMMENT", "SHOW_MULTILINE_COMMENT", "SHOW_WS" }; } private static final String[] _SYMBOLIC_NAMES = makeSymbolicNames(); @@ -237,9 +238,9 @@ public final SingleStatementContext singleStatement() throws RecognitionExceptio try { enterOuterAlt(_localctx, 1); { - setState(154); + setState(156); query(0); - setState(155); + setState(157); match(EOF); } } @@ -335,11 +336,11 @@ private QueryContext query(int _p) throws RecognitionException { _ctx = _localctx; _prevctx = _localctx; - setState(158); + setState(160); sourceCommand(); } _ctx.stop = _input.LT(-1); - setState(165); + setState(167); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,0,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { @@ -350,16 +351,16 @@ private QueryContext query(int _p) throws RecognitionException { { _localctx = new CompositeQueryContext(new QueryContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_query); - setState(160); + setState(162); if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(161); + setState(163); match(PIPE); - setState(162); + setState(164); processingCommand(); } } } - setState(167); + setState(169); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,0,_ctx); } @@ -417,43 +418,43 @@ public final SourceCommandContext sourceCommand() throws RecognitionException { SourceCommandContext _localctx = new SourceCommandContext(_ctx, getState()); enterRule(_localctx, 4, RULE_sourceCommand); try { - setState(174); + setState(176); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,1,_ctx) ) { case 1: enterOuterAlt(_localctx, 1); { - setState(168); + setState(170); explainCommand(); } break; case 2: enterOuterAlt(_localctx, 2); { - setState(169); + setState(171); fromCommand(); } break; case 3: enterOuterAlt(_localctx, 3); { - setState(170); + setState(172); rowCommand(); } break; case 4: enterOuterAlt(_localctx, 4); { - setState(171); + setState(173); showCommand(); } break; case 5: enterOuterAlt(_localctx, 5); { - setState(172); + setState(174); if (!(this.isDevVersion())) throw new FailedPredicateException(this, "this.isDevVersion()"); - setState(173); + setState(175); timeSeriesCommand(); } break; @@ -526,6 +527,9 @@ public InsistCommandContext insistCommand() { public ForkCommandContext forkCommand() { return getRuleContext(ForkCommandContext.class,0); } + public RerankCommandContext rerankCommand() { + return getRuleContext(RerankCommandContext.class,0); + } public RrfCommandContext rrfCommand() { return getRuleContext(RrfCommandContext.class,0); } @@ -553,151 +557,160 @@ public final ProcessingCommandContext processingCommand() throws RecognitionExce ProcessingCommandContext _localctx = new ProcessingCommandContext(_ctx, getState()); enterRule(_localctx, 6, RULE_processingCommand); try { - setState(201); + setState(205); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,2,_ctx) ) { case 1: enterOuterAlt(_localctx, 1); { - setState(176); + setState(178); evalCommand(); } break; case 2: enterOuterAlt(_localctx, 2); { - setState(177); + setState(179); whereCommand(); } break; case 3: enterOuterAlt(_localctx, 3); { - setState(178); + setState(180); keepCommand(); } break; case 4: enterOuterAlt(_localctx, 4); { - setState(179); + setState(181); limitCommand(); } break; case 5: enterOuterAlt(_localctx, 5); { - setState(180); + setState(182); statsCommand(); } break; case 6: enterOuterAlt(_localctx, 6); { - setState(181); + setState(183); sortCommand(); } break; case 7: enterOuterAlt(_localctx, 7); { - setState(182); + setState(184); dropCommand(); } break; case 8: enterOuterAlt(_localctx, 8); { - setState(183); + setState(185); renameCommand(); } break; case 9: enterOuterAlt(_localctx, 9); { - setState(184); + setState(186); dissectCommand(); } break; case 10: enterOuterAlt(_localctx, 10); { - setState(185); + setState(187); grokCommand(); } break; case 11: enterOuterAlt(_localctx, 11); { - setState(186); + setState(188); enrichCommand(); } break; case 12: enterOuterAlt(_localctx, 12); { - setState(187); + setState(189); mvExpandCommand(); } break; case 13: enterOuterAlt(_localctx, 13); { - setState(188); + setState(190); joinCommand(); } break; case 14: enterOuterAlt(_localctx, 14); { - setState(189); + setState(191); if (!(this.isDevVersion())) throw new FailedPredicateException(this, "this.isDevVersion()"); - setState(190); + setState(192); inlinestatsCommand(); } break; case 15: enterOuterAlt(_localctx, 15); { - setState(191); + setState(193); if (!(this.isDevVersion())) throw new FailedPredicateException(this, "this.isDevVersion()"); - setState(192); + setState(194); lookupCommand(); } break; case 16: enterOuterAlt(_localctx, 16); { - setState(193); + setState(195); if (!(this.isDevVersion())) throw new FailedPredicateException(this, "this.isDevVersion()"); - setState(194); + setState(196); changePointCommand(); } break; case 17: enterOuterAlt(_localctx, 17); { - setState(195); + setState(197); if (!(this.isDevVersion())) throw new FailedPredicateException(this, "this.isDevVersion()"); - setState(196); + setState(198); insistCommand(); } break; case 18: enterOuterAlt(_localctx, 18); { - setState(197); + setState(199); if (!(this.isDevVersion())) throw new FailedPredicateException(this, "this.isDevVersion()"); - setState(198); + setState(200); forkCommand(); } break; case 19: enterOuterAlt(_localctx, 19); { - setState(199); + setState(201); if (!(this.isDevVersion())) throw new FailedPredicateException(this, "this.isDevVersion()"); - setState(200); + setState(202); + rerankCommand(); + } + break; + case 20: + enterOuterAlt(_localctx, 20); + { + setState(203); + if (!(this.isDevVersion())) throw new FailedPredicateException(this, "this.isDevVersion()"); + setState(204); rrfCommand(); } break; @@ -746,9 +759,9 @@ public final WhereCommandContext whereCommand() throws RecognitionException { try { enterOuterAlt(_localctx, 1); { - setState(203); + setState(207); match(WHERE); - setState(204); + setState(208); booleanExpression(0); } } @@ -806,7 +819,7 @@ public final DataTypeContext dataType() throws RecognitionException { _localctx = new ToDataTypeContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(206); + setState(210); identifier(); } } @@ -853,9 +866,9 @@ public final RowCommandContext rowCommand() throws RecognitionException { try { enterOuterAlt(_localctx, 1); { - setState(208); + setState(212); match(ROW); - setState(209); + setState(213); fields(); } } @@ -909,23 +922,23 @@ public final FieldsContext fields() throws RecognitionException { int _alt; enterOuterAlt(_localctx, 1); { - setState(211); + setState(215); field(); - setState(216); + setState(220); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,3,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { { { - setState(212); + setState(216); match(COMMA); - setState(213); + setState(217); field(); } } } - setState(218); + setState(222); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,3,_ctx); } @@ -977,19 +990,19 @@ public final FieldContext field() throws RecognitionException { try { enterOuterAlt(_localctx, 1); { - setState(222); + setState(226); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,4,_ctx) ) { case 1: { - setState(219); + setState(223); qualifiedName(); - setState(220); + setState(224); match(ASSIGN); } break; } - setState(224); + setState(228); booleanExpression(0); } } @@ -1036,9 +1049,9 @@ public final FromCommandContext fromCommand() throws RecognitionException { try { enterOuterAlt(_localctx, 1); { - setState(226); + setState(230); match(FROM); - setState(227); + setState(231); indexPatternAndMetadataFields(); } } @@ -1085,9 +1098,9 @@ public final TimeSeriesCommandContext timeSeriesCommand() throws RecognitionExce try { enterOuterAlt(_localctx, 1); { - setState(229); + setState(233); match(DEV_TIME_SERIES); - setState(230); + setState(234); indexPatternAndMetadataFields(); } } @@ -1144,32 +1157,32 @@ public final IndexPatternAndMetadataFieldsContext indexPatternAndMetadataFields( int _alt; enterOuterAlt(_localctx, 1); { - setState(232); + setState(236); indexPattern(); - setState(237); + setState(241); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,5,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { { { - setState(233); + setState(237); match(COMMA); - setState(234); + setState(238); indexPattern(); } } } - setState(239); + setState(243); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,5,_ctx); } - setState(241); + setState(245); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,6,_ctx) ) { case 1: { - setState(240); + setState(244); metadata(); } break; @@ -1224,43 +1237,43 @@ public final IndexPatternContext indexPattern() throws RecognitionException { IndexPatternContext _localctx = new IndexPatternContext(_ctx, getState()); enterRule(_localctx, 24, RULE_indexPattern); try { - setState(255); + setState(259); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,9,_ctx) ) { case 1: enterOuterAlt(_localctx, 1); { - setState(246); + setState(250); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,7,_ctx) ) { case 1: { - setState(243); + setState(247); clusterString(); - setState(244); + setState(248); match(COLON); } break; } - setState(248); + setState(252); indexString(); } break; case 2: enterOuterAlt(_localctx, 2); { - setState(249); + setState(253); if (!(this.isDevVersion())) throw new FailedPredicateException(this, "this.isDevVersion()"); - setState(250); + setState(254); indexString(); - setState(253); + setState(257); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,8,_ctx) ) { case 1: { - setState(251); + setState(255); match(CAST_OP); - setState(252); + setState(256); selectorString(); } break; @@ -1311,7 +1324,7 @@ public final ClusterStringContext clusterString() throws RecognitionException { try { enterOuterAlt(_localctx, 1); { - setState(257); + setState(261); _la = _input.LA(1); if ( !(_la==QUOTED_STRING || _la==UNQUOTED_SOURCE) ) { _errHandler.recoverInline(this); @@ -1365,7 +1378,7 @@ public final SelectorStringContext selectorString() throws RecognitionException try { enterOuterAlt(_localctx, 1); { - setState(259); + setState(263); _la = _input.LA(1); if ( !(_la==QUOTED_STRING || _la==UNQUOTED_SOURCE) ) { _errHandler.recoverInline(this); @@ -1419,7 +1432,7 @@ public final IndexStringContext indexString() throws RecognitionException { try { enterOuterAlt(_localctx, 1); { - setState(261); + setState(265); _la = _input.LA(1); if ( !(_la==QUOTED_STRING || _la==UNQUOTED_SOURCE) ) { _errHandler.recoverInline(this); @@ -1480,25 +1493,25 @@ public final MetadataContext metadata() throws RecognitionException { int _alt; enterOuterAlt(_localctx, 1); { - setState(263); + setState(267); match(METADATA); - setState(264); + setState(268); match(UNQUOTED_SOURCE); - setState(269); + setState(273); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,10,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { { { - setState(265); + setState(269); match(COMMA); - setState(266); + setState(270); match(UNQUOTED_SOURCE); } } } - setState(271); + setState(275); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,10,_ctx); } @@ -1547,9 +1560,9 @@ public final EvalCommandContext evalCommand() throws RecognitionException { try { enterOuterAlt(_localctx, 1); { - setState(272); + setState(276); match(EVAL); - setState(273); + setState(277); fields(); } } @@ -1602,26 +1615,26 @@ public final StatsCommandContext statsCommand() throws RecognitionException { try { enterOuterAlt(_localctx, 1); { - setState(275); + setState(279); match(STATS); - setState(277); + setState(281); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,11,_ctx) ) { case 1: { - setState(276); + setState(280); ((StatsCommandContext)_localctx).stats = aggFields(); } break; } - setState(281); + setState(285); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,12,_ctx) ) { case 1: { - setState(279); + setState(283); match(BY); - setState(280); + setState(284); ((StatsCommandContext)_localctx).grouping = fields(); } break; @@ -1678,23 +1691,23 @@ public final AggFieldsContext aggFields() throws RecognitionException { int _alt; enterOuterAlt(_localctx, 1); { - setState(283); + setState(287); aggField(); - setState(288); + setState(292); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,13,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { { { - setState(284); + setState(288); match(COMMA); - setState(285); + setState(289); aggField(); } } } - setState(290); + setState(294); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,13,_ctx); } @@ -1746,16 +1759,16 @@ public final AggFieldContext aggField() throws RecognitionException { try { enterOuterAlt(_localctx, 1); { - setState(291); + setState(295); field(); - setState(294); + setState(298); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,14,_ctx) ) { case 1: { - setState(292); + setState(296); match(WHERE); - setState(293); + setState(297); booleanExpression(0); } break; @@ -1812,23 +1825,23 @@ public final QualifiedNameContext qualifiedName() throws RecognitionException { int _alt; enterOuterAlt(_localctx, 1); { - setState(296); + setState(300); identifierOrParameter(); - setState(301); + setState(305); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,15,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { { { - setState(297); + setState(301); match(DOT); - setState(298); + setState(302); identifierOrParameter(); } } } - setState(303); + setState(307); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,15,_ctx); } @@ -1884,23 +1897,23 @@ public final QualifiedNamePatternContext qualifiedNamePattern() throws Recogniti int _alt; enterOuterAlt(_localctx, 1); { - setState(304); + setState(308); identifierPattern(); - setState(309); + setState(313); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,16,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { { { - setState(305); + setState(309); match(DOT); - setState(306); + setState(310); identifierPattern(); } } } - setState(311); + setState(315); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,16,_ctx); } @@ -1956,23 +1969,23 @@ public final QualifiedNamePatternsContext qualifiedNamePatterns() throws Recogni int _alt; enterOuterAlt(_localctx, 1); { - setState(312); + setState(316); qualifiedNamePattern(); - setState(317); + setState(321); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,17,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { { { - setState(313); + setState(317); match(COMMA); - setState(314); + setState(318); qualifiedNamePattern(); } } } - setState(319); + setState(323); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,17,_ctx); } @@ -2020,7 +2033,7 @@ public final IdentifierContext identifier() throws RecognitionException { try { enterOuterAlt(_localctx, 1); { - setState(320); + setState(324); _la = _input.LA(1); if ( !(_la==UNQUOTED_IDENTIFIER || _la==QUOTED_IDENTIFIER) ) { _errHandler.recoverInline(this); @@ -2076,13 +2089,13 @@ public final IdentifierPatternContext identifierPattern() throws RecognitionExce IdentifierPatternContext _localctx = new IdentifierPatternContext(_ctx, getState()); enterRule(_localctx, 50, RULE_identifierPattern); try { - setState(325); + setState(329); _errHandler.sync(this); switch (_input.LA(1)) { case ID_PATTERN: enterOuterAlt(_localctx, 1); { - setState(322); + setState(326); match(ID_PATTERN); } break; @@ -2090,7 +2103,7 @@ public final IdentifierPatternContext identifierPattern() throws RecognitionExce case NAMED_OR_POSITIONAL_PARAM: enterOuterAlt(_localctx, 2); { - setState(323); + setState(327); parameter(); } break; @@ -2098,7 +2111,7 @@ public final IdentifierPatternContext identifierPattern() throws RecognitionExce case NAMED_OR_POSITIONAL_DOUBLE_PARAMS: enterOuterAlt(_localctx, 3); { - setState(324); + setState(328); doubleParameter(); } break; @@ -2174,14 +2187,14 @@ public final ParameterContext parameter() throws RecognitionException { ParameterContext _localctx = new ParameterContext(_ctx, getState()); enterRule(_localctx, 52, RULE_parameter); try { - setState(329); + setState(333); _errHandler.sync(this); switch (_input.LA(1)) { case PARAM: _localctx = new InputParamContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(327); + setState(331); match(PARAM); } break; @@ -2189,7 +2202,7 @@ public final ParameterContext parameter() throws RecognitionException { _localctx = new InputNamedOrPositionalParamContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(328); + setState(332); match(NAMED_OR_POSITIONAL_PARAM); } break; @@ -2265,14 +2278,14 @@ public final DoubleParameterContext doubleParameter() throws RecognitionExceptio DoubleParameterContext _localctx = new DoubleParameterContext(_ctx, getState()); enterRule(_localctx, 54, RULE_doubleParameter); try { - setState(333); + setState(337); _errHandler.sync(this); switch (_input.LA(1)) { case DOUBLE_PARAMS: _localctx = new InputDoubleParamsContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(331); + setState(335); match(DOUBLE_PARAMS); } break; @@ -2280,7 +2293,7 @@ public final DoubleParameterContext doubleParameter() throws RecognitionExceptio _localctx = new InputNamedOrPositionalDoubleParamsContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(332); + setState(336); match(NAMED_OR_POSITIONAL_DOUBLE_PARAMS); } break; @@ -2334,14 +2347,14 @@ public final IdentifierOrParameterContext identifierOrParameter() throws Recogni IdentifierOrParameterContext _localctx = new IdentifierOrParameterContext(_ctx, getState()); enterRule(_localctx, 56, RULE_identifierOrParameter); try { - setState(338); + setState(342); _errHandler.sync(this); switch (_input.LA(1)) { case UNQUOTED_IDENTIFIER: case QUOTED_IDENTIFIER: enterOuterAlt(_localctx, 1); { - setState(335); + setState(339); identifier(); } break; @@ -2349,7 +2362,7 @@ public final IdentifierOrParameterContext identifierOrParameter() throws Recogni case NAMED_OR_POSITIONAL_PARAM: enterOuterAlt(_localctx, 2); { - setState(336); + setState(340); parameter(); } break; @@ -2357,7 +2370,7 @@ public final IdentifierOrParameterContext identifierOrParameter() throws Recogni case NAMED_OR_POSITIONAL_DOUBLE_PARAMS: enterOuterAlt(_localctx, 3); { - setState(337); + setState(341); doubleParameter(); } break; @@ -2406,9 +2419,9 @@ public final LimitCommandContext limitCommand() throws RecognitionException { try { enterOuterAlt(_localctx, 1); { - setState(340); + setState(344); match(LIMIT); - setState(341); + setState(345); match(INTEGER_LITERAL); } } @@ -2463,25 +2476,25 @@ public final SortCommandContext sortCommand() throws RecognitionException { int _alt; enterOuterAlt(_localctx, 1); { - setState(343); + setState(347); match(SORT); - setState(344); + setState(348); orderExpression(); - setState(349); + setState(353); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,22,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { { { - setState(345); + setState(349); match(COMMA); - setState(346); + setState(350); orderExpression(); } } } - setState(351); + setState(355); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,22,_ctx); } @@ -2537,14 +2550,14 @@ public final OrderExpressionContext orderExpression() throws RecognitionExceptio try { enterOuterAlt(_localctx, 1); { - setState(352); + setState(356); booleanExpression(0); - setState(354); + setState(358); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,23,_ctx) ) { case 1: { - setState(353); + setState(357); ((OrderExpressionContext)_localctx).ordering = _input.LT(1); _la = _input.LA(1); if ( !(_la==ASC || _la==DESC) ) { @@ -2558,14 +2571,14 @@ public final OrderExpressionContext orderExpression() throws RecognitionExceptio } break; } - setState(358); + setState(362); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,24,_ctx) ) { case 1: { - setState(356); + setState(360); match(NULLS); - setState(357); + setState(361); ((OrderExpressionContext)_localctx).nullOrdering = _input.LT(1); _la = _input.LA(1); if ( !(_la==FIRST || _la==LAST) ) { @@ -2624,9 +2637,9 @@ public final KeepCommandContext keepCommand() throws RecognitionException { try { enterOuterAlt(_localctx, 1); { - setState(360); + setState(364); match(KEEP); - setState(361); + setState(365); qualifiedNamePatterns(); } } @@ -2673,9 +2686,9 @@ public final DropCommandContext dropCommand() throws RecognitionException { try { enterOuterAlt(_localctx, 1); { - setState(363); + setState(367); match(DROP); - setState(364); + setState(368); qualifiedNamePatterns(); } } @@ -2730,25 +2743,25 @@ public final RenameCommandContext renameCommand() throws RecognitionException { int _alt; enterOuterAlt(_localctx, 1); { - setState(366); + setState(370); match(RENAME); - setState(367); + setState(371); renameClause(); - setState(372); + setState(376); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,25,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { { { - setState(368); + setState(372); match(COMMA); - setState(369); + setState(373); renameClause(); } } } - setState(374); + setState(378); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,25,_ctx); } @@ -2802,11 +2815,11 @@ public final RenameClauseContext renameClause() throws RecognitionException { try { enterOuterAlt(_localctx, 1); { - setState(375); + setState(379); ((RenameClauseContext)_localctx).oldName = qualifiedNamePattern(); - setState(376); + setState(380); match(AS); - setState(377); + setState(381); ((RenameClauseContext)_localctx).newName = qualifiedNamePattern(); } } @@ -2859,18 +2872,18 @@ public final DissectCommandContext dissectCommand() throws RecognitionException try { enterOuterAlt(_localctx, 1); { - setState(379); + setState(383); match(DISSECT); - setState(380); + setState(384); primaryExpression(0); - setState(381); + setState(385); string(); - setState(383); + setState(387); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,26,_ctx) ) { case 1: { - setState(382); + setState(386); commandOptions(); } break; @@ -2923,11 +2936,11 @@ public final GrokCommandContext grokCommand() throws RecognitionException { try { enterOuterAlt(_localctx, 1); { - setState(385); + setState(389); match(GROK); - setState(386); + setState(390); primaryExpression(0); - setState(387); + setState(391); string(); } } @@ -2974,9 +2987,9 @@ public final MvExpandCommandContext mvExpandCommand() throws RecognitionExceptio try { enterOuterAlt(_localctx, 1); { - setState(389); + setState(393); match(MV_EXPAND); - setState(390); + setState(394); qualifiedName(); } } @@ -3030,23 +3043,23 @@ public final CommandOptionsContext commandOptions() throws RecognitionException int _alt; enterOuterAlt(_localctx, 1); { - setState(392); + setState(396); commandOption(); - setState(397); + setState(401); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,27,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { { { - setState(393); + setState(397); match(COMMA); - setState(394); + setState(398); commandOption(); } } } - setState(399); + setState(403); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,27,_ctx); } @@ -3098,11 +3111,11 @@ public final CommandOptionContext commandOption() throws RecognitionException { try { enterOuterAlt(_localctx, 1); { - setState(400); + setState(404); identifier(); - setState(401); + setState(405); match(ASSIGN); - setState(402); + setState(406); constant(); } } @@ -3149,9 +3162,9 @@ public final ExplainCommandContext explainCommand() throws RecognitionException try { enterOuterAlt(_localctx, 1); { - setState(404); + setState(408); match(EXPLAIN); - setState(405); + setState(409); subqueryExpression(); } } @@ -3199,11 +3212,11 @@ public final SubqueryExpressionContext subqueryExpression() throws RecognitionEx try { enterOuterAlt(_localctx, 1); { - setState(407); + setState(411); match(OPENING_BRACKET); - setState(408); + setState(412); query(0); - setState(409); + setState(413); match(CLOSING_BRACKET); } } @@ -3260,9 +3273,9 @@ public final ShowCommandContext showCommand() throws RecognitionException { _localctx = new ShowInfoContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(411); + setState(415); match(SHOW); - setState(412); + setState(416); match(INFO); } } @@ -3325,46 +3338,46 @@ public final EnrichCommandContext enrichCommand() throws RecognitionException { int _alt; enterOuterAlt(_localctx, 1); { - setState(414); + setState(418); match(ENRICH); - setState(415); + setState(419); ((EnrichCommandContext)_localctx).policyName = match(ENRICH_POLICY_NAME); - setState(418); + setState(422); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,28,_ctx) ) { case 1: { - setState(416); + setState(420); match(ON); - setState(417); + setState(421); ((EnrichCommandContext)_localctx).matchField = qualifiedNamePattern(); } break; } - setState(429); + setState(433); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,30,_ctx) ) { case 1: { - setState(420); + setState(424); match(WITH); - setState(421); + setState(425); enrichWithClause(); - setState(426); + setState(430); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,29,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { { { - setState(422); + setState(426); match(COMMA); - setState(423); + setState(427); enrichWithClause(); } } } - setState(428); + setState(432); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,29,_ctx); } @@ -3421,19 +3434,19 @@ public final EnrichWithClauseContext enrichWithClause() throws RecognitionExcept try { enterOuterAlt(_localctx, 1); { - setState(434); + setState(438); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,31,_ctx) ) { case 1: { - setState(431); + setState(435); ((EnrichWithClauseContext)_localctx).newName = qualifiedNamePattern(); - setState(432); + setState(436); match(ASSIGN); } break; } - setState(436); + setState(440); ((EnrichWithClauseContext)_localctx).enrichField = qualifiedNamePattern(); } } @@ -3486,13 +3499,13 @@ public final LookupCommandContext lookupCommand() throws RecognitionException { try { enterOuterAlt(_localctx, 1); { - setState(438); + setState(442); match(DEV_LOOKUP); - setState(439); + setState(443); ((LookupCommandContext)_localctx).tableName = indexPattern(); - setState(440); + setState(444); match(ON); - setState(441); + setState(445); ((LookupCommandContext)_localctx).matchFields = qualifiedNamePatterns(); } } @@ -3545,18 +3558,18 @@ public final InlinestatsCommandContext inlinestatsCommand() throws RecognitionEx try { enterOuterAlt(_localctx, 1); { - setState(443); + setState(447); match(DEV_INLINESTATS); - setState(444); + setState(448); ((InlinestatsCommandContext)_localctx).stats = aggFields(); - setState(447); + setState(451); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,32,_ctx) ) { case 1: { - setState(445); + setState(449); match(BY); - setState(446); + setState(450); ((InlinestatsCommandContext)_localctx).grouping = fields(); } break; @@ -3616,34 +3629,34 @@ public final ChangePointCommandContext changePointCommand() throws RecognitionEx try { enterOuterAlt(_localctx, 1); { - setState(449); + setState(453); match(DEV_CHANGE_POINT); - setState(450); + setState(454); ((ChangePointCommandContext)_localctx).value = qualifiedName(); - setState(453); + setState(457); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,33,_ctx) ) { case 1: { - setState(451); + setState(455); match(ON); - setState(452); + setState(456); ((ChangePointCommandContext)_localctx).key = qualifiedName(); } break; } - setState(460); + setState(464); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,34,_ctx) ) { case 1: { - setState(455); + setState(459); match(AS); - setState(456); + setState(460); ((ChangePointCommandContext)_localctx).targetType = qualifiedName(); - setState(457); + setState(461); match(COMMA); - setState(458); + setState(462); ((ChangePointCommandContext)_localctx).targetPvalue = qualifiedName(); } break; @@ -3693,9 +3706,9 @@ public final InsistCommandContext insistCommand() throws RecognitionException { try { enterOuterAlt(_localctx, 1); { - setState(462); + setState(466); match(DEV_INSIST); - setState(463); + setState(467); qualifiedNamePatterns(); } } @@ -3742,9 +3755,9 @@ public final ForkCommandContext forkCommand() throws RecognitionException { try { enterOuterAlt(_localctx, 1); { - setState(465); + setState(469); match(DEV_FORK); - setState(466); + setState(470); forkSubQueries(); } } @@ -3794,7 +3807,7 @@ public final ForkSubQueriesContext forkSubQueries() throws RecognitionException int _alt; enterOuterAlt(_localctx, 1); { - setState(469); + setState(473); _errHandler.sync(this); _alt = 1; do { @@ -3802,7 +3815,7 @@ public final ForkSubQueriesContext forkSubQueries() throws RecognitionException case 1: { { - setState(468); + setState(472); forkSubQuery(); } } @@ -3810,7 +3823,7 @@ public final ForkSubQueriesContext forkSubQueries() throws RecognitionException default: throw new NoViableAltException(this); } - setState(471); + setState(475); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,35,_ctx); } while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ); @@ -3860,11 +3873,11 @@ public final ForkSubQueryContext forkSubQuery() throws RecognitionException { try { enterOuterAlt(_localctx, 1); { - setState(473); + setState(477); match(LP); - setState(474); + setState(478); forkSubQueryCommand(0); - setState(475); + setState(479); match(RP); } } @@ -3960,11 +3973,11 @@ private ForkSubQueryCommandContext forkSubQueryCommand(int _p) throws Recognitio _ctx = _localctx; _prevctx = _localctx; - setState(478); + setState(482); forkSubQueryProcessingCommand(); } _ctx.stop = _input.LT(-1); - setState(485); + setState(489); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,36,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { @@ -3975,16 +3988,16 @@ private ForkSubQueryCommandContext forkSubQueryCommand(int _p) throws Recognitio { _localctx = new CompositeForkSubQueryContext(new ForkSubQueryCommandContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_forkSubQueryCommand); - setState(480); + setState(484); if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(481); + setState(485); match(PIPE); - setState(482); + setState(486); forkSubQueryProcessingCommand(); } } } - setState(487); + setState(491); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,36,_ctx); } @@ -4036,27 +4049,27 @@ public final ForkSubQueryProcessingCommandContext forkSubQueryProcessingCommand( ForkSubQueryProcessingCommandContext _localctx = new ForkSubQueryProcessingCommandContext(_ctx, getState()); enterRule(_localctx, 108, RULE_forkSubQueryProcessingCommand); try { - setState(491); + setState(495); _errHandler.sync(this); switch (_input.LA(1)) { case WHERE: enterOuterAlt(_localctx, 1); { - setState(488); + setState(492); whereCommand(); } break; case SORT: enterOuterAlt(_localctx, 2); { - setState(489); + setState(493); sortCommand(); } break; case LIMIT: enterOuterAlt(_localctx, 3); { - setState(490); + setState(494); limitCommand(); } break; @@ -4104,7 +4117,7 @@ public final RrfCommandContext rrfCommand() throws RecognitionException { try { enterOuterAlt(_localctx, 1); { - setState(493); + setState(497); match(DEV_RRF); } } @@ -4119,6 +4132,73 @@ public final RrfCommandContext rrfCommand() throws RecognitionException { return _localctx; } + @SuppressWarnings("CheckReturnValue") + public static class RerankCommandContext extends ParserRuleContext { + public ConstantContext queryText; + public IdentifierOrParameterContext inferenceId; + public TerminalNode DEV_RERANK() { return getToken(EsqlBaseParser.DEV_RERANK, 0); } + public TerminalNode ON() { return getToken(EsqlBaseParser.ON, 0); } + public FieldsContext fields() { + return getRuleContext(FieldsContext.class,0); + } + public TerminalNode WITH() { return getToken(EsqlBaseParser.WITH, 0); } + public ConstantContext constant() { + return getRuleContext(ConstantContext.class,0); + } + public IdentifierOrParameterContext identifierOrParameter() { + return getRuleContext(IdentifierOrParameterContext.class,0); + } + @SuppressWarnings("this-escape") + public RerankCommandContext(ParserRuleContext parent, int invokingState) { + super(parent, invokingState); + } + @Override public int getRuleIndex() { return RULE_rerankCommand; } + @Override + public void enterRule(ParseTreeListener listener) { + if ( listener instanceof EsqlBaseParserListener ) ((EsqlBaseParserListener)listener).enterRerankCommand(this); + } + @Override + public void exitRule(ParseTreeListener listener) { + if ( listener instanceof EsqlBaseParserListener ) ((EsqlBaseParserListener)listener).exitRerankCommand(this); + } + @Override + public T accept(ParseTreeVisitor visitor) { + if ( visitor instanceof EsqlBaseParserVisitor ) return ((EsqlBaseParserVisitor)visitor).visitRerankCommand(this); + else return visitor.visitChildren(this); + } + } + + public final RerankCommandContext rerankCommand() throws RecognitionException { + RerankCommandContext _localctx = new RerankCommandContext(_ctx, getState()); + enterRule(_localctx, 112, RULE_rerankCommand); + try { + enterOuterAlt(_localctx, 1); + { + setState(499); + match(DEV_RERANK); + setState(500); + ((RerankCommandContext)_localctx).queryText = constant(); + setState(501); + match(ON); + setState(502); + fields(); + setState(503); + match(WITH); + setState(504); + ((RerankCommandContext)_localctx).inferenceId = identifierOrParameter(); + } + } + catch (RecognitionException re) { + _localctx.exception = re; + _errHandler.reportError(this, re); + _errHandler.recover(this, re); + } + finally { + exitRule(); + } + return _localctx; + } + @SuppressWarnings("CheckReturnValue") public static class BooleanExpressionContext extends ParserRuleContext { @SuppressWarnings("this-escape") @@ -4313,14 +4393,14 @@ private BooleanExpressionContext booleanExpression(int _p) throws RecognitionExc int _parentState = getState(); BooleanExpressionContext _localctx = new BooleanExpressionContext(_ctx, _parentState); BooleanExpressionContext _prevctx = _localctx; - int _startState = 112; - enterRecursionRule(_localctx, 112, RULE_booleanExpression, _p); + int _startState = 114; + enterRecursionRule(_localctx, 114, RULE_booleanExpression, _p); int _la; try { int _alt; enterOuterAlt(_localctx, 1); { - setState(524); + setState(535); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,41,_ctx) ) { case 1: @@ -4329,9 +4409,9 @@ private BooleanExpressionContext booleanExpression(int _p) throws RecognitionExc _ctx = _localctx; _prevctx = _localctx; - setState(496); + setState(507); match(NOT); - setState(497); + setState(508); booleanExpression(8); } break; @@ -4340,7 +4420,7 @@ private BooleanExpressionContext booleanExpression(int _p) throws RecognitionExc _localctx = new BooleanDefaultContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(498); + setState(509); valueExpression(); } break; @@ -4349,7 +4429,7 @@ private BooleanExpressionContext booleanExpression(int _p) throws RecognitionExc _localctx = new RegexExpressionContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(499); + setState(510); regexBooleanExpression(); } break; @@ -4358,41 +4438,41 @@ private BooleanExpressionContext booleanExpression(int _p) throws RecognitionExc _localctx = new LogicalInContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(500); + setState(511); valueExpression(); - setState(502); + setState(513); _errHandler.sync(this); _la = _input.LA(1); if (_la==NOT) { { - setState(501); + setState(512); match(NOT); } } - setState(504); + setState(515); match(IN); - setState(505); + setState(516); match(LP); - setState(506); + setState(517); valueExpression(); - setState(511); + setState(522); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { - setState(507); + setState(518); match(COMMA); - setState(508); + setState(519); valueExpression(); } } - setState(513); + setState(524); _errHandler.sync(this); _la = _input.LA(1); } - setState(514); + setState(525); match(RP); } break; @@ -4401,21 +4481,21 @@ private BooleanExpressionContext booleanExpression(int _p) throws RecognitionExc _localctx = new IsNullContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(516); + setState(527); valueExpression(); - setState(517); + setState(528); match(IS); - setState(519); + setState(530); _errHandler.sync(this); _la = _input.LA(1); if (_la==NOT) { { - setState(518); + setState(529); match(NOT); } } - setState(521); + setState(532); match(NULL); } break; @@ -4424,13 +4504,13 @@ private BooleanExpressionContext booleanExpression(int _p) throws RecognitionExc _localctx = new MatchExpressionContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(523); + setState(534); matchBooleanExpression(); } break; } _ctx.stop = _input.LT(-1); - setState(534); + setState(545); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,43,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { @@ -4438,7 +4518,7 @@ private BooleanExpressionContext booleanExpression(int _p) throws RecognitionExc if ( _parseListeners!=null ) triggerExitRuleEvent(); _prevctx = _localctx; { - setState(532); + setState(543); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,42,_ctx) ) { case 1: @@ -4446,11 +4526,11 @@ private BooleanExpressionContext booleanExpression(int _p) throws RecognitionExc _localctx = new LogicalBinaryContext(new BooleanExpressionContext(_parentctx, _parentState)); ((LogicalBinaryContext)_localctx).left = _prevctx; pushNewRecursionContext(_localctx, _startState, RULE_booleanExpression); - setState(526); + setState(537); if (!(precpred(_ctx, 5))) throw new FailedPredicateException(this, "precpred(_ctx, 5)"); - setState(527); + setState(538); ((LogicalBinaryContext)_localctx).operator = match(AND); - setState(528); + setState(539); ((LogicalBinaryContext)_localctx).right = booleanExpression(6); } break; @@ -4459,18 +4539,18 @@ private BooleanExpressionContext booleanExpression(int _p) throws RecognitionExc _localctx = new LogicalBinaryContext(new BooleanExpressionContext(_parentctx, _parentState)); ((LogicalBinaryContext)_localctx).left = _prevctx; pushNewRecursionContext(_localctx, _startState, RULE_booleanExpression); - setState(529); + setState(540); if (!(precpred(_ctx, 4))) throw new FailedPredicateException(this, "precpred(_ctx, 4)"); - setState(530); + setState(541); ((LogicalBinaryContext)_localctx).operator = match(OR); - setState(531); + setState(542); ((LogicalBinaryContext)_localctx).right = booleanExpression(5); } break; } } } - setState(536); + setState(547); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,43,_ctx); } @@ -4522,51 +4602,51 @@ public T accept(ParseTreeVisitor visitor) { public final RegexBooleanExpressionContext regexBooleanExpression() throws RecognitionException { RegexBooleanExpressionContext _localctx = new RegexBooleanExpressionContext(_ctx, getState()); - enterRule(_localctx, 114, RULE_regexBooleanExpression); + enterRule(_localctx, 116, RULE_regexBooleanExpression); int _la; try { - setState(551); + setState(562); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,46,_ctx) ) { case 1: enterOuterAlt(_localctx, 1); { - setState(537); + setState(548); valueExpression(); - setState(539); + setState(550); _errHandler.sync(this); _la = _input.LA(1); if (_la==NOT) { { - setState(538); + setState(549); match(NOT); } } - setState(541); + setState(552); ((RegexBooleanExpressionContext)_localctx).kind = match(LIKE); - setState(542); + setState(553); ((RegexBooleanExpressionContext)_localctx).pattern = string(); } break; case 2: enterOuterAlt(_localctx, 2); { - setState(544); + setState(555); valueExpression(); - setState(546); + setState(557); _errHandler.sync(this); _la = _input.LA(1); if (_la==NOT) { { - setState(545); + setState(556); match(NOT); } } - setState(548); + setState(559); ((RegexBooleanExpressionContext)_localctx).kind = match(RLIKE); - setState(549); + setState(560); ((RegexBooleanExpressionContext)_localctx).pattern = string(); } break; @@ -4621,28 +4701,28 @@ public T accept(ParseTreeVisitor visitor) { public final MatchBooleanExpressionContext matchBooleanExpression() throws RecognitionException { MatchBooleanExpressionContext _localctx = new MatchBooleanExpressionContext(_ctx, getState()); - enterRule(_localctx, 116, RULE_matchBooleanExpression); + enterRule(_localctx, 118, RULE_matchBooleanExpression); int _la; try { enterOuterAlt(_localctx, 1); { - setState(553); + setState(564); ((MatchBooleanExpressionContext)_localctx).fieldExp = qualifiedName(); - setState(556); + setState(567); _errHandler.sync(this); _la = _input.LA(1); if (_la==CAST_OP) { { - setState(554); + setState(565); match(CAST_OP); - setState(555); + setState(566); ((MatchBooleanExpressionContext)_localctx).fieldType = dataType(); } } - setState(558); + setState(569); match(COLON); - setState(559); + setState(570); ((MatchBooleanExpressionContext)_localctx).matchQuery = constant(); } } @@ -4724,16 +4804,16 @@ public T accept(ParseTreeVisitor visitor) { public final ValueExpressionContext valueExpression() throws RecognitionException { ValueExpressionContext _localctx = new ValueExpressionContext(_ctx, getState()); - enterRule(_localctx, 118, RULE_valueExpression); + enterRule(_localctx, 120, RULE_valueExpression); try { - setState(566); + setState(577); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,48,_ctx) ) { case 1: _localctx = new ValueExpressionDefaultContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(561); + setState(572); operatorExpression(0); } break; @@ -4741,11 +4821,11 @@ public final ValueExpressionContext valueExpression() throws RecognitionExceptio _localctx = new ComparisonContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(562); + setState(573); ((ComparisonContext)_localctx).left = operatorExpression(0); - setState(563); + setState(574); comparisonOperator(); - setState(564); + setState(575); ((ComparisonContext)_localctx).right = operatorExpression(0); } break; @@ -4863,14 +4943,14 @@ private OperatorExpressionContext operatorExpression(int _p) throws RecognitionE int _parentState = getState(); OperatorExpressionContext _localctx = new OperatorExpressionContext(_ctx, _parentState); OperatorExpressionContext _prevctx = _localctx; - int _startState = 120; - enterRecursionRule(_localctx, 120, RULE_operatorExpression, _p); + int _startState = 122; + enterRecursionRule(_localctx, 122, RULE_operatorExpression, _p); int _la; try { int _alt; enterOuterAlt(_localctx, 1); { - setState(572); + setState(583); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,49,_ctx) ) { case 1: @@ -4879,7 +4959,7 @@ private OperatorExpressionContext operatorExpression(int _p) throws RecognitionE _ctx = _localctx; _prevctx = _localctx; - setState(569); + setState(580); primaryExpression(0); } break; @@ -4888,7 +4968,7 @@ private OperatorExpressionContext operatorExpression(int _p) throws RecognitionE _localctx = new ArithmeticUnaryContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(570); + setState(581); ((ArithmeticUnaryContext)_localctx).operator = _input.LT(1); _la = _input.LA(1); if ( !(_la==PLUS || _la==MINUS) ) { @@ -4899,13 +4979,13 @@ private OperatorExpressionContext operatorExpression(int _p) throws RecognitionE _errHandler.reportMatch(this); consume(); } - setState(571); + setState(582); operatorExpression(3); } break; } _ctx.stop = _input.LT(-1); - setState(582); + setState(593); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,51,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { @@ -4913,7 +4993,7 @@ private OperatorExpressionContext operatorExpression(int _p) throws RecognitionE if ( _parseListeners!=null ) triggerExitRuleEvent(); _prevctx = _localctx; { - setState(580); + setState(591); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,50,_ctx) ) { case 1: @@ -4921,12 +5001,12 @@ private OperatorExpressionContext operatorExpression(int _p) throws RecognitionE _localctx = new ArithmeticBinaryContext(new OperatorExpressionContext(_parentctx, _parentState)); ((ArithmeticBinaryContext)_localctx).left = _prevctx; pushNewRecursionContext(_localctx, _startState, RULE_operatorExpression); - setState(574); + setState(585); if (!(precpred(_ctx, 2))) throw new FailedPredicateException(this, "precpred(_ctx, 2)"); - setState(575); + setState(586); ((ArithmeticBinaryContext)_localctx).operator = _input.LT(1); _la = _input.LA(1); - if ( !(((((_la - 86)) & ~0x3f) == 0 && ((1L << (_la - 86)) & 7L) != 0)) ) { + if ( !(((((_la - 88)) & ~0x3f) == 0 && ((1L << (_la - 88)) & 7L) != 0)) ) { ((ArithmeticBinaryContext)_localctx).operator = (Token)_errHandler.recoverInline(this); } else { @@ -4934,7 +5014,7 @@ private OperatorExpressionContext operatorExpression(int _p) throws RecognitionE _errHandler.reportMatch(this); consume(); } - setState(576); + setState(587); ((ArithmeticBinaryContext)_localctx).right = operatorExpression(3); } break; @@ -4943,9 +5023,9 @@ private OperatorExpressionContext operatorExpression(int _p) throws RecognitionE _localctx = new ArithmeticBinaryContext(new OperatorExpressionContext(_parentctx, _parentState)); ((ArithmeticBinaryContext)_localctx).left = _prevctx; pushNewRecursionContext(_localctx, _startState, RULE_operatorExpression); - setState(577); + setState(588); if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(578); + setState(589); ((ArithmeticBinaryContext)_localctx).operator = _input.LT(1); _la = _input.LA(1); if ( !(_la==PLUS || _la==MINUS) ) { @@ -4956,14 +5036,14 @@ private OperatorExpressionContext operatorExpression(int _p) throws RecognitionE _errHandler.reportMatch(this); consume(); } - setState(579); + setState(590); ((ArithmeticBinaryContext)_localctx).right = operatorExpression(2); } break; } } } - setState(584); + setState(595); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,51,_ctx); } @@ -5115,13 +5195,13 @@ private PrimaryExpressionContext primaryExpression(int _p) throws RecognitionExc int _parentState = getState(); PrimaryExpressionContext _localctx = new PrimaryExpressionContext(_ctx, _parentState); PrimaryExpressionContext _prevctx = _localctx; - int _startState = 122; - enterRecursionRule(_localctx, 122, RULE_primaryExpression, _p); + int _startState = 124; + enterRecursionRule(_localctx, 124, RULE_primaryExpression, _p); try { int _alt; enterOuterAlt(_localctx, 1); { - setState(593); + setState(604); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,52,_ctx) ) { case 1: @@ -5130,7 +5210,7 @@ private PrimaryExpressionContext primaryExpression(int _p) throws RecognitionExc _ctx = _localctx; _prevctx = _localctx; - setState(586); + setState(597); constant(); } break; @@ -5139,7 +5219,7 @@ private PrimaryExpressionContext primaryExpression(int _p) throws RecognitionExc _localctx = new DereferenceContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(587); + setState(598); qualifiedName(); } break; @@ -5148,7 +5228,7 @@ private PrimaryExpressionContext primaryExpression(int _p) throws RecognitionExc _localctx = new FunctionContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(588); + setState(599); functionExpression(); } break; @@ -5157,17 +5237,17 @@ private PrimaryExpressionContext primaryExpression(int _p) throws RecognitionExc _localctx = new ParenthesizedExpressionContext(_localctx); _ctx = _localctx; _prevctx = _localctx; - setState(589); + setState(600); match(LP); - setState(590); + setState(601); booleanExpression(0); - setState(591); + setState(602); match(RP); } break; } _ctx.stop = _input.LT(-1); - setState(600); + setState(611); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,53,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { @@ -5178,16 +5258,16 @@ private PrimaryExpressionContext primaryExpression(int _p) throws RecognitionExc { _localctx = new InlineCastContext(new PrimaryExpressionContext(_parentctx, _parentState)); pushNewRecursionContext(_localctx, _startState, RULE_primaryExpression); - setState(595); + setState(606); if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(596); + setState(607); match(CAST_OP); - setState(597); + setState(608); dataType(); } } } - setState(602); + setState(613); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,53,_ctx); } @@ -5247,22 +5327,22 @@ public T accept(ParseTreeVisitor visitor) { public final FunctionExpressionContext functionExpression() throws RecognitionException { FunctionExpressionContext _localctx = new FunctionExpressionContext(_ctx, getState()); - enterRule(_localctx, 124, RULE_functionExpression); + enterRule(_localctx, 126, RULE_functionExpression); int _la; try { int _alt; enterOuterAlt(_localctx, 1); { - setState(603); + setState(614); functionName(); - setState(604); + setState(615); match(LP); - setState(618); + setState(629); _errHandler.sync(this); switch (_input.LA(1)) { case ASTERISK: { - setState(605); + setState(616); match(ASTERISK); } break; @@ -5285,34 +5365,34 @@ public final FunctionExpressionContext functionExpression() throws RecognitionEx case QUOTED_IDENTIFIER: { { - setState(606); + setState(617); booleanExpression(0); - setState(611); + setState(622); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,54,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { { { - setState(607); + setState(618); match(COMMA); - setState(608); + setState(619); booleanExpression(0); } } } - setState(613); + setState(624); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,54,_ctx); } - setState(616); + setState(627); _errHandler.sync(this); _la = _input.LA(1); if (_la==COMMA) { { - setState(614); + setState(625); match(COMMA); - setState(615); + setState(626); mapExpression(); } } @@ -5325,7 +5405,7 @@ public final FunctionExpressionContext functionExpression() throws RecognitionEx default: break; } - setState(620); + setState(631); match(RP); } } @@ -5367,11 +5447,11 @@ public T accept(ParseTreeVisitor visitor) { public final FunctionNameContext functionName() throws RecognitionException { FunctionNameContext _localctx = new FunctionNameContext(_ctx, getState()); - enterRule(_localctx, 126, RULE_functionName); + enterRule(_localctx, 128, RULE_functionName); try { enterOuterAlt(_localctx, 1); { - setState(622); + setState(633); identifierOrParameter(); } } @@ -5422,32 +5502,32 @@ public T accept(ParseTreeVisitor visitor) { public final MapExpressionContext mapExpression() throws RecognitionException { MapExpressionContext _localctx = new MapExpressionContext(_ctx, getState()); - enterRule(_localctx, 128, RULE_mapExpression); + enterRule(_localctx, 130, RULE_mapExpression); int _la; try { enterOuterAlt(_localctx, 1); { - setState(624); + setState(635); match(LEFT_BRACES); - setState(625); + setState(636); entryExpression(); - setState(630); + setState(641); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { - setState(626); + setState(637); match(COMMA); - setState(627); + setState(638); entryExpression(); } } - setState(632); + setState(643); _errHandler.sync(this); _la = _input.LA(1); } - setState(633); + setState(644); match(RIGHT_BRACES); } } @@ -5495,15 +5575,15 @@ public T accept(ParseTreeVisitor visitor) { public final EntryExpressionContext entryExpression() throws RecognitionException { EntryExpressionContext _localctx = new EntryExpressionContext(_ctx, getState()); - enterRule(_localctx, 130, RULE_entryExpression); + enterRule(_localctx, 132, RULE_entryExpression); try { enterOuterAlt(_localctx, 1); { - setState(635); + setState(646); ((EntryExpressionContext)_localctx).key = string(); - setState(636); + setState(647); match(COLON); - setState(637); + setState(648); ((EntryExpressionContext)_localctx).value = constant(); } } @@ -5771,17 +5851,17 @@ public T accept(ParseTreeVisitor visitor) { public final ConstantContext constant() throws RecognitionException { ConstantContext _localctx = new ConstantContext(_ctx, getState()); - enterRule(_localctx, 132, RULE_constant); + enterRule(_localctx, 134, RULE_constant); int _la; try { - setState(681); + setState(692); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,61,_ctx) ) { case 1: _localctx = new NullLiteralContext(_localctx); enterOuterAlt(_localctx, 1); { - setState(639); + setState(650); match(NULL); } break; @@ -5789,9 +5869,9 @@ public final ConstantContext constant() throws RecognitionException { _localctx = new QualifiedIntegerLiteralContext(_localctx); enterOuterAlt(_localctx, 2); { - setState(640); + setState(651); integerValue(); - setState(641); + setState(652); match(UNQUOTED_IDENTIFIER); } break; @@ -5799,7 +5879,7 @@ public final ConstantContext constant() throws RecognitionException { _localctx = new DecimalLiteralContext(_localctx); enterOuterAlt(_localctx, 3); { - setState(643); + setState(654); decimalValue(); } break; @@ -5807,7 +5887,7 @@ public final ConstantContext constant() throws RecognitionException { _localctx = new IntegerLiteralContext(_localctx); enterOuterAlt(_localctx, 4); { - setState(644); + setState(655); integerValue(); } break; @@ -5815,7 +5895,7 @@ public final ConstantContext constant() throws RecognitionException { _localctx = new BooleanLiteralContext(_localctx); enterOuterAlt(_localctx, 5); { - setState(645); + setState(656); booleanValue(); } break; @@ -5823,7 +5903,7 @@ public final ConstantContext constant() throws RecognitionException { _localctx = new InputParameterContext(_localctx); enterOuterAlt(_localctx, 6); { - setState(646); + setState(657); parameter(); } break; @@ -5831,7 +5911,7 @@ public final ConstantContext constant() throws RecognitionException { _localctx = new StringLiteralContext(_localctx); enterOuterAlt(_localctx, 7); { - setState(647); + setState(658); string(); } break; @@ -5839,27 +5919,27 @@ public final ConstantContext constant() throws RecognitionException { _localctx = new NumericArrayLiteralContext(_localctx); enterOuterAlt(_localctx, 8); { - setState(648); + setState(659); match(OPENING_BRACKET); - setState(649); + setState(660); numericValue(); - setState(654); + setState(665); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { - setState(650); + setState(661); match(COMMA); - setState(651); + setState(662); numericValue(); } } - setState(656); + setState(667); _errHandler.sync(this); _la = _input.LA(1); } - setState(657); + setState(668); match(CLOSING_BRACKET); } break; @@ -5867,27 +5947,27 @@ public final ConstantContext constant() throws RecognitionException { _localctx = new BooleanArrayLiteralContext(_localctx); enterOuterAlt(_localctx, 9); { - setState(659); + setState(670); match(OPENING_BRACKET); - setState(660); + setState(671); booleanValue(); - setState(665); + setState(676); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { - setState(661); + setState(672); match(COMMA); - setState(662); + setState(673); booleanValue(); } } - setState(667); + setState(678); _errHandler.sync(this); _la = _input.LA(1); } - setState(668); + setState(679); match(CLOSING_BRACKET); } break; @@ -5895,27 +5975,27 @@ public final ConstantContext constant() throws RecognitionException { _localctx = new StringArrayLiteralContext(_localctx); enterOuterAlt(_localctx, 10); { - setState(670); + setState(681); match(OPENING_BRACKET); - setState(671); + setState(682); string(); - setState(676); + setState(687); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { - setState(672); + setState(683); match(COMMA); - setState(673); + setState(684); string(); } } - setState(678); + setState(689); _errHandler.sync(this); _la = _input.LA(1); } - setState(679); + setState(690); match(CLOSING_BRACKET); } break; @@ -5958,12 +6038,12 @@ public T accept(ParseTreeVisitor visitor) { public final BooleanValueContext booleanValue() throws RecognitionException { BooleanValueContext _localctx = new BooleanValueContext(_ctx, getState()); - enterRule(_localctx, 134, RULE_booleanValue); + enterRule(_localctx, 136, RULE_booleanValue); int _la; try { enterOuterAlt(_localctx, 1); { - setState(683); + setState(694); _la = _input.LA(1); if ( !(_la==FALSE || _la==TRUE) ) { _errHandler.recoverInline(this); @@ -6016,22 +6096,22 @@ public T accept(ParseTreeVisitor visitor) { public final NumericValueContext numericValue() throws RecognitionException { NumericValueContext _localctx = new NumericValueContext(_ctx, getState()); - enterRule(_localctx, 136, RULE_numericValue); + enterRule(_localctx, 138, RULE_numericValue); try { - setState(687); + setState(698); _errHandler.sync(this); switch ( getInterpreter().adaptivePredict(_input,62,_ctx) ) { case 1: enterOuterAlt(_localctx, 1); { - setState(685); + setState(696); decimalValue(); } break; case 2: enterOuterAlt(_localctx, 2); { - setState(686); + setState(697); integerValue(); } break; @@ -6075,17 +6155,17 @@ public T accept(ParseTreeVisitor visitor) { public final DecimalValueContext decimalValue() throws RecognitionException { DecimalValueContext _localctx = new DecimalValueContext(_ctx, getState()); - enterRule(_localctx, 138, RULE_decimalValue); + enterRule(_localctx, 140, RULE_decimalValue); int _la; try { enterOuterAlt(_localctx, 1); { - setState(690); + setState(701); _errHandler.sync(this); _la = _input.LA(1); if (_la==PLUS || _la==MINUS) { { - setState(689); + setState(700); _la = _input.LA(1); if ( !(_la==PLUS || _la==MINUS) ) { _errHandler.recoverInline(this); @@ -6098,7 +6178,7 @@ public final DecimalValueContext decimalValue() throws RecognitionException { } } - setState(692); + setState(703); match(DECIMAL_LITERAL); } } @@ -6140,17 +6220,17 @@ public T accept(ParseTreeVisitor visitor) { public final IntegerValueContext integerValue() throws RecognitionException { IntegerValueContext _localctx = new IntegerValueContext(_ctx, getState()); - enterRule(_localctx, 140, RULE_integerValue); + enterRule(_localctx, 142, RULE_integerValue); int _la; try { enterOuterAlt(_localctx, 1); { - setState(695); + setState(706); _errHandler.sync(this); _la = _input.LA(1); if (_la==PLUS || _la==MINUS) { { - setState(694); + setState(705); _la = _input.LA(1); if ( !(_la==PLUS || _la==MINUS) ) { _errHandler.recoverInline(this); @@ -6163,7 +6243,7 @@ public final IntegerValueContext integerValue() throws RecognitionException { } } - setState(697); + setState(708); match(INTEGER_LITERAL); } } @@ -6203,11 +6283,11 @@ public T accept(ParseTreeVisitor visitor) { public final StringContext string() throws RecognitionException { StringContext _localctx = new StringContext(_ctx, getState()); - enterRule(_localctx, 142, RULE_string); + enterRule(_localctx, 144, RULE_string); try { enterOuterAlt(_localctx, 1); { - setState(699); + setState(710); match(QUOTED_STRING); } } @@ -6252,14 +6332,14 @@ public T accept(ParseTreeVisitor visitor) { public final ComparisonOperatorContext comparisonOperator() throws RecognitionException { ComparisonOperatorContext _localctx = new ComparisonOperatorContext(_ctx, getState()); - enterRule(_localctx, 144, RULE_comparisonOperator); + enterRule(_localctx, 146, RULE_comparisonOperator); int _la; try { enterOuterAlt(_localctx, 1); { - setState(701); + setState(712); _la = _input.LA(1); - if ( !(((((_la - 77)) & ~0x3f) == 0 && ((1L << (_la - 77)) & 125L) != 0)) ) { + if ( !(((((_la - 79)) & ~0x3f) == 0 && ((1L << (_la - 79)) & 125L) != 0)) ) { _errHandler.recoverInline(this); } else { @@ -6315,15 +6395,15 @@ public T accept(ParseTreeVisitor visitor) { public final JoinCommandContext joinCommand() throws RecognitionException { JoinCommandContext _localctx = new JoinCommandContext(_ctx, getState()); - enterRule(_localctx, 146, RULE_joinCommand); + enterRule(_localctx, 148, RULE_joinCommand); int _la; try { enterOuterAlt(_localctx, 1); { - setState(703); + setState(714); ((JoinCommandContext)_localctx).type = _input.LT(1); _la = _input.LA(1); - if ( !((((_la) & ~0x3f) == 0 && ((1L << _la) & 6815744L) != 0)) ) { + if ( !((((_la) & ~0x3f) == 0 && ((1L << _la) & 13631488L) != 0)) ) { ((JoinCommandContext)_localctx).type = (Token)_errHandler.recoverInline(this); } else { @@ -6331,11 +6411,11 @@ public final JoinCommandContext joinCommand() throws RecognitionException { _errHandler.reportMatch(this); consume(); } - setState(704); + setState(715); match(JOIN); - setState(705); + setState(716); joinTarget(); - setState(706); + setState(717); joinCondition(); } } @@ -6378,11 +6458,11 @@ public T accept(ParseTreeVisitor visitor) { public final JoinTargetContext joinTarget() throws RecognitionException { JoinTargetContext _localctx = new JoinTargetContext(_ctx, getState()); - enterRule(_localctx, 148, RULE_joinTarget); + enterRule(_localctx, 150, RULE_joinTarget); try { enterOuterAlt(_localctx, 1); { - setState(708); + setState(719); ((JoinTargetContext)_localctx).index = indexPattern(); } } @@ -6432,30 +6512,30 @@ public T accept(ParseTreeVisitor visitor) { public final JoinConditionContext joinCondition() throws RecognitionException { JoinConditionContext _localctx = new JoinConditionContext(_ctx, getState()); - enterRule(_localctx, 150, RULE_joinCondition); + enterRule(_localctx, 152, RULE_joinCondition); try { int _alt; enterOuterAlt(_localctx, 1); { - setState(710); + setState(721); match(ON); - setState(711); + setState(722); joinPredicate(); - setState(716); + setState(727); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,65,_ctx); while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { if ( _alt==1 ) { { { - setState(712); + setState(723); match(COMMA); - setState(713); + setState(724); joinPredicate(); } } } - setState(718); + setState(729); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,65,_ctx); } @@ -6499,11 +6579,11 @@ public T accept(ParseTreeVisitor visitor) { public final JoinPredicateContext joinPredicate() throws RecognitionException { JoinPredicateContext _localctx = new JoinPredicateContext(_ctx, getState()); - enterRule(_localctx, 152, RULE_joinPredicate); + enterRule(_localctx, 154, RULE_joinPredicate); try { enterOuterAlt(_localctx, 1); { - setState(719); + setState(730); valueExpression(); } } @@ -6530,11 +6610,11 @@ public boolean sempred(RuleContext _localctx, int ruleIndex, int predIndex) { return indexPattern_sempred((IndexPatternContext)_localctx, predIndex); case 53: return forkSubQueryCommand_sempred((ForkSubQueryCommandContext)_localctx, predIndex); - case 56: + case 57: return booleanExpression_sempred((BooleanExpressionContext)_localctx, predIndex); - case 60: - return operatorExpression_sempred((OperatorExpressionContext)_localctx, predIndex); case 61: + return operatorExpression_sempred((OperatorExpressionContext)_localctx, predIndex); + case 62: return primaryExpression_sempred((PrimaryExpressionContext)_localctx, predIndex); } return true; @@ -6567,51 +6647,53 @@ private boolean processingCommand_sempred(ProcessingCommandContext _localctx, in return this.isDevVersion(); case 7: return this.isDevVersion(); + case 8: + return this.isDevVersion(); } return true; } private boolean indexPattern_sempred(IndexPatternContext _localctx, int predIndex) { switch (predIndex) { - case 8: + case 9: return this.isDevVersion(); } return true; } private boolean forkSubQueryCommand_sempred(ForkSubQueryCommandContext _localctx, int predIndex) { switch (predIndex) { - case 9: + case 10: return precpred(_ctx, 1); } return true; } private boolean booleanExpression_sempred(BooleanExpressionContext _localctx, int predIndex) { switch (predIndex) { - case 10: - return precpred(_ctx, 5); case 11: + return precpred(_ctx, 5); + case 12: return precpred(_ctx, 4); } return true; } private boolean operatorExpression_sempred(OperatorExpressionContext _localctx, int predIndex) { switch (predIndex) { - case 12: - return precpred(_ctx, 2); case 13: + return precpred(_ctx, 2); + case 14: return precpred(_ctx, 1); } return true; } private boolean primaryExpression_sempred(PrimaryExpressionContext _localctx, int predIndex) { switch (predIndex) { - case 14: + case 15: return precpred(_ctx, 1); } return true; } public static final String _serializedATN = - "\u0004\u0001\u0088\u02d2\u0002\u0000\u0007\u0000\u0002\u0001\u0007\u0001"+ + "\u0004\u0001\u0089\u02dd\u0002\u0000\u0007\u0000\u0002\u0001\u0007\u0001"+ "\u0002\u0002\u0007\u0002\u0002\u0003\u0007\u0003\u0002\u0004\u0007\u0004"+ "\u0002\u0005\u0007\u0005\u0002\u0006\u0007\u0006\u0002\u0007\u0007\u0007"+ "\u0002\b\u0007\b\u0002\t\u0007\t\u0002\n\u0007\n\u0002\u000b\u0007\u000b"+ @@ -6630,431 +6712,437 @@ private boolean primaryExpression_sempred(PrimaryExpressionContext _localctx, in ";\u0002<\u0007<\u0002=\u0007=\u0002>\u0007>\u0002?\u0007?\u0002@\u0007"+ "@\u0002A\u0007A\u0002B\u0007B\u0002C\u0007C\u0002D\u0007D\u0002E\u0007"+ "E\u0002F\u0007F\u0002G\u0007G\u0002H\u0007H\u0002I\u0007I\u0002J\u0007"+ - "J\u0002K\u0007K\u0002L\u0007L\u0001\u0000\u0001\u0000\u0001\u0000\u0001"+ - "\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0005"+ - "\u0001\u00a4\b\u0001\n\u0001\f\u0001\u00a7\t\u0001\u0001\u0002\u0001\u0002"+ - "\u0001\u0002\u0001\u0002\u0001\u0002\u0001\u0002\u0003\u0002\u00af\b\u0002"+ - "\u0001\u0003\u0001\u0003\u0001\u0003\u0001\u0003\u0001\u0003\u0001\u0003"+ + "J\u0002K\u0007K\u0002L\u0007L\u0002M\u0007M\u0001\u0000\u0001\u0000\u0001"+ + "\u0000\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001\u0001"+ + "\u0001\u0005\u0001\u00a6\b\u0001\n\u0001\f\u0001\u00a9\t\u0001\u0001\u0002"+ + "\u0001\u0002\u0001\u0002\u0001\u0002\u0001\u0002\u0001\u0002\u0003\u0002"+ + "\u00b1\b\u0002\u0001\u0003\u0001\u0003\u0001\u0003\u0001\u0003\u0001\u0003"+ "\u0001\u0003\u0001\u0003\u0001\u0003\u0001\u0003\u0001\u0003\u0001\u0003"+ "\u0001\u0003\u0001\u0003\u0001\u0003\u0001\u0003\u0001\u0003\u0001\u0003"+ "\u0001\u0003\u0001\u0003\u0001\u0003\u0001\u0003\u0001\u0003\u0001\u0003"+ - "\u0001\u0003\u0003\u0003\u00ca\b\u0003\u0001\u0004\u0001\u0004\u0001\u0004"+ - "\u0001\u0005\u0001\u0005\u0001\u0006\u0001\u0006\u0001\u0006\u0001\u0007"+ - "\u0001\u0007\u0001\u0007\u0005\u0007\u00d7\b\u0007\n\u0007\f\u0007\u00da"+ - "\t\u0007\u0001\b\u0001\b\u0001\b\u0003\b\u00df\b\b\u0001\b\u0001\b\u0001"+ - "\t\u0001\t\u0001\t\u0001\n\u0001\n\u0001\n\u0001\u000b\u0001\u000b\u0001"+ - "\u000b\u0005\u000b\u00ec\b\u000b\n\u000b\f\u000b\u00ef\t\u000b\u0001\u000b"+ - "\u0003\u000b\u00f2\b\u000b\u0001\f\u0001\f\u0001\f\u0003\f\u00f7\b\f\u0001"+ - "\f\u0001\f\u0001\f\u0001\f\u0001\f\u0003\f\u00fe\b\f\u0003\f\u0100\b\f"+ - "\u0001\r\u0001\r\u0001\u000e\u0001\u000e\u0001\u000f\u0001\u000f\u0001"+ - "\u0010\u0001\u0010\u0001\u0010\u0001\u0010\u0005\u0010\u010c\b\u0010\n"+ - "\u0010\f\u0010\u010f\t\u0010\u0001\u0011\u0001\u0011\u0001\u0011\u0001"+ - "\u0012\u0001\u0012\u0003\u0012\u0116\b\u0012\u0001\u0012\u0001\u0012\u0003"+ - "\u0012\u011a\b\u0012\u0001\u0013\u0001\u0013\u0001\u0013\u0005\u0013\u011f"+ - "\b\u0013\n\u0013\f\u0013\u0122\t\u0013\u0001\u0014\u0001\u0014\u0001\u0014"+ - "\u0003\u0014\u0127\b\u0014\u0001\u0015\u0001\u0015\u0001\u0015\u0005\u0015"+ - "\u012c\b\u0015\n\u0015\f\u0015\u012f\t\u0015\u0001\u0016\u0001\u0016\u0001"+ - "\u0016\u0005\u0016\u0134\b\u0016\n\u0016\f\u0016\u0137\t\u0016\u0001\u0017"+ - "\u0001\u0017\u0001\u0017\u0005\u0017\u013c\b\u0017\n\u0017\f\u0017\u013f"+ - "\t\u0017\u0001\u0018\u0001\u0018\u0001\u0019\u0001\u0019\u0001\u0019\u0003"+ - "\u0019\u0146\b\u0019\u0001\u001a\u0001\u001a\u0003\u001a\u014a\b\u001a"+ - "\u0001\u001b\u0001\u001b\u0003\u001b\u014e\b\u001b\u0001\u001c\u0001\u001c"+ - "\u0001\u001c\u0003\u001c\u0153\b\u001c\u0001\u001d\u0001\u001d\u0001\u001d"+ - "\u0001\u001e\u0001\u001e\u0001\u001e\u0001\u001e\u0005\u001e\u015c\b\u001e"+ - "\n\u001e\f\u001e\u015f\t\u001e\u0001\u001f\u0001\u001f\u0003\u001f\u0163"+ - "\b\u001f\u0001\u001f\u0001\u001f\u0003\u001f\u0167\b\u001f\u0001 \u0001"+ - " \u0001 \u0001!\u0001!\u0001!\u0001\"\u0001\"\u0001\"\u0001\"\u0005\""+ - "\u0173\b\"\n\"\f\"\u0176\t\"\u0001#\u0001#\u0001#\u0001#\u0001$\u0001"+ - "$\u0001$\u0001$\u0003$\u0180\b$\u0001%\u0001%\u0001%\u0001%\u0001&\u0001"+ - "&\u0001&\u0001\'\u0001\'\u0001\'\u0005\'\u018c\b\'\n\'\f\'\u018f\t\'\u0001"+ - "(\u0001(\u0001(\u0001(\u0001)\u0001)\u0001)\u0001*\u0001*\u0001*\u0001"+ - "*\u0001+\u0001+\u0001+\u0001,\u0001,\u0001,\u0001,\u0003,\u01a3\b,\u0001"+ - ",\u0001,\u0001,\u0001,\u0005,\u01a9\b,\n,\f,\u01ac\t,\u0003,\u01ae\b,"+ - "\u0001-\u0001-\u0001-\u0003-\u01b3\b-\u0001-\u0001-\u0001.\u0001.\u0001"+ - ".\u0001.\u0001.\u0001/\u0001/\u0001/\u0001/\u0003/\u01c0\b/\u00010\u0001"+ - "0\u00010\u00010\u00030\u01c6\b0\u00010\u00010\u00010\u00010\u00010\u0003"+ - "0\u01cd\b0\u00011\u00011\u00011\u00012\u00012\u00012\u00013\u00043\u01d6"+ - "\b3\u000b3\f3\u01d7\u00014\u00014\u00014\u00014\u00015\u00015\u00015\u0001"+ - "5\u00015\u00015\u00055\u01e4\b5\n5\f5\u01e7\t5\u00016\u00016\u00016\u0003"+ - "6\u01ec\b6\u00017\u00017\u00018\u00018\u00018\u00018\u00018\u00018\u0001"+ - "8\u00038\u01f7\b8\u00018\u00018\u00018\u00018\u00018\u00058\u01fe\b8\n"+ - "8\f8\u0201\t8\u00018\u00018\u00018\u00018\u00018\u00038\u0208\b8\u0001"+ - "8\u00018\u00018\u00038\u020d\b8\u00018\u00018\u00018\u00018\u00018\u0001"+ - "8\u00058\u0215\b8\n8\f8\u0218\t8\u00019\u00019\u00039\u021c\b9\u00019"+ - "\u00019\u00019\u00019\u00019\u00039\u0223\b9\u00019\u00019\u00019\u0003"+ - "9\u0228\b9\u0001:\u0001:\u0001:\u0003:\u022d\b:\u0001:\u0001:\u0001:\u0001"+ - ";\u0001;\u0001;\u0001;\u0001;\u0003;\u0237\b;\u0001<\u0001<\u0001<\u0001"+ - "<\u0003<\u023d\b<\u0001<\u0001<\u0001<\u0001<\u0001<\u0001<\u0005<\u0245"+ - "\b<\n<\f<\u0248\t<\u0001=\u0001=\u0001=\u0001=\u0001=\u0001=\u0001=\u0001"+ - "=\u0003=\u0252\b=\u0001=\u0001=\u0001=\u0005=\u0257\b=\n=\f=\u025a\t="+ - "\u0001>\u0001>\u0001>\u0001>\u0001>\u0001>\u0005>\u0262\b>\n>\f>\u0265"+ - "\t>\u0001>\u0001>\u0003>\u0269\b>\u0003>\u026b\b>\u0001>\u0001>\u0001"+ - "?\u0001?\u0001@\u0001@\u0001@\u0001@\u0005@\u0275\b@\n@\f@\u0278\t@\u0001"+ - "@\u0001@\u0001A\u0001A\u0001A\u0001A\u0001B\u0001B\u0001B\u0001B\u0001"+ - "B\u0001B\u0001B\u0001B\u0001B\u0001B\u0001B\u0001B\u0001B\u0005B\u028d"+ - "\bB\nB\fB\u0290\tB\u0001B\u0001B\u0001B\u0001B\u0001B\u0001B\u0005B\u0298"+ - "\bB\nB\fB\u029b\tB\u0001B\u0001B\u0001B\u0001B\u0001B\u0001B\u0005B\u02a3"+ - "\bB\nB\fB\u02a6\tB\u0001B\u0001B\u0003B\u02aa\bB\u0001C\u0001C\u0001D"+ - "\u0001D\u0003D\u02b0\bD\u0001E\u0003E\u02b3\bE\u0001E\u0001E\u0001F\u0003"+ - "F\u02b8\bF\u0001F\u0001F\u0001G\u0001G\u0001H\u0001H\u0001I\u0001I\u0001"+ - "I\u0001I\u0001I\u0001J\u0001J\u0001K\u0001K\u0001K\u0001K\u0005K\u02cb"+ - "\bK\nK\fK\u02ce\tK\u0001L\u0001L\u0001L\u0000\u0005\u0002jpxzM\u0000\u0002"+ + "\u0001\u0003\u0001\u0003\u0001\u0003\u0001\u0003\u0003\u0003\u00ce\b\u0003"+ + "\u0001\u0004\u0001\u0004\u0001\u0004\u0001\u0005\u0001\u0005\u0001\u0006"+ + "\u0001\u0006\u0001\u0006\u0001\u0007\u0001\u0007\u0001\u0007\u0005\u0007"+ + "\u00db\b\u0007\n\u0007\f\u0007\u00de\t\u0007\u0001\b\u0001\b\u0001\b\u0003"+ + "\b\u00e3\b\b\u0001\b\u0001\b\u0001\t\u0001\t\u0001\t\u0001\n\u0001\n\u0001"+ + "\n\u0001\u000b\u0001\u000b\u0001\u000b\u0005\u000b\u00f0\b\u000b\n\u000b"+ + "\f\u000b\u00f3\t\u000b\u0001\u000b\u0003\u000b\u00f6\b\u000b\u0001\f\u0001"+ + "\f\u0001\f\u0003\f\u00fb\b\f\u0001\f\u0001\f\u0001\f\u0001\f\u0001\f\u0003"+ + "\f\u0102\b\f\u0003\f\u0104\b\f\u0001\r\u0001\r\u0001\u000e\u0001\u000e"+ + "\u0001\u000f\u0001\u000f\u0001\u0010\u0001\u0010\u0001\u0010\u0001\u0010"+ + "\u0005\u0010\u0110\b\u0010\n\u0010\f\u0010\u0113\t\u0010\u0001\u0011\u0001"+ + "\u0011\u0001\u0011\u0001\u0012\u0001\u0012\u0003\u0012\u011a\b\u0012\u0001"+ + "\u0012\u0001\u0012\u0003\u0012\u011e\b\u0012\u0001\u0013\u0001\u0013\u0001"+ + "\u0013\u0005\u0013\u0123\b\u0013\n\u0013\f\u0013\u0126\t\u0013\u0001\u0014"+ + "\u0001\u0014\u0001\u0014\u0003\u0014\u012b\b\u0014\u0001\u0015\u0001\u0015"+ + "\u0001\u0015\u0005\u0015\u0130\b\u0015\n\u0015\f\u0015\u0133\t\u0015\u0001"+ + "\u0016\u0001\u0016\u0001\u0016\u0005\u0016\u0138\b\u0016\n\u0016\f\u0016"+ + "\u013b\t\u0016\u0001\u0017\u0001\u0017\u0001\u0017\u0005\u0017\u0140\b"+ + "\u0017\n\u0017\f\u0017\u0143\t\u0017\u0001\u0018\u0001\u0018\u0001\u0019"+ + "\u0001\u0019\u0001\u0019\u0003\u0019\u014a\b\u0019\u0001\u001a\u0001\u001a"+ + "\u0003\u001a\u014e\b\u001a\u0001\u001b\u0001\u001b\u0003\u001b\u0152\b"+ + "\u001b\u0001\u001c\u0001\u001c\u0001\u001c\u0003\u001c\u0157\b\u001c\u0001"+ + "\u001d\u0001\u001d\u0001\u001d\u0001\u001e\u0001\u001e\u0001\u001e\u0001"+ + "\u001e\u0005\u001e\u0160\b\u001e\n\u001e\f\u001e\u0163\t\u001e\u0001\u001f"+ + "\u0001\u001f\u0003\u001f\u0167\b\u001f\u0001\u001f\u0001\u001f\u0003\u001f"+ + "\u016b\b\u001f\u0001 \u0001 \u0001 \u0001!\u0001!\u0001!\u0001\"\u0001"+ + "\"\u0001\"\u0001\"\u0005\"\u0177\b\"\n\"\f\"\u017a\t\"\u0001#\u0001#\u0001"+ + "#\u0001#\u0001$\u0001$\u0001$\u0001$\u0003$\u0184\b$\u0001%\u0001%\u0001"+ + "%\u0001%\u0001&\u0001&\u0001&\u0001\'\u0001\'\u0001\'\u0005\'\u0190\b"+ + "\'\n\'\f\'\u0193\t\'\u0001(\u0001(\u0001(\u0001(\u0001)\u0001)\u0001)"+ + "\u0001*\u0001*\u0001*\u0001*\u0001+\u0001+\u0001+\u0001,\u0001,\u0001"+ + ",\u0001,\u0003,\u01a7\b,\u0001,\u0001,\u0001,\u0001,\u0005,\u01ad\b,\n"+ + ",\f,\u01b0\t,\u0003,\u01b2\b,\u0001-\u0001-\u0001-\u0003-\u01b7\b-\u0001"+ + "-\u0001-\u0001.\u0001.\u0001.\u0001.\u0001.\u0001/\u0001/\u0001/\u0001"+ + "/\u0003/\u01c4\b/\u00010\u00010\u00010\u00010\u00030\u01ca\b0\u00010\u0001"+ + "0\u00010\u00010\u00010\u00030\u01d1\b0\u00011\u00011\u00011\u00012\u0001"+ + "2\u00012\u00013\u00043\u01da\b3\u000b3\f3\u01db\u00014\u00014\u00014\u0001"+ + "4\u00015\u00015\u00015\u00015\u00015\u00015\u00055\u01e8\b5\n5\f5\u01eb"+ + "\t5\u00016\u00016\u00016\u00036\u01f0\b6\u00017\u00017\u00018\u00018\u0001"+ + "8\u00018\u00018\u00018\u00018\u00019\u00019\u00019\u00019\u00019\u0001"+ + "9\u00019\u00039\u0202\b9\u00019\u00019\u00019\u00019\u00019\u00059\u0209"+ + "\b9\n9\f9\u020c\t9\u00019\u00019\u00019\u00019\u00019\u00039\u0213\b9"+ + "\u00019\u00019\u00019\u00039\u0218\b9\u00019\u00019\u00019\u00019\u0001"+ + "9\u00019\u00059\u0220\b9\n9\f9\u0223\t9\u0001:\u0001:\u0003:\u0227\b:"+ + "\u0001:\u0001:\u0001:\u0001:\u0001:\u0003:\u022e\b:\u0001:\u0001:\u0001"+ + ":\u0003:\u0233\b:\u0001;\u0001;\u0001;\u0003;\u0238\b;\u0001;\u0001;\u0001"+ + ";\u0001<\u0001<\u0001<\u0001<\u0001<\u0003<\u0242\b<\u0001=\u0001=\u0001"+ + "=\u0001=\u0003=\u0248\b=\u0001=\u0001=\u0001=\u0001=\u0001=\u0001=\u0005"+ + "=\u0250\b=\n=\f=\u0253\t=\u0001>\u0001>\u0001>\u0001>\u0001>\u0001>\u0001"+ + ">\u0001>\u0003>\u025d\b>\u0001>\u0001>\u0001>\u0005>\u0262\b>\n>\f>\u0265"+ + "\t>\u0001?\u0001?\u0001?\u0001?\u0001?\u0001?\u0005?\u026d\b?\n?\f?\u0270"+ + "\t?\u0001?\u0001?\u0003?\u0274\b?\u0003?\u0276\b?\u0001?\u0001?\u0001"+ + "@\u0001@\u0001A\u0001A\u0001A\u0001A\u0005A\u0280\bA\nA\fA\u0283\tA\u0001"+ + "A\u0001A\u0001B\u0001B\u0001B\u0001B\u0001C\u0001C\u0001C\u0001C\u0001"+ + "C\u0001C\u0001C\u0001C\u0001C\u0001C\u0001C\u0001C\u0001C\u0005C\u0298"+ + "\bC\nC\fC\u029b\tC\u0001C\u0001C\u0001C\u0001C\u0001C\u0001C\u0005C\u02a3"+ + "\bC\nC\fC\u02a6\tC\u0001C\u0001C\u0001C\u0001C\u0001C\u0001C\u0005C\u02ae"+ + "\bC\nC\fC\u02b1\tC\u0001C\u0001C\u0003C\u02b5\bC\u0001D\u0001D\u0001E"+ + "\u0001E\u0003E\u02bb\bE\u0001F\u0003F\u02be\bF\u0001F\u0001F\u0001G\u0003"+ + "G\u02c3\bG\u0001G\u0001G\u0001H\u0001H\u0001I\u0001I\u0001J\u0001J\u0001"+ + "J\u0001J\u0001J\u0001K\u0001K\u0001L\u0001L\u0001L\u0001L\u0005L\u02d6"+ + "\bL\nL\fL\u02d9\tL\u0001M\u0001M\u0001M\u0000\u0005\u0002jrz|N\u0000\u0002"+ "\u0004\u0006\b\n\f\u000e\u0010\u0012\u0014\u0016\u0018\u001a\u001c\u001e"+ " \"$&(*,.02468:<>@BDFHJLNPRTVXZ\\^`bdfhjlnprtvxz|~\u0080\u0082\u0084\u0086"+ - "\u0088\u008a\u008c\u008e\u0090\u0092\u0094\u0096\u0098\u0000\t\u0002\u0000"+ - "44hh\u0001\u0000bc\u0002\u000099>>\u0002\u0000AADD\u0001\u0000TU\u0001"+ - "\u0000VX\u0002\u0000@@LL\u0002\u0000MMOS\u0002\u0000\u0013\u0013\u0015"+ - "\u0016\u02ec\u0000\u009a\u0001\u0000\u0000\u0000\u0002\u009d\u0001\u0000"+ - "\u0000\u0000\u0004\u00ae\u0001\u0000\u0000\u0000\u0006\u00c9\u0001\u0000"+ - "\u0000\u0000\b\u00cb\u0001\u0000\u0000\u0000\n\u00ce\u0001\u0000\u0000"+ - "\u0000\f\u00d0\u0001\u0000\u0000\u0000\u000e\u00d3\u0001\u0000\u0000\u0000"+ - "\u0010\u00de\u0001\u0000\u0000\u0000\u0012\u00e2\u0001\u0000\u0000\u0000"+ - "\u0014\u00e5\u0001\u0000\u0000\u0000\u0016\u00e8\u0001\u0000\u0000\u0000"+ - "\u0018\u00ff\u0001\u0000\u0000\u0000\u001a\u0101\u0001\u0000\u0000\u0000"+ - "\u001c\u0103\u0001\u0000\u0000\u0000\u001e\u0105\u0001\u0000\u0000\u0000"+ - " \u0107\u0001\u0000\u0000\u0000\"\u0110\u0001\u0000\u0000\u0000$\u0113"+ - "\u0001\u0000\u0000\u0000&\u011b\u0001\u0000\u0000\u0000(\u0123\u0001\u0000"+ - "\u0000\u0000*\u0128\u0001\u0000\u0000\u0000,\u0130\u0001\u0000\u0000\u0000"+ - ".\u0138\u0001\u0000\u0000\u00000\u0140\u0001\u0000\u0000\u00002\u0145"+ - "\u0001\u0000\u0000\u00004\u0149\u0001\u0000\u0000\u00006\u014d\u0001\u0000"+ - "\u0000\u00008\u0152\u0001\u0000\u0000\u0000:\u0154\u0001\u0000\u0000\u0000"+ - "<\u0157\u0001\u0000\u0000\u0000>\u0160\u0001\u0000\u0000\u0000@\u0168"+ - "\u0001\u0000\u0000\u0000B\u016b\u0001\u0000\u0000\u0000D\u016e\u0001\u0000"+ - "\u0000\u0000F\u0177\u0001\u0000\u0000\u0000H\u017b\u0001\u0000\u0000\u0000"+ - "J\u0181\u0001\u0000\u0000\u0000L\u0185\u0001\u0000\u0000\u0000N\u0188"+ - "\u0001\u0000\u0000\u0000P\u0190\u0001\u0000\u0000\u0000R\u0194\u0001\u0000"+ - "\u0000\u0000T\u0197\u0001\u0000\u0000\u0000V\u019b\u0001\u0000\u0000\u0000"+ - "X\u019e\u0001\u0000\u0000\u0000Z\u01b2\u0001\u0000\u0000\u0000\\\u01b6"+ - "\u0001\u0000\u0000\u0000^\u01bb\u0001\u0000\u0000\u0000`\u01c1\u0001\u0000"+ - "\u0000\u0000b\u01ce\u0001\u0000\u0000\u0000d\u01d1\u0001\u0000\u0000\u0000"+ - "f\u01d5\u0001\u0000\u0000\u0000h\u01d9\u0001\u0000\u0000\u0000j\u01dd"+ - "\u0001\u0000\u0000\u0000l\u01eb\u0001\u0000\u0000\u0000n\u01ed\u0001\u0000"+ - "\u0000\u0000p\u020c\u0001\u0000\u0000\u0000r\u0227\u0001\u0000\u0000\u0000"+ - "t\u0229\u0001\u0000\u0000\u0000v\u0236\u0001\u0000\u0000\u0000x\u023c"+ - "\u0001\u0000\u0000\u0000z\u0251\u0001\u0000\u0000\u0000|\u025b\u0001\u0000"+ - "\u0000\u0000~\u026e\u0001\u0000\u0000\u0000\u0080\u0270\u0001\u0000\u0000"+ - "\u0000\u0082\u027b\u0001\u0000\u0000\u0000\u0084\u02a9\u0001\u0000\u0000"+ - "\u0000\u0086\u02ab\u0001\u0000\u0000\u0000\u0088\u02af\u0001\u0000\u0000"+ - "\u0000\u008a\u02b2\u0001\u0000\u0000\u0000\u008c\u02b7\u0001\u0000\u0000"+ - "\u0000\u008e\u02bb\u0001\u0000\u0000\u0000\u0090\u02bd\u0001\u0000\u0000"+ - "\u0000\u0092\u02bf\u0001\u0000\u0000\u0000\u0094\u02c4\u0001\u0000\u0000"+ - "\u0000\u0096\u02c6\u0001\u0000\u0000\u0000\u0098\u02cf\u0001\u0000\u0000"+ - "\u0000\u009a\u009b\u0003\u0002\u0001\u0000\u009b\u009c\u0005\u0000\u0000"+ - "\u0001\u009c\u0001\u0001\u0000\u0000\u0000\u009d\u009e\u0006\u0001\uffff"+ - "\uffff\u0000\u009e\u009f\u0003\u0004\u0002\u0000\u009f\u00a5\u0001\u0000"+ - "\u0000\u0000\u00a0\u00a1\n\u0001\u0000\u0000\u00a1\u00a2\u00053\u0000"+ - "\u0000\u00a2\u00a4\u0003\u0006\u0003\u0000\u00a3\u00a0\u0001\u0000\u0000"+ - "\u0000\u00a4\u00a7\u0001\u0000\u0000\u0000\u00a5\u00a3\u0001\u0000\u0000"+ - "\u0000\u00a5\u00a6\u0001\u0000\u0000\u0000\u00a6\u0003\u0001\u0000\u0000"+ - "\u0000\u00a7\u00a5\u0001\u0000\u0000\u0000\u00a8\u00af\u0003R)\u0000\u00a9"+ - "\u00af\u0003\u0012\t\u0000\u00aa\u00af\u0003\f\u0006\u0000\u00ab\u00af"+ - "\u0003V+\u0000\u00ac\u00ad\u0004\u0002\u0001\u0000\u00ad\u00af\u0003\u0014"+ - "\n\u0000\u00ae\u00a8\u0001\u0000\u0000\u0000\u00ae\u00a9\u0001\u0000\u0000"+ - "\u0000\u00ae\u00aa\u0001\u0000\u0000\u0000\u00ae\u00ab\u0001\u0000\u0000"+ - "\u0000\u00ae\u00ac\u0001\u0000\u0000\u0000\u00af\u0005\u0001\u0000\u0000"+ - "\u0000\u00b0\u00ca\u0003\"\u0011\u0000\u00b1\u00ca\u0003\b\u0004\u0000"+ - "\u00b2\u00ca\u0003@ \u0000\u00b3\u00ca\u0003:\u001d\u0000\u00b4\u00ca"+ - "\u0003$\u0012\u0000\u00b5\u00ca\u0003<\u001e\u0000\u00b6\u00ca\u0003B"+ - "!\u0000\u00b7\u00ca\u0003D\"\u0000\u00b8\u00ca\u0003H$\u0000\u00b9\u00ca"+ - "\u0003J%\u0000\u00ba\u00ca\u0003X,\u0000\u00bb\u00ca\u0003L&\u0000\u00bc"+ - "\u00ca\u0003\u0092I\u0000\u00bd\u00be\u0004\u0003\u0002\u0000\u00be\u00ca"+ - "\u0003^/\u0000\u00bf\u00c0\u0004\u0003\u0003\u0000\u00c0\u00ca\u0003\\"+ - ".\u0000\u00c1\u00c2\u0004\u0003\u0004\u0000\u00c2\u00ca\u0003`0\u0000"+ - "\u00c3\u00c4\u0004\u0003\u0005\u0000\u00c4\u00ca\u0003b1\u0000\u00c5\u00c6"+ - "\u0004\u0003\u0006\u0000\u00c6\u00ca\u0003d2\u0000\u00c7\u00c8\u0004\u0003"+ - "\u0007\u0000\u00c8\u00ca\u0003n7\u0000\u00c9\u00b0\u0001\u0000\u0000\u0000"+ - "\u00c9\u00b1\u0001\u0000\u0000\u0000\u00c9\u00b2\u0001\u0000\u0000\u0000"+ - "\u00c9\u00b3\u0001\u0000\u0000\u0000\u00c9\u00b4\u0001\u0000\u0000\u0000"+ - "\u00c9\u00b5\u0001\u0000\u0000\u0000\u00c9\u00b6\u0001\u0000\u0000\u0000"+ - "\u00c9\u00b7\u0001\u0000\u0000\u0000\u00c9\u00b8\u0001\u0000\u0000\u0000"+ - "\u00c9\u00b9\u0001\u0000\u0000\u0000\u00c9\u00ba\u0001\u0000\u0000\u0000"+ - "\u00c9\u00bb\u0001\u0000\u0000\u0000\u00c9\u00bc\u0001\u0000\u0000\u0000"+ - "\u00c9\u00bd\u0001\u0000\u0000\u0000\u00c9\u00bf\u0001\u0000\u0000\u0000"+ - "\u00c9\u00c1\u0001\u0000\u0000\u0000\u00c9\u00c3\u0001\u0000\u0000\u0000"+ - "\u00c9\u00c5\u0001\u0000\u0000\u0000\u00c9\u00c7\u0001\u0000\u0000\u0000"+ - "\u00ca\u0007\u0001\u0000\u0000\u0000\u00cb\u00cc\u0005\u000e\u0000\u0000"+ - "\u00cc\u00cd\u0003p8\u0000\u00cd\t\u0001\u0000\u0000\u0000\u00ce\u00cf"+ - "\u00030\u0018\u0000\u00cf\u000b\u0001\u0000\u0000\u0000\u00d0\u00d1\u0005"+ - "\u000b\u0000\u0000\u00d1\u00d2\u0003\u000e\u0007\u0000\u00d2\r\u0001\u0000"+ - "\u0000\u0000\u00d3\u00d8\u0003\u0010\b\u0000\u00d4\u00d5\u0005=\u0000"+ - "\u0000\u00d5\u00d7\u0003\u0010\b\u0000\u00d6\u00d4\u0001\u0000\u0000\u0000"+ - "\u00d7\u00da\u0001\u0000\u0000\u0000\u00d8\u00d6\u0001\u0000\u0000\u0000"+ - "\u00d8\u00d9\u0001\u0000\u0000\u0000\u00d9\u000f\u0001\u0000\u0000\u0000"+ - "\u00da\u00d8\u0001\u0000\u0000\u0000\u00db\u00dc\u0003*\u0015\u0000\u00dc"+ - "\u00dd\u0005:\u0000\u0000\u00dd\u00df\u0001\u0000\u0000\u0000\u00de\u00db"+ - "\u0001\u0000\u0000\u0000\u00de\u00df\u0001\u0000\u0000\u0000\u00df\u00e0"+ - "\u0001\u0000\u0000\u0000\u00e0\u00e1\u0003p8\u0000\u00e1\u0011\u0001\u0000"+ - "\u0000\u0000\u00e2\u00e3\u0005\u0010\u0000\u0000\u00e3\u00e4\u0003\u0016"+ - "\u000b\u0000\u00e4\u0013\u0001\u0000\u0000\u0000\u00e5\u00e6\u0005\u0011"+ - "\u0000\u0000\u00e6\u00e7\u0003\u0016\u000b\u0000\u00e7\u0015\u0001\u0000"+ - "\u0000\u0000\u00e8\u00ed\u0003\u0018\f\u0000\u00e9\u00ea\u0005=\u0000"+ - "\u0000\u00ea\u00ec\u0003\u0018\f\u0000\u00eb\u00e9\u0001\u0000\u0000\u0000"+ - "\u00ec\u00ef\u0001\u0000\u0000\u0000\u00ed\u00eb\u0001\u0000\u0000\u0000"+ - "\u00ed\u00ee\u0001\u0000\u0000\u0000\u00ee\u00f1\u0001\u0000\u0000\u0000"+ - "\u00ef\u00ed\u0001\u0000\u0000\u0000\u00f0\u00f2\u0003 \u0010\u0000\u00f1"+ - "\u00f0\u0001\u0000\u0000\u0000\u00f1\u00f2\u0001\u0000\u0000\u0000\u00f2"+ - "\u0017\u0001\u0000\u0000\u0000\u00f3\u00f4\u0003\u001a\r\u0000\u00f4\u00f5"+ - "\u0005<\u0000\u0000\u00f5\u00f7\u0001\u0000\u0000\u0000\u00f6\u00f3\u0001"+ - "\u0000\u0000\u0000\u00f6\u00f7\u0001\u0000\u0000\u0000\u00f7\u00f8\u0001"+ - "\u0000\u0000\u0000\u00f8\u0100\u0003\u001e\u000f\u0000\u00f9\u00fa\u0004"+ - "\f\b\u0000\u00fa\u00fd\u0003\u001e\u000f\u0000\u00fb\u00fc\u0005;\u0000"+ - "\u0000\u00fc\u00fe\u0003\u001c\u000e\u0000\u00fd\u00fb\u0001\u0000\u0000"+ - "\u0000\u00fd\u00fe\u0001\u0000\u0000\u0000\u00fe\u0100\u0001\u0000\u0000"+ - "\u0000\u00ff\u00f6\u0001\u0000\u0000\u0000\u00ff\u00f9\u0001\u0000\u0000"+ - "\u0000\u0100\u0019\u0001\u0000\u0000\u0000\u0101\u0102\u0007\u0000\u0000"+ - "\u0000\u0102\u001b\u0001\u0000\u0000\u0000\u0103\u0104\u0007\u0000\u0000"+ - "\u0000\u0104\u001d\u0001\u0000\u0000\u0000\u0105\u0106\u0007\u0000\u0000"+ - "\u0000\u0106\u001f\u0001\u0000\u0000\u0000\u0107\u0108\u0005g\u0000\u0000"+ - "\u0108\u010d\u0005h\u0000\u0000\u0109\u010a\u0005=\u0000\u0000\u010a\u010c"+ - "\u0005h\u0000\u0000\u010b\u0109\u0001\u0000\u0000\u0000\u010c\u010f\u0001"+ - "\u0000\u0000\u0000\u010d\u010b\u0001\u0000\u0000\u0000\u010d\u010e\u0001"+ - "\u0000\u0000\u0000\u010e!\u0001\u0000\u0000\u0000\u010f\u010d\u0001\u0000"+ - "\u0000\u0000\u0110\u0111\u0005\b\u0000\u0000\u0111\u0112\u0003\u000e\u0007"+ - "\u0000\u0112#\u0001\u0000\u0000\u0000\u0113\u0115\u0005\r\u0000\u0000"+ - "\u0114\u0116\u0003&\u0013\u0000\u0115\u0114\u0001\u0000\u0000\u0000\u0115"+ - "\u0116\u0001\u0000\u0000\u0000\u0116\u0119\u0001\u0000\u0000\u0000\u0117"+ - "\u0118\u00057\u0000\u0000\u0118\u011a\u0003\u000e\u0007\u0000\u0119\u0117"+ - "\u0001\u0000\u0000\u0000\u0119\u011a\u0001\u0000\u0000\u0000\u011a%\u0001"+ - "\u0000\u0000\u0000\u011b\u0120\u0003(\u0014\u0000\u011c\u011d\u0005=\u0000"+ - "\u0000\u011d\u011f\u0003(\u0014\u0000\u011e\u011c\u0001\u0000\u0000\u0000"+ - "\u011f\u0122\u0001\u0000\u0000\u0000\u0120\u011e\u0001\u0000\u0000\u0000"+ - "\u0120\u0121\u0001\u0000\u0000\u0000\u0121\'\u0001\u0000\u0000\u0000\u0122"+ - "\u0120\u0001\u0000\u0000\u0000\u0123\u0126\u0003\u0010\b\u0000\u0124\u0125"+ - "\u0005\u000e\u0000\u0000\u0125\u0127\u0003p8\u0000\u0126\u0124\u0001\u0000"+ - "\u0000\u0000\u0126\u0127\u0001\u0000\u0000\u0000\u0127)\u0001\u0000\u0000"+ - "\u0000\u0128\u012d\u00038\u001c\u0000\u0129\u012a\u0005?\u0000\u0000\u012a"+ - "\u012c\u00038\u001c\u0000\u012b\u0129\u0001\u0000\u0000\u0000\u012c\u012f"+ - "\u0001\u0000\u0000\u0000\u012d\u012b\u0001\u0000\u0000\u0000\u012d\u012e"+ - "\u0001\u0000\u0000\u0000\u012e+\u0001\u0000\u0000\u0000\u012f\u012d\u0001"+ - "\u0000\u0000\u0000\u0130\u0135\u00032\u0019\u0000\u0131\u0132\u0005?\u0000"+ - "\u0000\u0132\u0134\u00032\u0019\u0000\u0133\u0131\u0001\u0000\u0000\u0000"+ - "\u0134\u0137\u0001\u0000\u0000\u0000\u0135\u0133\u0001\u0000\u0000\u0000"+ - "\u0135\u0136\u0001\u0000\u0000\u0000\u0136-\u0001\u0000\u0000\u0000\u0137"+ - "\u0135\u0001\u0000\u0000\u0000\u0138\u013d\u0003,\u0016\u0000\u0139\u013a"+ - "\u0005=\u0000\u0000\u013a\u013c\u0003,\u0016\u0000\u013b\u0139\u0001\u0000"+ - "\u0000\u0000\u013c\u013f\u0001\u0000\u0000\u0000\u013d\u013b\u0001\u0000"+ - "\u0000\u0000\u013d\u013e\u0001\u0000\u0000\u0000\u013e/\u0001\u0000\u0000"+ - "\u0000\u013f\u013d\u0001\u0000\u0000\u0000\u0140\u0141\u0007\u0001\u0000"+ - "\u0000\u01411\u0001\u0000\u0000\u0000\u0142\u0146\u0005}\u0000\u0000\u0143"+ - "\u0146\u00034\u001a\u0000\u0144\u0146\u00036\u001b\u0000\u0145\u0142\u0001"+ - "\u0000\u0000\u0000\u0145\u0143\u0001\u0000\u0000\u0000\u0145\u0144\u0001"+ - "\u0000\u0000\u0000\u01463\u0001\u0000\u0000\u0000\u0147\u014a\u0005J\u0000"+ - "\u0000\u0148\u014a\u0005\\\u0000\u0000\u0149\u0147\u0001\u0000\u0000\u0000"+ - "\u0149\u0148\u0001\u0000\u0000\u0000\u014a5\u0001\u0000\u0000\u0000\u014b"+ - "\u014e\u0005[\u0000\u0000\u014c\u014e\u0005]\u0000\u0000\u014d\u014b\u0001"+ - "\u0000\u0000\u0000\u014d\u014c\u0001\u0000\u0000\u0000\u014e7\u0001\u0000"+ - "\u0000\u0000\u014f\u0153\u00030\u0018\u0000\u0150\u0153\u00034\u001a\u0000"+ - "\u0151\u0153\u00036\u001b\u0000\u0152\u014f\u0001\u0000\u0000\u0000\u0152"+ - "\u0150\u0001\u0000\u0000\u0000\u0152\u0151\u0001\u0000\u0000\u0000\u0153"+ - "9\u0001\u0000\u0000\u0000\u0154\u0155\u0005\n\u0000\u0000\u0155\u0156"+ - "\u00055\u0000\u0000\u0156;\u0001\u0000\u0000\u0000\u0157\u0158\u0005\f"+ - "\u0000\u0000\u0158\u015d\u0003>\u001f\u0000\u0159\u015a\u0005=\u0000\u0000"+ - "\u015a\u015c\u0003>\u001f\u0000\u015b\u0159\u0001\u0000\u0000\u0000\u015c"+ - "\u015f\u0001\u0000\u0000\u0000\u015d\u015b\u0001\u0000\u0000\u0000\u015d"+ - "\u015e\u0001\u0000\u0000\u0000\u015e=\u0001\u0000\u0000\u0000\u015f\u015d"+ - "\u0001\u0000\u0000\u0000\u0160\u0162\u0003p8\u0000\u0161\u0163\u0007\u0002"+ - "\u0000\u0000\u0162\u0161\u0001\u0000\u0000\u0000\u0162\u0163\u0001\u0000"+ - "\u0000\u0000\u0163\u0166\u0001\u0000\u0000\u0000\u0164\u0165\u0005H\u0000"+ - "\u0000\u0165\u0167\u0007\u0003\u0000\u0000\u0166\u0164\u0001\u0000\u0000"+ - "\u0000\u0166\u0167\u0001\u0000\u0000\u0000\u0167?\u0001\u0000\u0000\u0000"+ - "\u0168\u0169\u0005\u001a\u0000\u0000\u0169\u016a\u0003.\u0017\u0000\u016a"+ - "A\u0001\u0000\u0000\u0000\u016b\u016c\u0005\u0019\u0000\u0000\u016c\u016d"+ - "\u0003.\u0017\u0000\u016dC\u0001\u0000\u0000\u0000\u016e\u016f\u0005\u001d"+ - "\u0000\u0000\u016f\u0174\u0003F#\u0000\u0170\u0171\u0005=\u0000\u0000"+ - "\u0171\u0173\u0003F#\u0000\u0172\u0170\u0001\u0000\u0000\u0000\u0173\u0176"+ - "\u0001\u0000\u0000\u0000\u0174\u0172\u0001\u0000\u0000\u0000\u0174\u0175"+ - "\u0001\u0000\u0000\u0000\u0175E\u0001\u0000\u0000\u0000\u0176\u0174\u0001"+ - "\u0000\u0000\u0000\u0177\u0178\u0003,\u0016\u0000\u0178\u0179\u0005\u0081"+ - "\u0000\u0000\u0179\u017a\u0003,\u0016\u0000\u017aG\u0001\u0000\u0000\u0000"+ - "\u017b\u017c\u0005\u0007\u0000\u0000\u017c\u017d\u0003z=\u0000\u017d\u017f"+ - "\u0003\u008eG\u0000\u017e\u0180\u0003N\'\u0000\u017f\u017e\u0001\u0000"+ - "\u0000\u0000\u017f\u0180\u0001\u0000\u0000\u0000\u0180I\u0001\u0000\u0000"+ - "\u0000\u0181\u0182\u0005\t\u0000\u0000\u0182\u0183\u0003z=\u0000\u0183"+ - "\u0184\u0003\u008eG\u0000\u0184K\u0001\u0000\u0000\u0000\u0185\u0186\u0005"+ - "\u0018\u0000\u0000\u0186\u0187\u0003*\u0015\u0000\u0187M\u0001\u0000\u0000"+ - "\u0000\u0188\u018d\u0003P(\u0000\u0189\u018a\u0005=\u0000\u0000\u018a"+ - "\u018c\u0003P(\u0000\u018b\u0189\u0001\u0000\u0000\u0000\u018c\u018f\u0001"+ - "\u0000\u0000\u0000\u018d\u018b\u0001\u0000\u0000\u0000\u018d\u018e\u0001"+ - "\u0000\u0000\u0000\u018eO\u0001\u0000\u0000\u0000\u018f\u018d\u0001\u0000"+ - "\u0000\u0000\u0190\u0191\u00030\u0018\u0000\u0191\u0192\u0005:\u0000\u0000"+ - "\u0192\u0193\u0003\u0084B\u0000\u0193Q\u0001\u0000\u0000\u0000\u0194\u0195"+ - "\u0005\u0006\u0000\u0000\u0195\u0196\u0003T*\u0000\u0196S\u0001\u0000"+ - "\u0000\u0000\u0197\u0198\u0005^\u0000\u0000\u0198\u0199\u0003\u0002\u0001"+ - "\u0000\u0199\u019a\u0005_\u0000\u0000\u019aU\u0001\u0000\u0000\u0000\u019b"+ - "\u019c\u0005\u001e\u0000\u0000\u019c\u019d\u0005\u0085\u0000\u0000\u019d"+ - "W\u0001\u0000\u0000\u0000\u019e\u019f\u0005\u0005\u0000\u0000\u019f\u01a2"+ - "\u0005%\u0000\u0000\u01a0\u01a1\u0005#\u0000\u0000\u01a1\u01a3\u0003,"+ - "\u0016\u0000\u01a2\u01a0\u0001\u0000\u0000\u0000\u01a2\u01a3\u0001\u0000"+ - "\u0000\u0000\u01a3\u01ad\u0001\u0000\u0000\u0000\u01a4\u01a5\u0005$\u0000"+ - "\u0000\u01a5\u01aa\u0003Z-\u0000\u01a6\u01a7\u0005=\u0000\u0000\u01a7"+ - "\u01a9\u0003Z-\u0000\u01a8\u01a6\u0001\u0000\u0000\u0000\u01a9\u01ac\u0001"+ - "\u0000\u0000\u0000\u01aa\u01a8\u0001\u0000\u0000\u0000\u01aa\u01ab\u0001"+ - "\u0000\u0000\u0000\u01ab\u01ae\u0001\u0000\u0000\u0000\u01ac\u01aa\u0001"+ - "\u0000\u0000\u0000\u01ad\u01a4\u0001\u0000\u0000\u0000\u01ad\u01ae\u0001"+ - "\u0000\u0000\u0000\u01aeY\u0001\u0000\u0000\u0000\u01af\u01b0\u0003,\u0016"+ - "\u0000\u01b0\u01b1\u0005:\u0000\u0000\u01b1\u01b3\u0001\u0000\u0000\u0000"+ - "\u01b2\u01af\u0001\u0000\u0000\u0000\u01b2\u01b3\u0001\u0000\u0000\u0000"+ - "\u01b3\u01b4\u0001\u0000\u0000\u0000\u01b4\u01b5\u0003,\u0016\u0000\u01b5"+ - "[\u0001\u0000\u0000\u0000\u01b6\u01b7\u0005\u0017\u0000\u0000\u01b7\u01b8"+ - "\u0003\u0018\f\u0000\u01b8\u01b9\u0005#\u0000\u0000\u01b9\u01ba\u0003"+ - ".\u0017\u0000\u01ba]\u0001\u0000\u0000\u0000\u01bb\u01bc\u0005\u000f\u0000"+ - "\u0000\u01bc\u01bf\u0003&\u0013\u0000\u01bd\u01be\u00057\u0000\u0000\u01be"+ - "\u01c0\u0003\u000e\u0007\u0000\u01bf\u01bd\u0001\u0000\u0000\u0000\u01bf"+ - "\u01c0\u0001\u0000\u0000\u0000\u01c0_\u0001\u0000\u0000\u0000\u01c1\u01c2"+ - "\u0005\u0004\u0000\u0000\u01c2\u01c5\u0003*\u0015\u0000\u01c3\u01c4\u0005"+ - "#\u0000\u0000\u01c4\u01c6\u0003*\u0015\u0000\u01c5\u01c3\u0001\u0000\u0000"+ - "\u0000\u01c5\u01c6\u0001\u0000\u0000\u0000\u01c6\u01cc\u0001\u0000\u0000"+ - "\u0000\u01c7\u01c8\u0005\u0081\u0000\u0000\u01c8\u01c9\u0003*\u0015\u0000"+ - "\u01c9\u01ca\u0005=\u0000\u0000\u01ca\u01cb\u0003*\u0015\u0000\u01cb\u01cd"+ - "\u0001\u0000\u0000\u0000\u01cc\u01c7\u0001\u0000\u0000\u0000\u01cc\u01cd"+ - "\u0001\u0000\u0000\u0000\u01cda\u0001\u0000\u0000\u0000\u01ce\u01cf\u0005"+ - "\u001b\u0000\u0000\u01cf\u01d0\u0003.\u0017\u0000\u01d0c\u0001\u0000\u0000"+ - "\u0000\u01d1\u01d2\u0005\u0012\u0000\u0000\u01d2\u01d3\u0003f3\u0000\u01d3"+ - "e\u0001\u0000\u0000\u0000\u01d4\u01d6\u0003h4\u0000\u01d5\u01d4\u0001"+ - "\u0000\u0000\u0000\u01d6\u01d7\u0001\u0000\u0000\u0000\u01d7\u01d5\u0001"+ - "\u0000\u0000\u0000\u01d7\u01d8\u0001\u0000\u0000\u0000\u01d8g\u0001\u0000"+ - "\u0000\u0000\u01d9\u01da\u0005`\u0000\u0000\u01da\u01db\u0003j5\u0000"+ - "\u01db\u01dc\u0005a\u0000\u0000\u01dci\u0001\u0000\u0000\u0000\u01dd\u01de"+ - "\u00065\uffff\uffff\u0000\u01de\u01df\u0003l6\u0000\u01df\u01e5\u0001"+ - "\u0000\u0000\u0000\u01e0\u01e1\n\u0001\u0000\u0000\u01e1\u01e2\u00053"+ - "\u0000\u0000\u01e2\u01e4\u0003l6\u0000\u01e3\u01e0\u0001\u0000\u0000\u0000"+ - "\u01e4\u01e7\u0001\u0000\u0000\u0000\u01e5\u01e3\u0001\u0000\u0000\u0000"+ - "\u01e5\u01e6\u0001\u0000\u0000\u0000\u01e6k\u0001\u0000\u0000\u0000\u01e7"+ - "\u01e5\u0001\u0000\u0000\u0000\u01e8\u01ec\u0003\b\u0004\u0000\u01e9\u01ec"+ - "\u0003<\u001e\u0000\u01ea\u01ec\u0003:\u001d\u0000\u01eb\u01e8\u0001\u0000"+ - "\u0000\u0000\u01eb\u01e9\u0001\u0000\u0000\u0000\u01eb\u01ea\u0001\u0000"+ - "\u0000\u0000\u01ecm\u0001\u0000\u0000\u0000\u01ed\u01ee\u0005\u001c\u0000"+ - "\u0000\u01eeo\u0001\u0000\u0000\u0000\u01ef\u01f0\u00068\uffff\uffff\u0000"+ - "\u01f0\u01f1\u0005F\u0000\u0000\u01f1\u020d\u0003p8\b\u01f2\u020d\u0003"+ - "v;\u0000\u01f3\u020d\u0003r9\u0000\u01f4\u01f6\u0003v;\u0000\u01f5\u01f7"+ - "\u0005F\u0000\u0000\u01f6\u01f5\u0001\u0000\u0000\u0000\u01f6\u01f7\u0001"+ - "\u0000\u0000\u0000\u01f7\u01f8\u0001\u0000\u0000\u0000\u01f8\u01f9\u0005"+ - "B\u0000\u0000\u01f9\u01fa\u0005`\u0000\u0000\u01fa\u01ff\u0003v;\u0000"+ - "\u01fb\u01fc\u0005=\u0000\u0000\u01fc\u01fe\u0003v;\u0000\u01fd\u01fb"+ - "\u0001\u0000\u0000\u0000\u01fe\u0201\u0001\u0000\u0000\u0000\u01ff\u01fd"+ - "\u0001\u0000\u0000\u0000\u01ff\u0200\u0001\u0000\u0000\u0000\u0200\u0202"+ - "\u0001\u0000\u0000\u0000\u0201\u01ff\u0001\u0000\u0000\u0000\u0202\u0203"+ - "\u0005a\u0000\u0000\u0203\u020d\u0001\u0000\u0000\u0000\u0204\u0205\u0003"+ - "v;\u0000\u0205\u0207\u0005C\u0000\u0000\u0206\u0208\u0005F\u0000\u0000"+ - "\u0207\u0206\u0001\u0000\u0000\u0000\u0207\u0208\u0001\u0000\u0000\u0000"+ - "\u0208\u0209\u0001\u0000\u0000\u0000\u0209\u020a\u0005G\u0000\u0000\u020a"+ - "\u020d\u0001\u0000\u0000\u0000\u020b\u020d\u0003t:\u0000\u020c\u01ef\u0001"+ - "\u0000\u0000\u0000\u020c\u01f2\u0001\u0000\u0000\u0000\u020c\u01f3\u0001"+ - "\u0000\u0000\u0000\u020c\u01f4\u0001\u0000\u0000\u0000\u020c\u0204\u0001"+ - "\u0000\u0000\u0000\u020c\u020b\u0001\u0000\u0000\u0000\u020d\u0216\u0001"+ - "\u0000\u0000\u0000\u020e\u020f\n\u0005\u0000\u0000\u020f\u0210\u00058"+ - "\u0000\u0000\u0210\u0215\u0003p8\u0006\u0211\u0212\n\u0004\u0000\u0000"+ - "\u0212\u0213\u0005I\u0000\u0000\u0213\u0215\u0003p8\u0005\u0214\u020e"+ - "\u0001\u0000\u0000\u0000\u0214\u0211\u0001\u0000\u0000\u0000\u0215\u0218"+ - "\u0001\u0000\u0000\u0000\u0216\u0214\u0001\u0000\u0000\u0000\u0216\u0217"+ - "\u0001\u0000\u0000\u0000\u0217q\u0001\u0000\u0000\u0000\u0218\u0216\u0001"+ - "\u0000\u0000\u0000\u0219\u021b\u0003v;\u0000\u021a\u021c\u0005F\u0000"+ - "\u0000\u021b\u021a\u0001\u0000\u0000\u0000\u021b\u021c\u0001\u0000\u0000"+ - "\u0000\u021c\u021d\u0001\u0000\u0000\u0000\u021d\u021e\u0005E\u0000\u0000"+ - "\u021e\u021f\u0003\u008eG\u0000\u021f\u0228\u0001\u0000\u0000\u0000\u0220"+ - "\u0222\u0003v;\u0000\u0221\u0223\u0005F\u0000\u0000\u0222\u0221\u0001"+ - "\u0000\u0000\u0000\u0222\u0223\u0001\u0000\u0000\u0000\u0223\u0224\u0001"+ - "\u0000\u0000\u0000\u0224\u0225\u0005K\u0000\u0000\u0225\u0226\u0003\u008e"+ - "G\u0000\u0226\u0228\u0001\u0000\u0000\u0000\u0227\u0219\u0001\u0000\u0000"+ - "\u0000\u0227\u0220\u0001\u0000\u0000\u0000\u0228s\u0001\u0000\u0000\u0000"+ - "\u0229\u022c\u0003*\u0015\u0000\u022a\u022b\u0005;\u0000\u0000\u022b\u022d"+ - "\u0003\n\u0005\u0000\u022c\u022a\u0001\u0000\u0000\u0000\u022c\u022d\u0001"+ - "\u0000\u0000\u0000\u022d\u022e\u0001\u0000\u0000\u0000\u022e\u022f\u0005"+ - "<\u0000\u0000\u022f\u0230\u0003\u0084B\u0000\u0230u\u0001\u0000\u0000"+ - "\u0000\u0231\u0237\u0003x<\u0000\u0232\u0233\u0003x<\u0000\u0233\u0234"+ - "\u0003\u0090H\u0000\u0234\u0235\u0003x<\u0000\u0235\u0237\u0001\u0000"+ - "\u0000\u0000\u0236\u0231\u0001\u0000\u0000\u0000\u0236\u0232\u0001\u0000"+ - "\u0000\u0000\u0237w\u0001\u0000\u0000\u0000\u0238\u0239\u0006<\uffff\uffff"+ - "\u0000\u0239\u023d\u0003z=\u0000\u023a\u023b\u0007\u0004\u0000\u0000\u023b"+ - "\u023d\u0003x<\u0003\u023c\u0238\u0001\u0000\u0000\u0000\u023c\u023a\u0001"+ - "\u0000\u0000\u0000\u023d\u0246\u0001\u0000\u0000\u0000\u023e\u023f\n\u0002"+ - "\u0000\u0000\u023f\u0240\u0007\u0005\u0000\u0000\u0240\u0245\u0003x<\u0003"+ - "\u0241\u0242\n\u0001\u0000\u0000\u0242\u0243\u0007\u0004\u0000\u0000\u0243"+ - "\u0245\u0003x<\u0002\u0244\u023e\u0001\u0000\u0000\u0000\u0244\u0241\u0001"+ - "\u0000\u0000\u0000\u0245\u0248\u0001\u0000\u0000\u0000\u0246\u0244\u0001"+ - "\u0000\u0000\u0000\u0246\u0247\u0001\u0000\u0000\u0000\u0247y\u0001\u0000"+ - "\u0000\u0000\u0248\u0246\u0001\u0000\u0000\u0000\u0249\u024a\u0006=\uffff"+ - "\uffff\u0000\u024a\u0252\u0003\u0084B\u0000\u024b\u0252\u0003*\u0015\u0000"+ - "\u024c\u0252\u0003|>\u0000\u024d\u024e\u0005`\u0000\u0000\u024e\u024f"+ - "\u0003p8\u0000\u024f\u0250\u0005a\u0000\u0000\u0250\u0252\u0001\u0000"+ - "\u0000\u0000\u0251\u0249\u0001\u0000\u0000\u0000\u0251\u024b\u0001\u0000"+ - "\u0000\u0000\u0251\u024c\u0001\u0000\u0000\u0000\u0251\u024d\u0001\u0000"+ - "\u0000\u0000\u0252\u0258\u0001\u0000\u0000\u0000\u0253\u0254\n\u0001\u0000"+ - "\u0000\u0254\u0255\u0005;\u0000\u0000\u0255\u0257\u0003\n\u0005\u0000"+ - "\u0256\u0253\u0001\u0000\u0000\u0000\u0257\u025a\u0001\u0000\u0000\u0000"+ - "\u0258\u0256\u0001\u0000\u0000\u0000\u0258\u0259\u0001\u0000\u0000\u0000"+ - "\u0259{\u0001\u0000\u0000\u0000\u025a\u0258\u0001\u0000\u0000\u0000\u025b"+ - "\u025c\u0003~?\u0000\u025c\u026a\u0005`\u0000\u0000\u025d\u026b\u0005"+ - "V\u0000\u0000\u025e\u0263\u0003p8\u0000\u025f\u0260\u0005=\u0000\u0000"+ - "\u0260\u0262\u0003p8\u0000\u0261\u025f\u0001\u0000\u0000\u0000\u0262\u0265"+ - "\u0001\u0000\u0000\u0000\u0263\u0261\u0001\u0000\u0000\u0000\u0263\u0264"+ - "\u0001\u0000\u0000\u0000\u0264\u0268\u0001\u0000\u0000\u0000\u0265\u0263"+ - "\u0001\u0000\u0000\u0000\u0266\u0267\u0005=\u0000\u0000\u0267\u0269\u0003"+ - "\u0080@\u0000\u0268\u0266\u0001\u0000\u0000\u0000\u0268\u0269\u0001\u0000"+ - "\u0000\u0000\u0269\u026b\u0001\u0000\u0000\u0000\u026a\u025d\u0001\u0000"+ - "\u0000\u0000\u026a\u025e\u0001\u0000\u0000\u0000\u026a\u026b\u0001\u0000"+ - "\u0000\u0000\u026b\u026c\u0001\u0000\u0000\u0000\u026c\u026d\u0005a\u0000"+ - "\u0000\u026d}\u0001\u0000\u0000\u0000\u026e\u026f\u00038\u001c\u0000\u026f"+ - "\u007f\u0001\u0000\u0000\u0000\u0270\u0271\u0005Y\u0000\u0000\u0271\u0276"+ - "\u0003\u0082A\u0000\u0272\u0273\u0005=\u0000\u0000\u0273\u0275\u0003\u0082"+ - "A\u0000\u0274\u0272\u0001\u0000\u0000\u0000\u0275\u0278\u0001\u0000\u0000"+ - "\u0000\u0276\u0274\u0001\u0000\u0000\u0000\u0276\u0277\u0001\u0000\u0000"+ - "\u0000\u0277\u0279\u0001\u0000\u0000\u0000\u0278\u0276\u0001\u0000\u0000"+ - "\u0000\u0279\u027a\u0005Z\u0000\u0000\u027a\u0081\u0001\u0000\u0000\u0000"+ - "\u027b\u027c\u0003\u008eG\u0000\u027c\u027d\u0005<\u0000\u0000\u027d\u027e"+ - "\u0003\u0084B\u0000\u027e\u0083\u0001\u0000\u0000\u0000\u027f\u02aa\u0005"+ - "G\u0000\u0000\u0280\u0281\u0003\u008cF\u0000\u0281\u0282\u0005b\u0000"+ - "\u0000\u0282\u02aa\u0001\u0000\u0000\u0000\u0283\u02aa\u0003\u008aE\u0000"+ - "\u0284\u02aa\u0003\u008cF\u0000\u0285\u02aa\u0003\u0086C\u0000\u0286\u02aa"+ - "\u00034\u001a\u0000\u0287\u02aa\u0003\u008eG\u0000\u0288\u0289\u0005^"+ - "\u0000\u0000\u0289\u028e\u0003\u0088D\u0000\u028a\u028b\u0005=\u0000\u0000"+ - "\u028b\u028d\u0003\u0088D\u0000\u028c\u028a\u0001\u0000\u0000\u0000\u028d"+ - "\u0290\u0001\u0000\u0000\u0000\u028e\u028c\u0001\u0000\u0000\u0000\u028e"+ - "\u028f\u0001\u0000\u0000\u0000\u028f\u0291\u0001\u0000\u0000\u0000\u0290"+ - "\u028e\u0001\u0000\u0000\u0000\u0291\u0292\u0005_\u0000\u0000\u0292\u02aa"+ - "\u0001\u0000\u0000\u0000\u0293\u0294\u0005^\u0000\u0000\u0294\u0299\u0003"+ - "\u0086C\u0000\u0295\u0296\u0005=\u0000\u0000\u0296\u0298\u0003\u0086C"+ - "\u0000\u0297\u0295\u0001\u0000\u0000\u0000\u0298\u029b\u0001\u0000\u0000"+ + "\u0088\u008a\u008c\u008e\u0090\u0092\u0094\u0096\u0098\u009a\u0000\t\u0002"+ + "\u000033jj\u0001\u0000de\u0002\u000088>>\u0002\u0000AADD\u0001\u0000V"+ + "W\u0001\u0000XZ\u0002\u0000@@MM\u0002\u0000OOQU\u0002\u0000\u0014\u0014"+ + "\u0016\u0017\u02f7\u0000\u009c\u0001\u0000\u0000\u0000\u0002\u009f\u0001"+ + "\u0000\u0000\u0000\u0004\u00b0\u0001\u0000\u0000\u0000\u0006\u00cd\u0001"+ + "\u0000\u0000\u0000\b\u00cf\u0001\u0000\u0000\u0000\n\u00d2\u0001\u0000"+ + "\u0000\u0000\f\u00d4\u0001\u0000\u0000\u0000\u000e\u00d7\u0001\u0000\u0000"+ + "\u0000\u0010\u00e2\u0001\u0000\u0000\u0000\u0012\u00e6\u0001\u0000\u0000"+ + "\u0000\u0014\u00e9\u0001\u0000\u0000\u0000\u0016\u00ec\u0001\u0000\u0000"+ + "\u0000\u0018\u0103\u0001\u0000\u0000\u0000\u001a\u0105\u0001\u0000\u0000"+ + "\u0000\u001c\u0107\u0001\u0000\u0000\u0000\u001e\u0109\u0001\u0000\u0000"+ + "\u0000 \u010b\u0001\u0000\u0000\u0000\"\u0114\u0001\u0000\u0000\u0000"+ + "$\u0117\u0001\u0000\u0000\u0000&\u011f\u0001\u0000\u0000\u0000(\u0127"+ + "\u0001\u0000\u0000\u0000*\u012c\u0001\u0000\u0000\u0000,\u0134\u0001\u0000"+ + "\u0000\u0000.\u013c\u0001\u0000\u0000\u00000\u0144\u0001\u0000\u0000\u0000"+ + "2\u0149\u0001\u0000\u0000\u00004\u014d\u0001\u0000\u0000\u00006\u0151"+ + "\u0001\u0000\u0000\u00008\u0156\u0001\u0000\u0000\u0000:\u0158\u0001\u0000"+ + "\u0000\u0000<\u015b\u0001\u0000\u0000\u0000>\u0164\u0001\u0000\u0000\u0000"+ + "@\u016c\u0001\u0000\u0000\u0000B\u016f\u0001\u0000\u0000\u0000D\u0172"+ + "\u0001\u0000\u0000\u0000F\u017b\u0001\u0000\u0000\u0000H\u017f\u0001\u0000"+ + "\u0000\u0000J\u0185\u0001\u0000\u0000\u0000L\u0189\u0001\u0000\u0000\u0000"+ + "N\u018c\u0001\u0000\u0000\u0000P\u0194\u0001\u0000\u0000\u0000R\u0198"+ + "\u0001\u0000\u0000\u0000T\u019b\u0001\u0000\u0000\u0000V\u019f\u0001\u0000"+ + "\u0000\u0000X\u01a2\u0001\u0000\u0000\u0000Z\u01b6\u0001\u0000\u0000\u0000"+ + "\\\u01ba\u0001\u0000\u0000\u0000^\u01bf\u0001\u0000\u0000\u0000`\u01c5"+ + "\u0001\u0000\u0000\u0000b\u01d2\u0001\u0000\u0000\u0000d\u01d5\u0001\u0000"+ + "\u0000\u0000f\u01d9\u0001\u0000\u0000\u0000h\u01dd\u0001\u0000\u0000\u0000"+ + "j\u01e1\u0001\u0000\u0000\u0000l\u01ef\u0001\u0000\u0000\u0000n\u01f1"+ + "\u0001\u0000\u0000\u0000p\u01f3\u0001\u0000\u0000\u0000r\u0217\u0001\u0000"+ + "\u0000\u0000t\u0232\u0001\u0000\u0000\u0000v\u0234\u0001\u0000\u0000\u0000"+ + "x\u0241\u0001\u0000\u0000\u0000z\u0247\u0001\u0000\u0000\u0000|\u025c"+ + "\u0001\u0000\u0000\u0000~\u0266\u0001\u0000\u0000\u0000\u0080\u0279\u0001"+ + "\u0000\u0000\u0000\u0082\u027b\u0001\u0000\u0000\u0000\u0084\u0286\u0001"+ + "\u0000\u0000\u0000\u0086\u02b4\u0001\u0000\u0000\u0000\u0088\u02b6\u0001"+ + "\u0000\u0000\u0000\u008a\u02ba\u0001\u0000\u0000\u0000\u008c\u02bd\u0001"+ + "\u0000\u0000\u0000\u008e\u02c2\u0001\u0000\u0000\u0000\u0090\u02c6\u0001"+ + "\u0000\u0000\u0000\u0092\u02c8\u0001\u0000\u0000\u0000\u0094\u02ca\u0001"+ + "\u0000\u0000\u0000\u0096\u02cf\u0001\u0000\u0000\u0000\u0098\u02d1\u0001"+ + "\u0000\u0000\u0000\u009a\u02da\u0001\u0000\u0000\u0000\u009c\u009d\u0003"+ + "\u0002\u0001\u0000\u009d\u009e\u0005\u0000\u0000\u0001\u009e\u0001\u0001"+ + "\u0000\u0000\u0000\u009f\u00a0\u0006\u0001\uffff\uffff\u0000\u00a0\u00a1"+ + "\u0003\u0004\u0002\u0000\u00a1\u00a7\u0001\u0000\u0000\u0000\u00a2\u00a3"+ + "\n\u0001\u0000\u0000\u00a3\u00a4\u00052\u0000\u0000\u00a4\u00a6\u0003"+ + "\u0006\u0003\u0000\u00a5\u00a2\u0001\u0000\u0000\u0000\u00a6\u00a9\u0001"+ + "\u0000\u0000\u0000\u00a7\u00a5\u0001\u0000\u0000\u0000\u00a7\u00a8\u0001"+ + "\u0000\u0000\u0000\u00a8\u0003\u0001\u0000\u0000\u0000\u00a9\u00a7\u0001"+ + "\u0000\u0000\u0000\u00aa\u00b1\u0003R)\u0000\u00ab\u00b1\u0003\u0012\t"+ + "\u0000\u00ac\u00b1\u0003\f\u0006\u0000\u00ad\u00b1\u0003V+\u0000\u00ae"+ + "\u00af\u0004\u0002\u0001\u0000\u00af\u00b1\u0003\u0014\n\u0000\u00b0\u00aa"+ + "\u0001\u0000\u0000\u0000\u00b0\u00ab\u0001\u0000\u0000\u0000\u00b0\u00ac"+ + "\u0001\u0000\u0000\u0000\u00b0\u00ad\u0001\u0000\u0000\u0000\u00b0\u00ae"+ + "\u0001\u0000\u0000\u0000\u00b1\u0005\u0001\u0000\u0000\u0000\u00b2\u00ce"+ + "\u0003\"\u0011\u0000\u00b3\u00ce\u0003\b\u0004\u0000\u00b4\u00ce\u0003"+ + "@ \u0000\u00b5\u00ce\u0003:\u001d\u0000\u00b6\u00ce\u0003$\u0012\u0000"+ + "\u00b7\u00ce\u0003<\u001e\u0000\u00b8\u00ce\u0003B!\u0000\u00b9\u00ce"+ + "\u0003D\"\u0000\u00ba\u00ce\u0003H$\u0000\u00bb\u00ce\u0003J%\u0000\u00bc"+ + "\u00ce\u0003X,\u0000\u00bd\u00ce\u0003L&\u0000\u00be\u00ce\u0003\u0094"+ + "J\u0000\u00bf\u00c0\u0004\u0003\u0002\u0000\u00c0\u00ce\u0003^/\u0000"+ + "\u00c1\u00c2\u0004\u0003\u0003\u0000\u00c2\u00ce\u0003\\.\u0000\u00c3"+ + "\u00c4\u0004\u0003\u0004\u0000\u00c4\u00ce\u0003`0\u0000\u00c5\u00c6\u0004"+ + "\u0003\u0005\u0000\u00c6\u00ce\u0003b1\u0000\u00c7\u00c8\u0004\u0003\u0006"+ + "\u0000\u00c8\u00ce\u0003d2\u0000\u00c9\u00ca\u0004\u0003\u0007\u0000\u00ca"+ + "\u00ce\u0003p8\u0000\u00cb\u00cc\u0004\u0003\b\u0000\u00cc\u00ce\u0003"+ + "n7\u0000\u00cd\u00b2\u0001\u0000\u0000\u0000\u00cd\u00b3\u0001\u0000\u0000"+ + "\u0000\u00cd\u00b4\u0001\u0000\u0000\u0000\u00cd\u00b5\u0001\u0000\u0000"+ + "\u0000\u00cd\u00b6\u0001\u0000\u0000\u0000\u00cd\u00b7\u0001\u0000\u0000"+ + "\u0000\u00cd\u00b8\u0001\u0000\u0000\u0000\u00cd\u00b9\u0001\u0000\u0000"+ + "\u0000\u00cd\u00ba\u0001\u0000\u0000\u0000\u00cd\u00bb\u0001\u0000\u0000"+ + "\u0000\u00cd\u00bc\u0001\u0000\u0000\u0000\u00cd\u00bd\u0001\u0000\u0000"+ + "\u0000\u00cd\u00be\u0001\u0000\u0000\u0000\u00cd\u00bf\u0001\u0000\u0000"+ + "\u0000\u00cd\u00c1\u0001\u0000\u0000\u0000\u00cd\u00c3\u0001\u0000\u0000"+ + "\u0000\u00cd\u00c5\u0001\u0000\u0000\u0000\u00cd\u00c7\u0001\u0000\u0000"+ + "\u0000\u00cd\u00c9\u0001\u0000\u0000\u0000\u00cd\u00cb\u0001\u0000\u0000"+ + "\u0000\u00ce\u0007\u0001\u0000\u0000\u0000\u00cf\u00d0\u0005\u000e\u0000"+ + "\u0000\u00d0\u00d1\u0003r9\u0000\u00d1\t\u0001\u0000\u0000\u0000\u00d2"+ + "\u00d3\u00030\u0018\u0000\u00d3\u000b\u0001\u0000\u0000\u0000\u00d4\u00d5"+ + "\u0005\u000b\u0000\u0000\u00d5\u00d6\u0003\u000e\u0007\u0000\u00d6\r\u0001"+ + "\u0000\u0000\u0000\u00d7\u00dc\u0003\u0010\b\u0000\u00d8\u00d9\u0005="+ + "\u0000\u0000\u00d9\u00db\u0003\u0010\b\u0000\u00da\u00d8\u0001\u0000\u0000"+ + "\u0000\u00db\u00de\u0001\u0000\u0000\u0000\u00dc\u00da\u0001\u0000\u0000"+ + "\u0000\u00dc\u00dd\u0001\u0000\u0000\u0000\u00dd\u000f\u0001\u0000\u0000"+ + "\u0000\u00de\u00dc\u0001\u0000\u0000\u0000\u00df\u00e0\u0003*\u0015\u0000"+ + "\u00e0\u00e1\u00059\u0000\u0000\u00e1\u00e3\u0001\u0000\u0000\u0000\u00e2"+ + "\u00df\u0001\u0000\u0000\u0000\u00e2\u00e3\u0001\u0000\u0000\u0000\u00e3"+ + "\u00e4\u0001\u0000\u0000\u0000\u00e4\u00e5\u0003r9\u0000\u00e5\u0011\u0001"+ + "\u0000\u0000\u0000\u00e6\u00e7\u0005\u0011\u0000\u0000\u00e7\u00e8\u0003"+ + "\u0016\u000b\u0000\u00e8\u0013\u0001\u0000\u0000\u0000\u00e9\u00ea\u0005"+ + "\u0012\u0000\u0000\u00ea\u00eb\u0003\u0016\u000b\u0000\u00eb\u0015\u0001"+ + "\u0000\u0000\u0000\u00ec\u00f1\u0003\u0018\f\u0000\u00ed\u00ee\u0005="+ + "\u0000\u0000\u00ee\u00f0\u0003\u0018\f\u0000\u00ef\u00ed\u0001\u0000\u0000"+ + "\u0000\u00f0\u00f3\u0001\u0000\u0000\u0000\u00f1\u00ef\u0001\u0000\u0000"+ + "\u0000\u00f1\u00f2\u0001\u0000\u0000\u0000\u00f2\u00f5\u0001\u0000\u0000"+ + "\u0000\u00f3\u00f1\u0001\u0000\u0000\u0000\u00f4\u00f6\u0003 \u0010\u0000"+ + "\u00f5\u00f4\u0001\u0000\u0000\u0000\u00f5\u00f6\u0001\u0000\u0000\u0000"+ + "\u00f6\u0017\u0001\u0000\u0000\u0000\u00f7\u00f8\u0003\u001a\r\u0000\u00f8"+ + "\u00f9\u0005<\u0000\u0000\u00f9\u00fb\u0001\u0000\u0000\u0000\u00fa\u00f7"+ + "\u0001\u0000\u0000\u0000\u00fa\u00fb\u0001\u0000\u0000\u0000\u00fb\u00fc"+ + "\u0001\u0000\u0000\u0000\u00fc\u0104\u0003\u001e\u000f\u0000\u00fd\u00fe"+ + "\u0004\f\t\u0000\u00fe\u0101\u0003\u001e\u000f\u0000\u00ff\u0100\u0005"+ + ";\u0000\u0000\u0100\u0102\u0003\u001c\u000e\u0000\u0101\u00ff\u0001\u0000"+ + "\u0000\u0000\u0101\u0102\u0001\u0000\u0000\u0000\u0102\u0104\u0001\u0000"+ + "\u0000\u0000\u0103\u00fa\u0001\u0000\u0000\u0000\u0103\u00fd\u0001\u0000"+ + "\u0000\u0000\u0104\u0019\u0001\u0000\u0000\u0000\u0105\u0106\u0007\u0000"+ + "\u0000\u0000\u0106\u001b\u0001\u0000\u0000\u0000\u0107\u0108\u0007\u0000"+ + "\u0000\u0000\u0108\u001d\u0001\u0000\u0000\u0000\u0109\u010a\u0007\u0000"+ + "\u0000\u0000\u010a\u001f\u0001\u0000\u0000\u0000\u010b\u010c\u0005i\u0000"+ + "\u0000\u010c\u0111\u0005j\u0000\u0000\u010d\u010e\u0005=\u0000\u0000\u010e"+ + "\u0110\u0005j\u0000\u0000\u010f\u010d\u0001\u0000\u0000\u0000\u0110\u0113"+ + "\u0001\u0000\u0000\u0000\u0111\u010f\u0001\u0000\u0000\u0000\u0111\u0112"+ + "\u0001\u0000\u0000\u0000\u0112!\u0001\u0000\u0000\u0000\u0113\u0111\u0001"+ + "\u0000\u0000\u0000\u0114\u0115\u0005\b\u0000\u0000\u0115\u0116\u0003\u000e"+ + "\u0007\u0000\u0116#\u0001\u0000\u0000\u0000\u0117\u0119\u0005\r\u0000"+ + "\u0000\u0118\u011a\u0003&\u0013\u0000\u0119\u0118\u0001\u0000\u0000\u0000"+ + "\u0119\u011a\u0001\u0000\u0000\u0000\u011a\u011d\u0001\u0000\u0000\u0000"+ + "\u011b\u011c\u0005:\u0000\u0000\u011c\u011e\u0003\u000e\u0007\u0000\u011d"+ + "\u011b\u0001\u0000\u0000\u0000\u011d\u011e\u0001\u0000\u0000\u0000\u011e"+ + "%\u0001\u0000\u0000\u0000\u011f\u0124\u0003(\u0014\u0000\u0120\u0121\u0005"+ + "=\u0000\u0000\u0121\u0123\u0003(\u0014\u0000\u0122\u0120\u0001\u0000\u0000"+ + "\u0000\u0123\u0126\u0001\u0000\u0000\u0000\u0124\u0122\u0001\u0000\u0000"+ + "\u0000\u0124\u0125\u0001\u0000\u0000\u0000\u0125\'\u0001\u0000\u0000\u0000"+ + "\u0126\u0124\u0001\u0000\u0000\u0000\u0127\u012a\u0003\u0010\b\u0000\u0128"+ + "\u0129\u0005\u000e\u0000\u0000\u0129\u012b\u0003r9\u0000\u012a\u0128\u0001"+ + "\u0000\u0000\u0000\u012a\u012b\u0001\u0000\u0000\u0000\u012b)\u0001\u0000"+ + "\u0000\u0000\u012c\u0131\u00038\u001c\u0000\u012d\u012e\u0005?\u0000\u0000"+ + "\u012e\u0130\u00038\u001c\u0000\u012f\u012d\u0001\u0000\u0000\u0000\u0130"+ + "\u0133\u0001\u0000\u0000\u0000\u0131\u012f\u0001\u0000\u0000\u0000\u0131"+ + "\u0132\u0001\u0000\u0000\u0000\u0132+\u0001\u0000\u0000\u0000\u0133\u0131"+ + "\u0001\u0000\u0000\u0000\u0134\u0139\u00032\u0019\u0000\u0135\u0136\u0005"+ + "?\u0000\u0000\u0136\u0138\u00032\u0019\u0000\u0137\u0135\u0001\u0000\u0000"+ + "\u0000\u0138\u013b\u0001\u0000\u0000\u0000\u0139\u0137\u0001\u0000\u0000"+ + "\u0000\u0139\u013a\u0001\u0000\u0000\u0000\u013a-\u0001\u0000\u0000\u0000"+ + "\u013b\u0139\u0001\u0000\u0000\u0000\u013c\u0141\u0003,\u0016\u0000\u013d"+ + "\u013e\u0005=\u0000\u0000\u013e\u0140\u0003,\u0016\u0000\u013f\u013d\u0001"+ + "\u0000\u0000\u0000\u0140\u0143\u0001\u0000\u0000\u0000\u0141\u013f\u0001"+ + "\u0000\u0000\u0000\u0141\u0142\u0001\u0000\u0000\u0000\u0142/\u0001\u0000"+ + "\u0000\u0000\u0143\u0141\u0001\u0000\u0000\u0000\u0144\u0145\u0007\u0001"+ + "\u0000\u0000\u01451\u0001\u0000\u0000\u0000\u0146\u014a\u0005\u007f\u0000"+ + "\u0000\u0147\u014a\u00034\u001a\u0000\u0148\u014a\u00036\u001b\u0000\u0149"+ + "\u0146\u0001\u0000\u0000\u0000\u0149\u0147\u0001\u0000\u0000\u0000\u0149"+ + "\u0148\u0001\u0000\u0000\u0000\u014a3\u0001\u0000\u0000\u0000\u014b\u014e"+ + "\u0005K\u0000\u0000\u014c\u014e\u0005^\u0000\u0000\u014d\u014b\u0001\u0000"+ + "\u0000\u0000\u014d\u014c\u0001\u0000\u0000\u0000\u014e5\u0001\u0000\u0000"+ + "\u0000\u014f\u0152\u0005]\u0000\u0000\u0150\u0152\u0005_\u0000\u0000\u0151"+ + "\u014f\u0001\u0000\u0000\u0000\u0151\u0150\u0001\u0000\u0000\u0000\u0152"+ + "7\u0001\u0000\u0000\u0000\u0153\u0157\u00030\u0018\u0000\u0154\u0157\u0003"+ + "4\u001a\u0000\u0155\u0157\u00036\u001b\u0000\u0156\u0153\u0001\u0000\u0000"+ + "\u0000\u0156\u0154\u0001\u0000\u0000\u0000\u0156\u0155\u0001\u0000\u0000"+ + "\u0000\u01579\u0001\u0000\u0000\u0000\u0158\u0159\u0005\n\u0000\u0000"+ + "\u0159\u015a\u00054\u0000\u0000\u015a;\u0001\u0000\u0000\u0000\u015b\u015c"+ + "\u0005\f\u0000\u0000\u015c\u0161\u0003>\u001f\u0000\u015d\u015e\u0005"+ + "=\u0000\u0000\u015e\u0160\u0003>\u001f\u0000\u015f\u015d\u0001\u0000\u0000"+ + "\u0000\u0160\u0163\u0001\u0000\u0000\u0000\u0161\u015f\u0001\u0000\u0000"+ + "\u0000\u0161\u0162\u0001\u0000\u0000\u0000\u0162=\u0001\u0000\u0000\u0000"+ + "\u0163\u0161\u0001\u0000\u0000\u0000\u0164\u0166\u0003r9\u0000\u0165\u0167"+ + "\u0007\u0002\u0000\u0000\u0166\u0165\u0001\u0000\u0000\u0000\u0166\u0167"+ + "\u0001\u0000\u0000\u0000\u0167\u016a\u0001\u0000\u0000\u0000\u0168\u0169"+ + "\u0005H\u0000\u0000\u0169\u016b\u0007\u0003\u0000\u0000\u016a\u0168\u0001"+ + "\u0000\u0000\u0000\u016a\u016b\u0001\u0000\u0000\u0000\u016b?\u0001\u0000"+ + "\u0000\u0000\u016c\u016d\u0005\u001b\u0000\u0000\u016d\u016e\u0003.\u0017"+ + "\u0000\u016eA\u0001\u0000\u0000\u0000\u016f\u0170\u0005\u001a\u0000\u0000"+ + "\u0170\u0171\u0003.\u0017\u0000\u0171C\u0001\u0000\u0000\u0000\u0172\u0173"+ + "\u0005\u001e\u0000\u0000\u0173\u0178\u0003F#\u0000\u0174\u0175\u0005="+ + "\u0000\u0000\u0175\u0177\u0003F#\u0000\u0176\u0174\u0001\u0000\u0000\u0000"+ + "\u0177\u017a\u0001\u0000\u0000\u0000\u0178\u0176\u0001\u0000\u0000\u0000"+ + "\u0178\u0179\u0001\u0000\u0000\u0000\u0179E\u0001\u0000\u0000\u0000\u017a"+ + "\u0178\u0001\u0000\u0000\u0000\u017b\u017c\u0003,\u0016\u0000\u017c\u017d"+ + "\u00057\u0000\u0000\u017d\u017e\u0003,\u0016\u0000\u017eG\u0001\u0000"+ + "\u0000\u0000\u017f\u0180\u0005\u0007\u0000\u0000\u0180\u0181\u0003|>\u0000"+ + "\u0181\u0183\u0003\u0090H\u0000\u0182\u0184\u0003N\'\u0000\u0183\u0182"+ + "\u0001\u0000\u0000\u0000\u0183\u0184\u0001\u0000\u0000\u0000\u0184I\u0001"+ + "\u0000\u0000\u0000\u0185\u0186\u0005\t\u0000\u0000\u0186\u0187\u0003|"+ + ">\u0000\u0187\u0188\u0003\u0090H\u0000\u0188K\u0001\u0000\u0000\u0000"+ + "\u0189\u018a\u0005\u0019\u0000\u0000\u018a\u018b\u0003*\u0015\u0000\u018b"+ + "M\u0001\u0000\u0000\u0000\u018c\u0191\u0003P(\u0000\u018d\u018e\u0005"+ + "=\u0000\u0000\u018e\u0190\u0003P(\u0000\u018f\u018d\u0001\u0000\u0000"+ + "\u0000\u0190\u0193\u0001\u0000\u0000\u0000\u0191\u018f\u0001\u0000\u0000"+ + "\u0000\u0191\u0192\u0001\u0000\u0000\u0000\u0192O\u0001\u0000\u0000\u0000"+ + "\u0193\u0191\u0001\u0000\u0000\u0000\u0194\u0195\u00030\u0018\u0000\u0195"+ + "\u0196\u00059\u0000\u0000\u0196\u0197\u0003\u0086C\u0000\u0197Q\u0001"+ + "\u0000\u0000\u0000\u0198\u0199\u0005\u0006\u0000\u0000\u0199\u019a\u0003"+ + "T*\u0000\u019aS\u0001\u0000\u0000\u0000\u019b\u019c\u0005`\u0000\u0000"+ + "\u019c\u019d\u0003\u0002\u0001\u0000\u019d\u019e\u0005a\u0000\u0000\u019e"+ + "U\u0001\u0000\u0000\u0000\u019f\u01a0\u0005\u001f\u0000\u0000\u01a0\u01a1"+ + "\u0005\u0086\u0000\u0000\u01a1W\u0001\u0000\u0000\u0000\u01a2\u01a3\u0005"+ + "\u0005\u0000\u0000\u01a3\u01a6\u0005$\u0000\u0000\u01a4\u01a5\u0005I\u0000"+ + "\u0000\u01a5\u01a7\u0003,\u0016\u0000\u01a6\u01a4\u0001\u0000\u0000\u0000"+ + "\u01a6\u01a7\u0001\u0000\u0000\u0000\u01a7\u01b1\u0001\u0000\u0000\u0000"+ + "\u01a8\u01a9\u0005N\u0000\u0000\u01a9\u01ae\u0003Z-\u0000\u01aa\u01ab"+ + "\u0005=\u0000\u0000\u01ab\u01ad\u0003Z-\u0000\u01ac\u01aa\u0001\u0000"+ + "\u0000\u0000\u01ad\u01b0\u0001\u0000\u0000\u0000\u01ae\u01ac\u0001\u0000"+ + "\u0000\u0000\u01ae\u01af\u0001\u0000\u0000\u0000\u01af\u01b2\u0001\u0000"+ + "\u0000\u0000\u01b0\u01ae\u0001\u0000\u0000\u0000\u01b1\u01a8\u0001\u0000"+ + "\u0000\u0000\u01b1\u01b2\u0001\u0000\u0000\u0000\u01b2Y\u0001\u0000\u0000"+ + "\u0000\u01b3\u01b4\u0003,\u0016\u0000\u01b4\u01b5\u00059\u0000\u0000\u01b5"+ + "\u01b7\u0001\u0000\u0000\u0000\u01b6\u01b3\u0001\u0000\u0000\u0000\u01b6"+ + "\u01b7\u0001\u0000\u0000\u0000\u01b7\u01b8\u0001\u0000\u0000\u0000\u01b8"+ + "\u01b9\u0003,\u0016\u0000\u01b9[\u0001\u0000\u0000\u0000\u01ba\u01bb\u0005"+ + "\u0018\u0000\u0000\u01bb\u01bc\u0003\u0018\f\u0000\u01bc\u01bd\u0005I"+ + "\u0000\u0000\u01bd\u01be\u0003.\u0017\u0000\u01be]\u0001\u0000\u0000\u0000"+ + "\u01bf\u01c0\u0005\u000f\u0000\u0000\u01c0\u01c3\u0003&\u0013\u0000\u01c1"+ + "\u01c2\u0005:\u0000\u0000\u01c2\u01c4\u0003\u000e\u0007\u0000\u01c3\u01c1"+ + "\u0001\u0000\u0000\u0000\u01c3\u01c4\u0001\u0000\u0000\u0000\u01c4_\u0001"+ + "\u0000\u0000\u0000\u01c5\u01c6\u0005\u0004\u0000\u0000\u01c6\u01c9\u0003"+ + "*\u0015\u0000\u01c7\u01c8\u0005I\u0000\u0000\u01c8\u01ca\u0003*\u0015"+ + "\u0000\u01c9\u01c7\u0001\u0000\u0000\u0000\u01c9\u01ca\u0001\u0000\u0000"+ + "\u0000\u01ca\u01d0\u0001\u0000\u0000\u0000\u01cb\u01cc\u00057\u0000\u0000"+ + "\u01cc\u01cd\u0003*\u0015\u0000\u01cd\u01ce\u0005=\u0000\u0000\u01ce\u01cf"+ + "\u0003*\u0015\u0000\u01cf\u01d1\u0001\u0000\u0000\u0000\u01d0\u01cb\u0001"+ + "\u0000\u0000\u0000\u01d0\u01d1\u0001\u0000\u0000\u0000\u01d1a\u0001\u0000"+ + "\u0000\u0000\u01d2\u01d3\u0005\u001c\u0000\u0000\u01d3\u01d4\u0003.\u0017"+ + "\u0000\u01d4c\u0001\u0000\u0000\u0000\u01d5\u01d6\u0005\u0013\u0000\u0000"+ + "\u01d6\u01d7\u0003f3\u0000\u01d7e\u0001\u0000\u0000\u0000\u01d8\u01da"+ + "\u0003h4\u0000\u01d9\u01d8\u0001\u0000\u0000\u0000\u01da\u01db\u0001\u0000"+ + "\u0000\u0000\u01db\u01d9\u0001\u0000\u0000\u0000\u01db\u01dc\u0001\u0000"+ + "\u0000\u0000\u01dcg\u0001\u0000\u0000\u0000\u01dd\u01de\u0005b\u0000\u0000"+ + "\u01de\u01df\u0003j5\u0000\u01df\u01e0\u0005c\u0000\u0000\u01e0i\u0001"+ + "\u0000\u0000\u0000\u01e1\u01e2\u00065\uffff\uffff\u0000\u01e2\u01e3\u0003"+ + "l6\u0000\u01e3\u01e9\u0001\u0000\u0000\u0000\u01e4\u01e5\n\u0001\u0000"+ + "\u0000\u01e5\u01e6\u00052\u0000\u0000\u01e6\u01e8\u0003l6\u0000\u01e7"+ + "\u01e4\u0001\u0000\u0000\u0000\u01e8\u01eb\u0001\u0000\u0000\u0000\u01e9"+ + "\u01e7\u0001\u0000\u0000\u0000\u01e9\u01ea\u0001\u0000\u0000\u0000\u01ea"+ + "k\u0001\u0000\u0000\u0000\u01eb\u01e9\u0001\u0000\u0000\u0000\u01ec\u01f0"+ + "\u0003\b\u0004\u0000\u01ed\u01f0\u0003<\u001e\u0000\u01ee\u01f0\u0003"+ + ":\u001d\u0000\u01ef\u01ec\u0001\u0000\u0000\u0000\u01ef\u01ed\u0001\u0000"+ + "\u0000\u0000\u01ef\u01ee\u0001\u0000\u0000\u0000\u01f0m\u0001\u0000\u0000"+ + "\u0000\u01f1\u01f2\u0005\u001d\u0000\u0000\u01f2o\u0001\u0000\u0000\u0000"+ + "\u01f3\u01f4\u0005\u0010\u0000\u0000\u01f4\u01f5\u0003\u0086C\u0000\u01f5"+ + "\u01f6\u0005I\u0000\u0000\u01f6\u01f7\u0003\u000e\u0007\u0000\u01f7\u01f8"+ + "\u0005N\u0000\u0000\u01f8\u01f9\u00038\u001c\u0000\u01f9q\u0001\u0000"+ + "\u0000\u0000\u01fa\u01fb\u00069\uffff\uffff\u0000\u01fb\u01fc\u0005F\u0000"+ + "\u0000\u01fc\u0218\u0003r9\b\u01fd\u0218\u0003x<\u0000\u01fe\u0218\u0003"+ + "t:\u0000\u01ff\u0201\u0003x<\u0000\u0200\u0202\u0005F\u0000\u0000\u0201"+ + "\u0200\u0001\u0000\u0000\u0000\u0201\u0202\u0001\u0000\u0000\u0000\u0202"+ + "\u0203\u0001\u0000\u0000\u0000\u0203\u0204\u0005B\u0000\u0000\u0204\u0205"+ + "\u0005b\u0000\u0000\u0205\u020a\u0003x<\u0000\u0206\u0207\u0005=\u0000"+ + "\u0000\u0207\u0209\u0003x<\u0000\u0208\u0206\u0001\u0000\u0000\u0000\u0209"+ + "\u020c\u0001\u0000\u0000\u0000\u020a\u0208\u0001\u0000\u0000\u0000\u020a"+ + "\u020b\u0001\u0000\u0000\u0000\u020b\u020d\u0001\u0000\u0000\u0000\u020c"+ + "\u020a\u0001\u0000\u0000\u0000\u020d\u020e\u0005c\u0000\u0000\u020e\u0218"+ + "\u0001\u0000\u0000\u0000\u020f\u0210\u0003x<\u0000\u0210\u0212\u0005C"+ + "\u0000\u0000\u0211\u0213\u0005F\u0000\u0000\u0212\u0211\u0001\u0000\u0000"+ + "\u0000\u0212\u0213\u0001\u0000\u0000\u0000\u0213\u0214\u0001\u0000\u0000"+ + "\u0000\u0214\u0215\u0005G\u0000\u0000\u0215\u0218\u0001\u0000\u0000\u0000"+ + "\u0216\u0218\u0003v;\u0000\u0217\u01fa\u0001\u0000\u0000\u0000\u0217\u01fd"+ + "\u0001\u0000\u0000\u0000\u0217\u01fe\u0001\u0000\u0000\u0000\u0217\u01ff"+ + "\u0001\u0000\u0000\u0000\u0217\u020f\u0001\u0000\u0000\u0000\u0217\u0216"+ + "\u0001\u0000\u0000\u0000\u0218\u0221\u0001\u0000\u0000\u0000\u0219\u021a"+ + "\n\u0005\u0000\u0000\u021a\u021b\u00056\u0000\u0000\u021b\u0220\u0003"+ + "r9\u0006\u021c\u021d\n\u0004\u0000\u0000\u021d\u021e\u0005J\u0000\u0000"+ + "\u021e\u0220\u0003r9\u0005\u021f\u0219\u0001\u0000\u0000\u0000\u021f\u021c"+ + "\u0001\u0000\u0000\u0000\u0220\u0223\u0001\u0000\u0000\u0000\u0221\u021f"+ + "\u0001\u0000\u0000\u0000\u0221\u0222\u0001\u0000\u0000\u0000\u0222s\u0001"+ + "\u0000\u0000\u0000\u0223\u0221\u0001\u0000\u0000\u0000\u0224\u0226\u0003"+ + "x<\u0000\u0225\u0227\u0005F\u0000\u0000\u0226\u0225\u0001\u0000\u0000"+ + "\u0000\u0226\u0227\u0001\u0000\u0000\u0000\u0227\u0228\u0001\u0000\u0000"+ + "\u0000\u0228\u0229\u0005E\u0000\u0000\u0229\u022a\u0003\u0090H\u0000\u022a"+ + "\u0233\u0001\u0000\u0000\u0000\u022b\u022d\u0003x<\u0000\u022c\u022e\u0005"+ + "F\u0000\u0000\u022d\u022c\u0001\u0000\u0000\u0000\u022d\u022e\u0001\u0000"+ + "\u0000\u0000\u022e\u022f\u0001\u0000\u0000\u0000\u022f\u0230\u0005L\u0000"+ + "\u0000\u0230\u0231\u0003\u0090H\u0000\u0231\u0233\u0001\u0000\u0000\u0000"+ + "\u0232\u0224\u0001\u0000\u0000\u0000\u0232\u022b\u0001\u0000\u0000\u0000"+ + "\u0233u\u0001\u0000\u0000\u0000\u0234\u0237\u0003*\u0015\u0000\u0235\u0236"+ + "\u0005;\u0000\u0000\u0236\u0238\u0003\n\u0005\u0000\u0237\u0235\u0001"+ + "\u0000\u0000\u0000\u0237\u0238\u0001\u0000\u0000\u0000\u0238\u0239\u0001"+ + "\u0000\u0000\u0000\u0239\u023a\u0005<\u0000\u0000\u023a\u023b\u0003\u0086"+ + "C\u0000\u023bw\u0001\u0000\u0000\u0000\u023c\u0242\u0003z=\u0000\u023d"+ + "\u023e\u0003z=\u0000\u023e\u023f\u0003\u0092I\u0000\u023f\u0240\u0003"+ + "z=\u0000\u0240\u0242\u0001\u0000\u0000\u0000\u0241\u023c\u0001\u0000\u0000"+ + "\u0000\u0241\u023d\u0001\u0000\u0000\u0000\u0242y\u0001\u0000\u0000\u0000"+ + "\u0243\u0244\u0006=\uffff\uffff\u0000\u0244\u0248\u0003|>\u0000\u0245"+ + "\u0246\u0007\u0004\u0000\u0000\u0246\u0248\u0003z=\u0003\u0247\u0243\u0001"+ + "\u0000\u0000\u0000\u0247\u0245\u0001\u0000\u0000\u0000\u0248\u0251\u0001"+ + "\u0000\u0000\u0000\u0249\u024a\n\u0002\u0000\u0000\u024a\u024b\u0007\u0005"+ + "\u0000\u0000\u024b\u0250\u0003z=\u0003\u024c\u024d\n\u0001\u0000\u0000"+ + "\u024d\u024e\u0007\u0004\u0000\u0000\u024e\u0250\u0003z=\u0002\u024f\u0249"+ + "\u0001\u0000\u0000\u0000\u024f\u024c\u0001\u0000\u0000\u0000\u0250\u0253"+ + "\u0001\u0000\u0000\u0000\u0251\u024f\u0001\u0000\u0000\u0000\u0251\u0252"+ + "\u0001\u0000\u0000\u0000\u0252{\u0001\u0000\u0000\u0000\u0253\u0251\u0001"+ + "\u0000\u0000\u0000\u0254\u0255\u0006>\uffff\uffff\u0000\u0255\u025d\u0003"+ + "\u0086C\u0000\u0256\u025d\u0003*\u0015\u0000\u0257\u025d\u0003~?\u0000"+ + "\u0258\u0259\u0005b\u0000\u0000\u0259\u025a\u0003r9\u0000\u025a\u025b"+ + "\u0005c\u0000\u0000\u025b\u025d\u0001\u0000\u0000\u0000\u025c\u0254\u0001"+ + "\u0000\u0000\u0000\u025c\u0256\u0001\u0000\u0000\u0000\u025c\u0257\u0001"+ + "\u0000\u0000\u0000\u025c\u0258\u0001\u0000\u0000\u0000\u025d\u0263\u0001"+ + "\u0000\u0000\u0000\u025e\u025f\n\u0001\u0000\u0000\u025f\u0260\u0005;"+ + "\u0000\u0000\u0260\u0262\u0003\n\u0005\u0000\u0261\u025e\u0001\u0000\u0000"+ + "\u0000\u0262\u0265\u0001\u0000\u0000\u0000\u0263\u0261\u0001\u0000\u0000"+ + "\u0000\u0263\u0264\u0001\u0000\u0000\u0000\u0264}\u0001\u0000\u0000\u0000"+ + "\u0265\u0263\u0001\u0000\u0000\u0000\u0266\u0267\u0003\u0080@\u0000\u0267"+ + "\u0275\u0005b\u0000\u0000\u0268\u0276\u0005X\u0000\u0000\u0269\u026e\u0003"+ + "r9\u0000\u026a\u026b\u0005=\u0000\u0000\u026b\u026d\u0003r9\u0000\u026c"+ + "\u026a\u0001\u0000\u0000\u0000\u026d\u0270\u0001\u0000\u0000\u0000\u026e"+ + "\u026c\u0001\u0000\u0000\u0000\u026e\u026f\u0001\u0000\u0000\u0000\u026f"+ + "\u0273\u0001\u0000\u0000\u0000\u0270\u026e\u0001\u0000\u0000\u0000\u0271"+ + "\u0272\u0005=\u0000\u0000\u0272\u0274\u0003\u0082A\u0000\u0273\u0271\u0001"+ + "\u0000\u0000\u0000\u0273\u0274\u0001\u0000\u0000\u0000\u0274\u0276\u0001"+ + "\u0000\u0000\u0000\u0275\u0268\u0001\u0000\u0000\u0000\u0275\u0269\u0001"+ + "\u0000\u0000\u0000\u0275\u0276\u0001\u0000\u0000\u0000\u0276\u0277\u0001"+ + "\u0000\u0000\u0000\u0277\u0278\u0005c\u0000\u0000\u0278\u007f\u0001\u0000"+ + "\u0000\u0000\u0279\u027a\u00038\u001c\u0000\u027a\u0081\u0001\u0000\u0000"+ + "\u0000\u027b\u027c\u0005[\u0000\u0000\u027c\u0281\u0003\u0084B\u0000\u027d"+ + "\u027e\u0005=\u0000\u0000\u027e\u0280\u0003\u0084B\u0000\u027f\u027d\u0001"+ + "\u0000\u0000\u0000\u0280\u0283\u0001\u0000\u0000\u0000\u0281\u027f\u0001"+ + "\u0000\u0000\u0000\u0281\u0282\u0001\u0000\u0000\u0000\u0282\u0284\u0001"+ + "\u0000\u0000\u0000\u0283\u0281\u0001\u0000\u0000\u0000\u0284\u0285\u0005"+ + "\\\u0000\u0000\u0285\u0083\u0001\u0000\u0000\u0000\u0286\u0287\u0003\u0090"+ + "H\u0000\u0287\u0288\u0005<\u0000\u0000\u0288\u0289\u0003\u0086C\u0000"+ + "\u0289\u0085\u0001\u0000\u0000\u0000\u028a\u02b5\u0005G\u0000\u0000\u028b"+ + "\u028c\u0003\u008eG\u0000\u028c\u028d\u0005d\u0000\u0000\u028d\u02b5\u0001"+ + "\u0000\u0000\u0000\u028e\u02b5\u0003\u008cF\u0000\u028f\u02b5\u0003\u008e"+ + "G\u0000\u0290\u02b5\u0003\u0088D\u0000\u0291\u02b5\u00034\u001a\u0000"+ + "\u0292\u02b5\u0003\u0090H\u0000\u0293\u0294\u0005`\u0000\u0000\u0294\u0299"+ + "\u0003\u008aE\u0000\u0295\u0296\u0005=\u0000\u0000\u0296\u0298\u0003\u008a"+ + "E\u0000\u0297\u0295\u0001\u0000\u0000\u0000\u0298\u029b\u0001\u0000\u0000"+ "\u0000\u0299\u0297\u0001\u0000\u0000\u0000\u0299\u029a\u0001\u0000\u0000"+ "\u0000\u029a\u029c\u0001\u0000\u0000\u0000\u029b\u0299\u0001\u0000\u0000"+ - "\u0000\u029c\u029d\u0005_\u0000\u0000\u029d\u02aa\u0001\u0000\u0000\u0000"+ - "\u029e\u029f\u0005^\u0000\u0000\u029f\u02a4\u0003\u008eG\u0000\u02a0\u02a1"+ - "\u0005=\u0000\u0000\u02a1\u02a3\u0003\u008eG\u0000\u02a2\u02a0\u0001\u0000"+ + "\u0000\u029c\u029d\u0005a\u0000\u0000\u029d\u02b5\u0001\u0000\u0000\u0000"+ + "\u029e\u029f\u0005`\u0000\u0000\u029f\u02a4\u0003\u0088D\u0000\u02a0\u02a1"+ + "\u0005=\u0000\u0000\u02a1\u02a3\u0003\u0088D\u0000\u02a2\u02a0\u0001\u0000"+ "\u0000\u0000\u02a3\u02a6\u0001\u0000\u0000\u0000\u02a4\u02a2\u0001\u0000"+ "\u0000\u0000\u02a4\u02a5\u0001\u0000\u0000\u0000\u02a5\u02a7\u0001\u0000"+ - "\u0000\u0000\u02a6\u02a4\u0001\u0000\u0000\u0000\u02a7\u02a8\u0005_\u0000"+ - "\u0000\u02a8\u02aa\u0001\u0000\u0000\u0000\u02a9\u027f\u0001\u0000\u0000"+ - "\u0000\u02a9\u0280\u0001\u0000\u0000\u0000\u02a9\u0283\u0001\u0000\u0000"+ - "\u0000\u02a9\u0284\u0001\u0000\u0000\u0000\u02a9\u0285\u0001\u0000\u0000"+ - "\u0000\u02a9\u0286\u0001\u0000\u0000\u0000\u02a9\u0287\u0001\u0000\u0000"+ - "\u0000\u02a9\u0288\u0001\u0000\u0000\u0000\u02a9\u0293\u0001\u0000\u0000"+ - "\u0000\u02a9\u029e\u0001\u0000\u0000\u0000\u02aa\u0085\u0001\u0000\u0000"+ - "\u0000\u02ab\u02ac\u0007\u0006\u0000\u0000\u02ac\u0087\u0001\u0000\u0000"+ - "\u0000\u02ad\u02b0\u0003\u008aE\u0000\u02ae\u02b0\u0003\u008cF\u0000\u02af"+ - "\u02ad\u0001\u0000\u0000\u0000\u02af\u02ae\u0001\u0000\u0000\u0000\u02b0"+ - "\u0089\u0001\u0000\u0000\u0000\u02b1\u02b3\u0007\u0004\u0000\u0000\u02b2"+ - "\u02b1\u0001\u0000\u0000\u0000\u02b2\u02b3\u0001\u0000\u0000\u0000\u02b3"+ - "\u02b4\u0001\u0000\u0000\u0000\u02b4\u02b5\u00056\u0000\u0000\u02b5\u008b"+ - "\u0001\u0000\u0000\u0000\u02b6\u02b8\u0007\u0004\u0000\u0000\u02b7\u02b6"+ - "\u0001\u0000\u0000\u0000\u02b7\u02b8\u0001\u0000\u0000\u0000\u02b8\u02b9"+ - "\u0001\u0000\u0000\u0000\u02b9\u02ba\u00055\u0000\u0000\u02ba\u008d\u0001"+ - "\u0000\u0000\u0000\u02bb\u02bc\u00054\u0000\u0000\u02bc\u008f\u0001\u0000"+ - "\u0000\u0000\u02bd\u02be\u0007\u0007\u0000\u0000\u02be\u0091\u0001\u0000"+ - "\u0000\u0000\u02bf\u02c0\u0007\b\u0000\u0000\u02c0\u02c1\u0005o\u0000"+ - "\u0000\u02c1\u02c2\u0003\u0094J\u0000\u02c2\u02c3\u0003\u0096K\u0000\u02c3"+ - "\u0093\u0001\u0000\u0000\u0000\u02c4\u02c5\u0003\u0018\f\u0000\u02c5\u0095"+ - "\u0001\u0000\u0000\u0000\u02c6\u02c7\u0005#\u0000\u0000\u02c7\u02cc\u0003"+ - "\u0098L\u0000\u02c8\u02c9\u0005=\u0000\u0000\u02c9\u02cb\u0003\u0098L"+ - "\u0000\u02ca\u02c8\u0001\u0000\u0000\u0000\u02cb\u02ce\u0001\u0000\u0000"+ - "\u0000\u02cc\u02ca\u0001\u0000\u0000\u0000\u02cc\u02cd\u0001\u0000\u0000"+ - "\u0000\u02cd\u0097\u0001\u0000\u0000\u0000\u02ce\u02cc\u0001\u0000\u0000"+ - "\u0000\u02cf\u02d0\u0003v;\u0000\u02d0\u0099\u0001\u0000\u0000\u0000B"+ - "\u00a5\u00ae\u00c9\u00d8\u00de\u00ed\u00f1\u00f6\u00fd\u00ff\u010d\u0115"+ - "\u0119\u0120\u0126\u012d\u0135\u013d\u0145\u0149\u014d\u0152\u015d\u0162"+ - "\u0166\u0174\u017f\u018d\u01a2\u01aa\u01ad\u01b2\u01bf\u01c5\u01cc\u01d7"+ - "\u01e5\u01eb\u01f6\u01ff\u0207\u020c\u0214\u0216\u021b\u0222\u0227\u022c"+ - "\u0236\u023c\u0244\u0246\u0251\u0258\u0263\u0268\u026a\u0276\u028e\u0299"+ - "\u02a4\u02a9\u02af\u02b2\u02b7\u02cc"; + "\u0000\u0000\u02a6\u02a4\u0001\u0000\u0000\u0000\u02a7\u02a8\u0005a\u0000"+ + "\u0000\u02a8\u02b5\u0001\u0000\u0000\u0000\u02a9\u02aa\u0005`\u0000\u0000"+ + "\u02aa\u02af\u0003\u0090H\u0000\u02ab\u02ac\u0005=\u0000\u0000\u02ac\u02ae"+ + "\u0003\u0090H\u0000\u02ad\u02ab\u0001\u0000\u0000\u0000\u02ae\u02b1\u0001"+ + "\u0000\u0000\u0000\u02af\u02ad\u0001\u0000\u0000\u0000\u02af\u02b0\u0001"+ + "\u0000\u0000\u0000\u02b0\u02b2\u0001\u0000\u0000\u0000\u02b1\u02af\u0001"+ + "\u0000\u0000\u0000\u02b2\u02b3\u0005a\u0000\u0000\u02b3\u02b5\u0001\u0000"+ + "\u0000\u0000\u02b4\u028a\u0001\u0000\u0000\u0000\u02b4\u028b\u0001\u0000"+ + "\u0000\u0000\u02b4\u028e\u0001\u0000\u0000\u0000\u02b4\u028f\u0001\u0000"+ + "\u0000\u0000\u02b4\u0290\u0001\u0000\u0000\u0000\u02b4\u0291\u0001\u0000"+ + "\u0000\u0000\u02b4\u0292\u0001\u0000\u0000\u0000\u02b4\u0293\u0001\u0000"+ + "\u0000\u0000\u02b4\u029e\u0001\u0000\u0000\u0000\u02b4\u02a9\u0001\u0000"+ + "\u0000\u0000\u02b5\u0087\u0001\u0000\u0000\u0000\u02b6\u02b7\u0007\u0006"+ + "\u0000\u0000\u02b7\u0089\u0001\u0000\u0000\u0000\u02b8\u02bb\u0003\u008c"+ + "F\u0000\u02b9\u02bb\u0003\u008eG\u0000\u02ba\u02b8\u0001\u0000\u0000\u0000"+ + "\u02ba\u02b9\u0001\u0000\u0000\u0000\u02bb\u008b\u0001\u0000\u0000\u0000"+ + "\u02bc\u02be\u0007\u0004\u0000\u0000\u02bd\u02bc\u0001\u0000\u0000\u0000"+ + "\u02bd\u02be\u0001\u0000\u0000\u0000\u02be\u02bf\u0001\u0000\u0000\u0000"+ + "\u02bf\u02c0\u00055\u0000\u0000\u02c0\u008d\u0001\u0000\u0000\u0000\u02c1"+ + "\u02c3\u0007\u0004\u0000\u0000\u02c2\u02c1\u0001\u0000\u0000\u0000\u02c2"+ + "\u02c3\u0001\u0000\u0000\u0000\u02c3\u02c4\u0001\u0000\u0000\u0000\u02c4"+ + "\u02c5\u00054\u0000\u0000\u02c5\u008f\u0001\u0000\u0000\u0000\u02c6\u02c7"+ + "\u00053\u0000\u0000\u02c7\u0091\u0001\u0000\u0000\u0000\u02c8\u02c9\u0007"+ + "\u0007\u0000\u0000\u02c9\u0093\u0001\u0000\u0000\u0000\u02ca\u02cb\u0007"+ + "\b\u0000\u0000\u02cb\u02cc\u0005q\u0000\u0000\u02cc\u02cd\u0003\u0096"+ + "K\u0000\u02cd\u02ce\u0003\u0098L\u0000\u02ce\u0095\u0001\u0000\u0000\u0000"+ + "\u02cf\u02d0\u0003\u0018\f\u0000\u02d0\u0097\u0001\u0000\u0000\u0000\u02d1"+ + "\u02d2\u0005I\u0000\u0000\u02d2\u02d7\u0003\u009aM\u0000\u02d3\u02d4\u0005"+ + "=\u0000\u0000\u02d4\u02d6\u0003\u009aM\u0000\u02d5\u02d3\u0001\u0000\u0000"+ + "\u0000\u02d6\u02d9\u0001\u0000\u0000\u0000\u02d7\u02d5\u0001\u0000\u0000"+ + "\u0000\u02d7\u02d8\u0001\u0000\u0000\u0000\u02d8\u0099\u0001\u0000\u0000"+ + "\u0000\u02d9\u02d7\u0001\u0000\u0000\u0000\u02da\u02db\u0003x<\u0000\u02db"+ + "\u009b\u0001\u0000\u0000\u0000B\u00a7\u00b0\u00cd\u00dc\u00e2\u00f1\u00f5"+ + "\u00fa\u0101\u0103\u0111\u0119\u011d\u0124\u012a\u0131\u0139\u0141\u0149"+ + "\u014d\u0151\u0156\u0161\u0166\u016a\u0178\u0183\u0191\u01a6\u01ae\u01b1"+ + "\u01b6\u01c3\u01c9\u01d0\u01db\u01e9\u01ef\u0201\u020a\u0212\u0217\u021f"+ + "\u0221\u0226\u022d\u0232\u0237\u0241\u0247\u024f\u0251\u025c\u0263\u026e"+ + "\u0273\u0275\u0281\u0299\u02a4\u02af\u02b4\u02ba\u02bd\u02c2\u02d7"; public static final ATN _ATN = new ATNDeserializer().deserialize(_serializedATN.toCharArray()); static { diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseParserBaseListener.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseParserBaseListener.java index 5ee858f607ac2..2cb1269777a5a 100644 --- a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseParserBaseListener.java +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseParserBaseListener.java @@ -740,6 +740,18 @@ public class EsqlBaseParserBaseListener implements EsqlBaseParserListener { *

The default implementation does nothing.

*/ @Override public void exitRrfCommand(EsqlBaseParser.RrfCommandContext ctx) { } + /** + * {@inheritDoc} + * + *

The default implementation does nothing.

+ */ + @Override public void enterRerankCommand(EsqlBaseParser.RerankCommandContext ctx) { } + /** + * {@inheritDoc} + * + *

The default implementation does nothing.

+ */ + @Override public void exitRerankCommand(EsqlBaseParser.RerankCommandContext ctx) { } /** * {@inheritDoc} * diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseParserBaseVisitor.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseParserBaseVisitor.java index 96f6e600388c8..36b4610646e83 100644 --- a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseParserBaseVisitor.java +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseParserBaseVisitor.java @@ -440,6 +440,13 @@ public class EsqlBaseParserBaseVisitor extends AbstractParseTreeVisitor im * {@link #visitChildren} on {@code ctx}.

*/ @Override public T visitRrfCommand(EsqlBaseParser.RrfCommandContext ctx) { return visitChildren(ctx); } + /** + * {@inheritDoc} + * + *

The default implementation returns the result of calling + * {@link #visitChildren} on {@code ctx}.

+ */ + @Override public T visitRerankCommand(EsqlBaseParser.RerankCommandContext ctx) { return visitChildren(ctx); } /** * {@inheritDoc} * diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseParserListener.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseParserListener.java index 0c35df036215a..f7812d81a28f1 100644 --- a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseParserListener.java +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseParserListener.java @@ -635,6 +635,16 @@ public interface EsqlBaseParserListener extends ParseTreeListener { * @param ctx the parse tree */ void exitRrfCommand(EsqlBaseParser.RrfCommandContext ctx); + /** + * Enter a parse tree produced by {@link EsqlBaseParser#rerankCommand}. + * @param ctx the parse tree + */ + void enterRerankCommand(EsqlBaseParser.RerankCommandContext ctx); + /** + * Exit a parse tree produced by {@link EsqlBaseParser#rerankCommand}. + * @param ctx the parse tree + */ + void exitRerankCommand(EsqlBaseParser.RerankCommandContext ctx); /** * Enter a parse tree produced by the {@code matchExpression} * labeled alternative in {@link EsqlBaseParser#booleanExpression}. diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseParserVisitor.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseParserVisitor.java index c21618dbcbf53..dcae327203aca 100644 --- a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseParserVisitor.java +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlBaseParserVisitor.java @@ -388,6 +388,12 @@ public interface EsqlBaseParserVisitor extends ParseTreeVisitor { * @return the visitor result */ T visitRrfCommand(EsqlBaseParser.RrfCommandContext ctx); + /** + * Visit a parse tree produced by {@link EsqlBaseParser#rerankCommand}. + * @param ctx the parse tree + * @return the visitor result + */ + T visitRerankCommand(EsqlBaseParser.RerankCommandContext ctx); /** * Visit a parse tree produced by the {@code matchExpression} * labeled alternative in {@link EsqlBaseParser#booleanExpression}. diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/LogicalPlanBuilder.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/LogicalPlanBuilder.java index c54073004c365..d6eddf1883489 100644 --- a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/LogicalPlanBuilder.java +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/LogicalPlanBuilder.java @@ -68,6 +68,7 @@ import org.elasticsearch.xpack.esql.plan.logical.RrfScoreEval; import org.elasticsearch.xpack.esql.plan.logical.TimeSeriesAggregate; import org.elasticsearch.xpack.esql.plan.logical.UnresolvedRelation; +import org.elasticsearch.xpack.esql.plan.logical.inference.Rerank; import org.elasticsearch.xpack.esql.plan.logical.join.LookupJoin; import org.elasticsearch.xpack.esql.plan.logical.show.ShowInfo; import org.elasticsearch.xpack.esql.plugin.EsqlPlugin; @@ -707,4 +708,56 @@ public PlanFactory visitRrfCommand(EsqlBaseParser.RrfCommandContext ctx) { return new OrderBy(source, dedup, order); }; } + + @Override + public PlanFactory visitRerankCommand(EsqlBaseParser.RerankCommandContext ctx) { + var source = source(ctx); + + if (false == EsqlCapabilities.Cap.RERANK.isEnabled()) { + throw new ParsingException(source, "RERANK is in preview and only available in SNAPSHOT build"); + } + + Expression queryText = expression(ctx.queryText); + if (queryText instanceof Literal queryTextLiteral && DataType.isString(queryText.dataType())) { + if (queryTextLiteral.value() == null) { + throw new ParsingException( + source(ctx.queryText), + "Query text cannot be null or undefined in RERANK", + ctx.queryText.getText() + ); + } + } else { + throw new ParsingException( + source(ctx.queryText), + "RERANK only support string as query text but [{}] cannot be used as string", + ctx.queryText.getText() + ); + } + + return p -> new Rerank(source, p, inferenceId(ctx.inferenceId), queryText, visitFields(ctx.fields())); + } + + public Literal inferenceId(EsqlBaseParser.IdentifierOrParameterContext ctx) { + if (ctx.identifier() != null) { + return new Literal(source(ctx), visitIdentifier(ctx.identifier()), KEYWORD); + } + + if (expression(ctx.parameter()) instanceof Literal literalParam) { + if (literalParam.value() != null) { + return literalParam; + } + + throw new ParsingException( + source(ctx.parameter()), + "Query parameter [{}] is null or undefined and cannot be used as inference id", + ctx.parameter().getText() + ); + } + + throw new ParsingException( + source(ctx.parameter()), + "Query parameter [{}] is not a string and cannot be used as inference id", + ctx.parameter().getText() + ); + } } diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/PlanWritables.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/PlanWritables.java index 2b898c7cdbed8..292c7044be03a 100644 --- a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/PlanWritables.java +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/PlanWritables.java @@ -23,6 +23,7 @@ import org.elasticsearch.xpack.esql.plan.logical.Project; import org.elasticsearch.xpack.esql.plan.logical.TimeSeriesAggregate; import org.elasticsearch.xpack.esql.plan.logical.TopN; +import org.elasticsearch.xpack.esql.plan.logical.inference.Rerank; import org.elasticsearch.xpack.esql.plan.logical.join.InlineJoin; import org.elasticsearch.xpack.esql.plan.logical.join.Join; import org.elasticsearch.xpack.esql.plan.logical.local.EsqlProject; @@ -49,6 +50,7 @@ import org.elasticsearch.xpack.esql.plan.physical.SubqueryExec; import org.elasticsearch.xpack.esql.plan.physical.TimeSeriesAggregateExec; import org.elasticsearch.xpack.esql.plan.physical.TopNExec; +import org.elasticsearch.xpack.esql.plan.physical.inference.RerankExec; import java.util.ArrayList; import java.util.List; @@ -81,6 +83,7 @@ public static List logical() { MvExpand.ENTRY, OrderBy.ENTRY, Project.ENTRY, + Rerank.ENTRY, TimeSeriesAggregate.ENTRY, TopN.ENTRY ); @@ -106,6 +109,7 @@ public static List physical() { LocalSourceExec.ENTRY, MvExpandExec.ENTRY, ProjectExec.ENTRY, + RerankExec.ENTRY, ShowExec.ENTRY, SubqueryExec.ENTRY, TimeSeriesAggregateExec.ENTRY, diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical/inference/InferencePlan.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical/inference/InferencePlan.java new file mode 100644 index 0000000000000..9f12f258dd8ed --- /dev/null +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical/inference/InferencePlan.java @@ -0,0 +1,67 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +package org.elasticsearch.xpack.esql.plan.logical.inference; + +import org.elasticsearch.common.io.stream.StreamOutput; +import org.elasticsearch.inference.TaskType; +import org.elasticsearch.xpack.esql.core.expression.Expression; +import org.elasticsearch.xpack.esql.core.expression.UnresolvedAttribute; +import org.elasticsearch.xpack.esql.core.tree.Source; +import org.elasticsearch.xpack.esql.plan.logical.LogicalPlan; +import org.elasticsearch.xpack.esql.plan.logical.UnaryPlan; + +import java.io.IOException; +import java.util.Objects; + +public abstract class InferencePlan extends UnaryPlan { + + private final Expression inferenceId; + + protected InferencePlan(Source source, LogicalPlan child, Expression inferenceId) { + super(source, child); + this.inferenceId = inferenceId; + } + + @Override + public void writeTo(StreamOutput out) throws IOException { + Source.EMPTY.writeTo(out); + out.writeNamedWriteable(child()); + out.writeNamedWriteable(inferenceId()); + } + + public Expression inferenceId() { + return inferenceId; + } + + @Override + public boolean expressionsResolved() { + return inferenceId.resolved(); + } + + @Override + public boolean equals(Object o) { + if (this == o) return true; + if (o == null || getClass() != o.getClass()) return false; + if (super.equals(o) == false) return false; + InferencePlan other = (InferencePlan) o; + return Objects.equals(inferenceId(), other.inferenceId()); + } + + @Override + public int hashCode() { + return Objects.hash(super.hashCode(), inferenceId()); + } + + public abstract TaskType taskType(); + + public abstract InferencePlan withInferenceId(Expression newInferenceId); + + public InferencePlan withInferenceResolutionError(String inferenceId, String error) { + return withInferenceId(new UnresolvedAttribute(inferenceId().source(), inferenceId, error)); + } +} diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical/inference/Rerank.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical/inference/Rerank.java new file mode 100644 index 0000000000000..c9cec8e083833 --- /dev/null +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/logical/inference/Rerank.java @@ -0,0 +1,190 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +package org.elasticsearch.xpack.esql.plan.logical.inference; + +import org.elasticsearch.common.io.stream.NamedWriteableRegistry; +import org.elasticsearch.common.io.stream.StreamInput; +import org.elasticsearch.common.io.stream.StreamOutput; +import org.elasticsearch.inference.TaskType; +import org.elasticsearch.xpack.esql.core.capabilities.Resolvables; +import org.elasticsearch.xpack.esql.core.expression.Alias; +import org.elasticsearch.xpack.esql.core.expression.Attribute; +import org.elasticsearch.xpack.esql.core.expression.AttributeSet; +import org.elasticsearch.xpack.esql.core.expression.Expression; +import org.elasticsearch.xpack.esql.core.expression.Expressions; +import org.elasticsearch.xpack.esql.core.expression.MetadataAttribute; +import org.elasticsearch.xpack.esql.core.expression.UnresolvedAttribute; +import org.elasticsearch.xpack.esql.core.tree.NodeInfo; +import org.elasticsearch.xpack.esql.core.tree.Source; +import org.elasticsearch.xpack.esql.expression.Order; +import org.elasticsearch.xpack.esql.io.stream.PlanStreamInput; +import org.elasticsearch.xpack.esql.plan.QueryPlan; +import org.elasticsearch.xpack.esql.plan.logical.LogicalPlan; +import org.elasticsearch.xpack.esql.plan.logical.OrderBy; +import org.elasticsearch.xpack.esql.plan.logical.SortAgnostic; +import org.elasticsearch.xpack.esql.plan.logical.SurrogateLogicalPlan; +import org.elasticsearch.xpack.esql.plan.logical.UnaryPlan; + +import java.io.IOException; +import java.util.List; +import java.util.Objects; + +import static org.elasticsearch.xpack.esql.core.expression.Expressions.asAttributes; +import static org.elasticsearch.xpack.esql.expression.NamedExpressions.mergeOutputAttributes; + +public class Rerank extends InferencePlan implements SortAgnostic, SurrogateLogicalPlan { + + public static final NamedWriteableRegistry.Entry ENTRY = new NamedWriteableRegistry.Entry(LogicalPlan.class, "Rerank", Rerank::new); + private final Attribute scoreAttribute; + private final Expression queryText; + private final List rerankFields; + private List lazyOutput; + + public Rerank(Source source, LogicalPlan child, Expression inferenceId, Expression queryText, List rerankFields) { + super(source, child, inferenceId); + this.queryText = queryText; + this.rerankFields = rerankFields; + this.scoreAttribute = new UnresolvedAttribute(source, MetadataAttribute.SCORE); + } + + public Rerank( + Source source, + LogicalPlan child, + Expression inferenceId, + Expression queryText, + List rerankFields, + Attribute scoreAttribute + ) { + super(source, child, inferenceId); + this.queryText = queryText; + this.rerankFields = rerankFields; + this.scoreAttribute = scoreAttribute; + } + + public Rerank(StreamInput in) throws IOException { + this( + Source.readFrom((PlanStreamInput) in), + in.readNamedWriteable(LogicalPlan.class), + in.readNamedWriteable(Expression.class), + in.readNamedWriteable(Expression.class), + in.readCollectionAsList(Alias::new), + in.readNamedWriteable(Attribute.class) + ); + } + + @Override + public void writeTo(StreamOutput out) throws IOException { + super.writeTo(out); + out.writeNamedWriteable(queryText); + out.writeCollection(rerankFields()); + out.writeNamedWriteable(scoreAttribute); + } + + public Expression queryText() { + return queryText; + } + + public List rerankFields() { + return rerankFields; + } + + public Attribute scoreAttribute() { + return scoreAttribute; + } + + @Override + public TaskType taskType() { + return TaskType.RERANK; + } + + @Override + public Rerank withInferenceId(Expression newInferenceId) { + return new Rerank(source(), child(), newInferenceId, queryText, rerankFields, scoreAttribute); + } + + public Rerank withRerankFields(List newRerankFields) { + return new Rerank(source(), child(), inferenceId(), queryText, newRerankFields, scoreAttribute); + } + + public Rerank withScoreAttribute(Attribute newScoreAttribute) { + return new Rerank(source(), child(), inferenceId(), queryText, rerankFields, newScoreAttribute); + } + + @Override + public String getWriteableName() { + return ENTRY.name; + } + + @Override + public UnaryPlan replaceChild(LogicalPlan newChild) { + return new Rerank(source(), newChild, inferenceId(), queryText, rerankFields, scoreAttribute); + } + + @Override + protected AttributeSet computeReferences() { + AttributeSet.Builder refs = computeReferences(rerankFields).asBuilder(); + + if (planHasAttribute(child(), scoreAttribute)) { + refs.add(scoreAttribute); + } + + return refs.build(); + } + + public static AttributeSet computeReferences(List fields) { + AttributeSet rerankFields = AttributeSet.of(asAttributes(fields)); + return Expressions.references(fields).subtract(rerankFields); + } + + @Override + public boolean expressionsResolved() { + return super.expressionsResolved() && queryText.resolved() && Resolvables.resolved(rerankFields) && scoreAttribute.resolved(); + } + + @Override + protected NodeInfo info() { + return NodeInfo.create(this, Rerank::new, child(), inferenceId(), queryText, rerankFields, scoreAttribute); + } + + @Override + public boolean equals(Object o) { + if (this == o) return true; + if (o == null || getClass() != o.getClass()) return false; + if (super.equals(o) == false) return false; + Rerank rerank = (Rerank) o; + return Objects.equals(queryText, rerank.queryText) + && Objects.equals(rerankFields, rerank.rerankFields) + && Objects.equals(scoreAttribute, rerank.scoreAttribute); + } + + @Override + public int hashCode() { + return Objects.hash(super.hashCode(), queryText, rerankFields, scoreAttribute); + } + + @Override + public LogicalPlan surrogate() { + Order sortOrder = new Order(source(), scoreAttribute, Order.OrderDirection.DESC, Order.NullsPosition.ANY); + return new OrderBy(source(), this, List.of(sortOrder)); + } + + @Override + public List output() { + if (lazyOutput == null) { + lazyOutput = planHasAttribute(child(), scoreAttribute) + ? child().output() + : mergeOutputAttributes(List.of(scoreAttribute), child().output()); + } + + return lazyOutput; + } + + public static boolean planHasAttribute(QueryPlan plan, Attribute attribute) { + return plan.outputSet().stream().anyMatch(attr -> attr.equals(attribute)); + } +} diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/physical/inference/InferenceExec.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/physical/inference/InferenceExec.java new file mode 100644 index 0000000000000..7954690a0fdc0 --- /dev/null +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/physical/inference/InferenceExec.java @@ -0,0 +1,51 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +package org.elasticsearch.xpack.esql.plan.physical.inference; + +import org.elasticsearch.common.io.stream.StreamOutput; +import org.elasticsearch.xpack.esql.core.expression.Expression; +import org.elasticsearch.xpack.esql.core.tree.Source; +import org.elasticsearch.xpack.esql.plan.physical.PhysicalPlan; +import org.elasticsearch.xpack.esql.plan.physical.UnaryExec; + +import java.io.IOException; +import java.util.Objects; + +public abstract class InferenceExec extends UnaryExec { + private final Expression inferenceId; + + protected InferenceExec(Source source, PhysicalPlan child, Expression inferenceId) { + super(source, child); + this.inferenceId = inferenceId; + } + + public Expression inferenceId() { + return inferenceId; + } + + @Override + public void writeTo(StreamOutput out) throws IOException { + Source.EMPTY.writeTo(out); + out.writeNamedWriteable(child()); + out.writeNamedWriteable(inferenceId()); + } + + @Override + public boolean equals(Object o) { + if (this == o) return true; + if (o == null || getClass() != o.getClass()) return false; + if (super.equals(o) == false) return false; + InferenceExec that = (InferenceExec) o; + return inferenceId.equals(that.inferenceId); + } + + @Override + public int hashCode() { + return Objects.hash(super.hashCode(), inferenceId()); + } +} diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/physical/inference/RerankExec.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/physical/inference/RerankExec.java new file mode 100644 index 0000000000000..4570775af2ed1 --- /dev/null +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plan/physical/inference/RerankExec.java @@ -0,0 +1,138 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +package org.elasticsearch.xpack.esql.plan.physical.inference; + +import org.elasticsearch.common.io.stream.NamedWriteableRegistry; +import org.elasticsearch.common.io.stream.StreamInput; +import org.elasticsearch.common.io.stream.StreamOutput; +import org.elasticsearch.xpack.esql.core.expression.Alias; +import org.elasticsearch.xpack.esql.core.expression.Attribute; +import org.elasticsearch.xpack.esql.core.expression.AttributeSet; +import org.elasticsearch.xpack.esql.core.expression.Expression; +import org.elasticsearch.xpack.esql.core.tree.NodeInfo; +import org.elasticsearch.xpack.esql.core.tree.Source; +import org.elasticsearch.xpack.esql.io.stream.PlanStreamInput; +import org.elasticsearch.xpack.esql.plan.logical.inference.Rerank; +import org.elasticsearch.xpack.esql.plan.physical.PhysicalPlan; +import org.elasticsearch.xpack.esql.plan.physical.UnaryExec; + +import java.io.IOException; +import java.util.List; +import java.util.Objects; + +import static org.elasticsearch.xpack.esql.expression.NamedExpressions.mergeOutputAttributes; +import static org.elasticsearch.xpack.esql.plan.logical.inference.Rerank.planHasAttribute; + +public class RerankExec extends InferenceExec { + + public static final NamedWriteableRegistry.Entry ENTRY = new NamedWriteableRegistry.Entry( + PhysicalPlan.class, + "RerankExec", + RerankExec::new + ); + + private final Expression queryText; + private final List rerankFields; + private final Attribute scoreAttribute; + + public RerankExec( + Source source, + PhysicalPlan child, + Expression inferenceId, + Expression queryText, + List rerankFields, + Attribute scoreAttribute + ) { + super(source, child, inferenceId); + this.queryText = queryText; + this.rerankFields = rerankFields; + this.scoreAttribute = scoreAttribute; + } + + public RerankExec(StreamInput in) throws IOException { + this( + Source.readFrom((PlanStreamInput) in), + in.readNamedWriteable(PhysicalPlan.class), + in.readNamedWriteable(Expression.class), + in.readNamedWriteable(Expression.class), + in.readCollectionAsList(Alias::new), + in.readNamedWriteable(Attribute.class) + ); + } + + public Expression queryText() { + return queryText; + } + + public List rerankFields() { + return rerankFields; + } + + public Attribute scoreAttribute() { + return scoreAttribute; + } + + @Override + public String getWriteableName() { + return ENTRY.name; + } + + @Override + public void writeTo(StreamOutput out) throws IOException { + super.writeTo(out); + out.writeNamedWriteable(queryText()); + out.writeCollection(rerankFields()); + out.writeNamedWriteable(scoreAttribute); + } + + @Override + protected NodeInfo info() { + return NodeInfo.create(this, RerankExec::new, child(), inferenceId(), queryText, rerankFields, scoreAttribute); + } + + @Override + public UnaryExec replaceChild(PhysicalPlan newChild) { + return new RerankExec(source(), newChild, inferenceId(), queryText, rerankFields, scoreAttribute); + } + + @Override + public List output() { + if (planHasAttribute(child(), scoreAttribute)) { + return child().output(); + } + + return mergeOutputAttributes(List.of(scoreAttribute), child().output()); + } + + @Override + protected AttributeSet computeReferences() { + AttributeSet.Builder refs = Rerank.computeReferences(rerankFields).asBuilder(); + + if (planHasAttribute(child(), scoreAttribute)) { + refs.add(scoreAttribute); + } + + return refs.build(); + } + + @Override + public boolean equals(Object o) { + if (this == o) return true; + if (o == null || getClass() != o.getClass()) return false; + if (super.equals(o) == false) return false; + RerankExec rerank = (RerankExec) o; + return Objects.equals(queryText, rerank.queryText) + && Objects.equals(rerankFields, rerank.rerankFields) + && Objects.equals(scoreAttribute, rerank.scoreAttribute); + } + + @Override + public int hashCode() { + return Objects.hash(super.hashCode(), queryText, rerankFields, scoreAttribute); + } +} diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/planner/LocalExecutionPlanner.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/planner/LocalExecutionPlanner.java index ada28c2790c39..1e0c51b8fcab3 100644 --- a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/planner/LocalExecutionPlanner.java +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/planner/LocalExecutionPlanner.java @@ -8,6 +8,7 @@ package org.elasticsearch.xpack.esql.planner; import org.elasticsearch.cluster.ClusterName; +import org.elasticsearch.common.lucene.BytesRefs; import org.elasticsearch.common.settings.Settings; import org.elasticsearch.common.util.BigArrays; import org.elasticsearch.compute.Describable; @@ -23,6 +24,7 @@ import org.elasticsearch.compute.operator.ColumnLoadOperator; import org.elasticsearch.compute.operator.Driver; import org.elasticsearch.compute.operator.DriverContext; +import org.elasticsearch.compute.operator.EvalOperator; import org.elasticsearch.compute.operator.EvalOperator.EvalOperatorFactory; import org.elasticsearch.compute.operator.FilterOperator.FilterOperatorFactory; import org.elasticsearch.compute.operator.LimitOperator; @@ -57,6 +59,7 @@ import org.elasticsearch.node.Node; import org.elasticsearch.tasks.CancellableTask; import org.elasticsearch.xpack.esql.EsqlIllegalArgumentException; +import org.elasticsearch.xpack.esql.action.ColumnInfoImpl; import org.elasticsearch.xpack.esql.core.expression.Alias; import org.elasticsearch.xpack.esql.core.expression.Attribute; import org.elasticsearch.xpack.esql.core.expression.Expression; @@ -78,6 +81,9 @@ import org.elasticsearch.xpack.esql.evaluator.EvalMapper; import org.elasticsearch.xpack.esql.evaluator.command.GrokEvaluatorExtracter; import org.elasticsearch.xpack.esql.expression.Order; +import org.elasticsearch.xpack.esql.inference.InferenceRunner; +import org.elasticsearch.xpack.esql.inference.RerankOperator; +import org.elasticsearch.xpack.esql.inference.XContentRowEncoder; import org.elasticsearch.xpack.esql.plan.logical.Fork; import org.elasticsearch.xpack.esql.plan.physical.AggregateExec; import org.elasticsearch.xpack.esql.plan.physical.ChangePointExec; @@ -104,6 +110,7 @@ import org.elasticsearch.xpack.esql.plan.physical.RrfScoreEvalExec; import org.elasticsearch.xpack.esql.plan.physical.ShowExec; import org.elasticsearch.xpack.esql.plan.physical.TopNExec; +import org.elasticsearch.xpack.esql.plan.physical.inference.RerankExec; import org.elasticsearch.xpack.esql.planner.EsPhysicalOperationProviders.ShardContext; import org.elasticsearch.xpack.esql.plugin.QueryPragmas; import org.elasticsearch.xpack.esql.score.ScoreMapper; @@ -112,6 +119,7 @@ import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; +import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import java.util.Objects; @@ -144,6 +152,7 @@ public class LocalExecutionPlanner { private final Supplier exchangeSinkSupplier; private final EnrichLookupService enrichLookupService; private final LookupFromIndexService lookupFromIndexService; + private final InferenceRunner inferenceRunner; private final PhysicalOperationProviders physicalOperationProviders; private final List shardContexts; @@ -159,6 +168,7 @@ public LocalExecutionPlanner( Supplier exchangeSinkSupplier, EnrichLookupService enrichLookupService, LookupFromIndexService lookupFromIndexService, + InferenceRunner inferenceRunner, PhysicalOperationProviders physicalOperationProviders, List shardContexts ) { @@ -174,6 +184,7 @@ public LocalExecutionPlanner( this.exchangeSinkSupplier = exchangeSinkSupplier; this.enrichLookupService = enrichLookupService; this.lookupFromIndexService = lookupFromIndexService; + this.inferenceRunner = inferenceRunner; this.physicalOperationProviders = physicalOperationProviders; this.shardContexts = shardContexts; } @@ -242,6 +253,8 @@ private PhysicalOperation plan(PhysicalPlan node, LocalExecutionPlannerContext c return planLimit(limit, context); } else if (node instanceof MvExpandExec mvExpand) { return planMvExpand(mvExpand, context); + } else if (node instanceof RerankExec rerank) { + return planRerank(rerank, context); } else if (node instanceof ChangePointExec changePoint) { return planChangePoint(changePoint, context); } @@ -543,6 +556,36 @@ private PhysicalOperation planEnrich(EnrichExec enrich, LocalExecutionPlannerCon ); } + private PhysicalOperation planRerank(RerankExec rerank, LocalExecutionPlannerContext context) { + PhysicalOperation source = plan(rerank.child(), context); + + Map rerankFieldsEvaluatorSuppliers = new LinkedHashMap<>(); + + for (var rerankField : rerank.rerankFields()) { + rerankFieldsEvaluatorSuppliers.put( + new ColumnInfoImpl(rerankField.name(), rerankField.dataType(), null), + EvalMapper.toEvaluator(context.foldCtx(), rerankField.child(), source.layout) + ); + } + + XContentRowEncoder.Factory rowEncoderFactory = XContentRowEncoder.yamlRowEncoderFactory(rerankFieldsEvaluatorSuppliers); + + String inferenceId = BytesRefs.toString(rerank.inferenceId().fold(context.foldCtx)); + String queryText = BytesRefs.toString(rerank.queryText().fold(context.foldCtx)); + + Layout outputLayout = source.layout; + if (source.layout.get(rerank.scoreAttribute().id()) == null) { + outputLayout = source.layout.builder().append(rerank.scoreAttribute()).build(); + } + + int scoreChannel = outputLayout.get(rerank.scoreAttribute().id()).channel(); + + return source.with( + new RerankOperator.Factory(inferenceRunner, inferenceId, queryText, rowEncoderFactory, scoreChannel), + outputLayout + ); + } + private PhysicalOperation planHashJoin(HashJoinExec join, LocalExecutionPlannerContext context) { PhysicalOperation source = plan(join.left(), context); int positionsChannel = source.layout.numberOfChannels(); diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/planner/mapper/Mapper.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/planner/mapper/Mapper.java index 5c727dca8329e..af7db0f190c03 100644 --- a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/planner/mapper/Mapper.java +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/planner/mapper/Mapper.java @@ -23,6 +23,7 @@ import org.elasticsearch.xpack.esql.plan.logical.OrderBy; import org.elasticsearch.xpack.esql.plan.logical.TopN; import org.elasticsearch.xpack.esql.plan.logical.UnaryPlan; +import org.elasticsearch.xpack.esql.plan.logical.inference.Rerank; import org.elasticsearch.xpack.esql.plan.logical.join.InlineJoin; import org.elasticsearch.xpack.esql.plan.logical.join.Join; import org.elasticsearch.xpack.esql.plan.logical.join.JoinConfig; @@ -38,6 +39,7 @@ import org.elasticsearch.xpack.esql.plan.physical.PhysicalPlan; import org.elasticsearch.xpack.esql.plan.physical.TopNExec; import org.elasticsearch.xpack.esql.plan.physical.UnaryExec; +import org.elasticsearch.xpack.esql.plan.physical.inference.RerankExec; import java.util.ArrayList; import java.util.List; @@ -173,6 +175,18 @@ private PhysicalPlan mapUnary(UnaryPlan unary) { return new TopNExec(topN.source(), mappedChild, topN.order(), topN.limit(), null); } + if (unary instanceof Rerank rerank) { + mappedChild = addExchangeForFragment(rerank, mappedChild); + return new RerankExec( + rerank.source(), + mappedChild, + rerank.inferenceId(), + rerank.queryText(), + rerank.rerankFields(), + rerank.scoreAttribute() + ); + } + // // Pipeline operators // diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/planner/mapper/MapperUtils.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/planner/mapper/MapperUtils.java index 473ca4f92c8a8..6f44634f40ebb 100644 --- a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/planner/mapper/MapperUtils.java +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/planner/mapper/MapperUtils.java @@ -26,6 +26,7 @@ import org.elasticsearch.xpack.esql.plan.logical.RrfScoreEval; import org.elasticsearch.xpack.esql.plan.logical.TimeSeriesAggregate; import org.elasticsearch.xpack.esql.plan.logical.UnaryPlan; +import org.elasticsearch.xpack.esql.plan.logical.inference.Rerank; import org.elasticsearch.xpack.esql.plan.logical.local.LocalRelation; import org.elasticsearch.xpack.esql.plan.logical.show.ShowInfo; import org.elasticsearch.xpack.esql.plan.physical.AggregateExec; @@ -42,6 +43,7 @@ import org.elasticsearch.xpack.esql.plan.physical.RrfScoreEvalExec; import org.elasticsearch.xpack.esql.plan.physical.ShowExec; import org.elasticsearch.xpack.esql.plan.physical.TimeSeriesAggregateExec; +import org.elasticsearch.xpack.esql.plan.physical.inference.RerankExec; import org.elasticsearch.xpack.esql.planner.AbstractPhysicalOperationProviders; import java.util.List; @@ -86,6 +88,17 @@ static PhysicalPlan mapUnary(UnaryPlan p, PhysicalPlan child) { return new GrokExec(grok.source(), child, grok.input(), grok.parser(), grok.extractedFields()); } + if (p instanceof Rerank rerank) { + return new RerankExec( + rerank.source(), + child, + rerank.inferenceId(), + rerank.queryText(), + rerank.rerankFields(), + rerank.scoreAttribute() + ); + } + if (p instanceof Enrich enrich) { return new EnrichExec( enrich.source(), diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plugin/ComputeService.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plugin/ComputeService.java index a9f00f3635703..5724587f0573b 100644 --- a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plugin/ComputeService.java +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plugin/ComputeService.java @@ -49,6 +49,7 @@ import org.elasticsearch.xpack.esql.core.expression.FoldContext; import org.elasticsearch.xpack.esql.enrich.EnrichLookupService; import org.elasticsearch.xpack.esql.enrich.LookupFromIndexService; +import org.elasticsearch.xpack.esql.inference.InferenceRunner; import org.elasticsearch.xpack.esql.plan.physical.ExchangeSinkExec; import org.elasticsearch.xpack.esql.plan.physical.ExchangeSourceExec; import org.elasticsearch.xpack.esql.plan.physical.OutputExec; @@ -125,6 +126,7 @@ public class ComputeService { private final DriverTaskRunner driverRunner; private final EnrichLookupService enrichLookupService; private final LookupFromIndexService lookupFromIndexService; + private final InferenceRunner inferenceRunner; private final ClusterService clusterService; private final AtomicLong childSessionIdGenerator = new AtomicLong(); private final DataNodeComputeHandler dataNodeComputeHandler; @@ -133,25 +135,24 @@ public class ComputeService { @SuppressWarnings("this-escape") public ComputeService( - SearchService searchService, - TransportService transportService, - ExchangeService exchangeService, + TransportActionServices transportActionServices, EnrichLookupService enrichLookupService, LookupFromIndexService lookupFromIndexService, - ClusterService clusterService, ThreadPool threadPool, BigArrays bigArrays, BlockFactory blockFactory ) { - this.searchService = searchService; - this.transportService = transportService; + this.searchService = transportActionServices.searchService(); + this.transportService = transportActionServices.transportService(); + this.exchangeService = transportActionServices.exchangeService(); this.bigArrays = bigArrays.withCircuitBreaking(); this.blockFactory = blockFactory; var esqlExecutor = threadPool.executor(ThreadPool.Names.SEARCH); this.driverRunner = new DriverTaskRunner(transportService, esqlExecutor); this.enrichLookupService = enrichLookupService; this.lookupFromIndexService = lookupFromIndexService; - this.clusterService = clusterService; + this.inferenceRunner = transportActionServices.inferenceRunner(); + this.clusterService = transportActionServices.clusterService(); this.dataNodeComputeHandler = new DataNodeComputeHandler(this, searchService, transportService, exchangeService, esqlExecutor); this.clusterComputeHandler = new ClusterComputeHandler( this, @@ -160,7 +161,6 @@ public ComputeService( esqlExecutor, dataNodeComputeHandler ); - this.exchangeService = exchangeService; } public void execute( @@ -428,6 +428,7 @@ public SourceProvider createSourceProvider() { context.exchangeSinkSupplier(), enrichLookupService, lookupFromIndexService, + inferenceRunner, new EsPhysicalOperationProviders(context.foldCtx(), contexts, searchService.getIndicesService().getAnalysis()), contexts ); diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plugin/TransportActionServices.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plugin/TransportActionServices.java index ad112542e000a..0874ff4068227 100644 --- a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plugin/TransportActionServices.java +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plugin/TransportActionServices.java @@ -13,6 +13,7 @@ import org.elasticsearch.search.SearchService; import org.elasticsearch.transport.TransportService; import org.elasticsearch.usage.UsageService; +import org.elasticsearch.xpack.esql.inference.InferenceRunner; public record TransportActionServices( TransportService transportService, @@ -20,5 +21,6 @@ public record TransportActionServices( ExchangeService exchangeService, ClusterService clusterService, IndexNameExpressionResolver indexNameExpressionResolver, - UsageService usageService + UsageService usageService, + InferenceRunner inferenceRunner ) {} diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plugin/TransportEsqlQueryAction.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plugin/TransportEsqlQueryAction.java index 72ca465f647b7..2b3a877b48205 100644 --- a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plugin/TransportEsqlQueryAction.java +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plugin/TransportEsqlQueryAction.java @@ -49,6 +49,7 @@ import org.elasticsearch.xpack.esql.enrich.EnrichPolicyResolver; import org.elasticsearch.xpack.esql.enrich.LookupFromIndexService; import org.elasticsearch.xpack.esql.execution.PlanExecutor; +import org.elasticsearch.xpack.esql.inference.InferenceRunner; import org.elasticsearch.xpack.esql.session.Configuration; import org.elasticsearch.xpack.esql.session.EsqlSession.PlanRunner; import org.elasticsearch.xpack.esql.session.Result; @@ -126,17 +127,7 @@ public TransportEsqlQueryAction( bigArrays, blockFactoryProvider.blockFactory() ); - this.computeService = new ComputeService( - searchService, - transportService, - exchangeService, - enrichLookupService, - lookupFromIndexService, - clusterService, - threadPool, - bigArrays, - blockFactoryProvider.blockFactory() - ); + this.asyncTaskManagementService = new AsyncTaskManagementService<>( XPackPlugin.ASYNC_RESULTS_INDEX, client, @@ -159,8 +150,19 @@ public TransportEsqlQueryAction( exchangeService, clusterService, indexNameExpressionResolver, - usageService + usageService, + new InferenceRunner(client) ); + + this.computeService = new ComputeService( + services, + enrichLookupService, + lookupFromIndexService, + threadPool, + bigArrays, + blockFactoryProvider.blockFactory() + ); + defaultAllowPartialResults = EsqlPlugin.QUERY_ALLOW_PARTIAL_RESULTS.get(clusterService.getSettings()); clusterService.getClusterSettings() .addSettingsUpdateConsumer(EsqlPlugin.QUERY_ALLOW_PARTIAL_RESULTS, v -> defaultAllowPartialResults = v); diff --git a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/session/EsqlSession.java b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/session/EsqlSession.java index def4e23af381f..b218435b03c36 100644 --- a/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/session/EsqlSession.java +++ b/x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/session/EsqlSession.java @@ -50,6 +50,8 @@ import org.elasticsearch.xpack.esql.index.EsIndex; import org.elasticsearch.xpack.esql.index.IndexResolution; import org.elasticsearch.xpack.esql.index.MappingException; +import org.elasticsearch.xpack.esql.inference.InferenceResolution; +import org.elasticsearch.xpack.esql.inference.InferenceRunner; import org.elasticsearch.xpack.esql.optimizer.LogicalPlanOptimizer; import org.elasticsearch.xpack.esql.optimizer.PhysicalOptimizerContext; import org.elasticsearch.xpack.esql.optimizer.PhysicalPlanOptimizer; @@ -63,6 +65,7 @@ import org.elasticsearch.xpack.esql.plan.logical.Project; import org.elasticsearch.xpack.esql.plan.logical.RegexExtract; import org.elasticsearch.xpack.esql.plan.logical.UnresolvedRelation; +import org.elasticsearch.xpack.esql.plan.logical.inference.InferencePlan; import org.elasticsearch.xpack.esql.plan.logical.join.InlineJoin; import org.elasticsearch.xpack.esql.plan.logical.join.JoinTypes; import org.elasticsearch.xpack.esql.plan.logical.join.LookupJoin; @@ -119,6 +122,7 @@ public interface PlanRunner { private final PlanTelemetry planTelemetry; private final IndicesExpressionGrouper indicesExpressionGrouper; private Set configuredClusters; + private final InferenceRunner inferenceRunner; public EsqlSession( String sessionId, @@ -146,6 +150,7 @@ public EsqlSession( this.physicalPlanOptimizer = new PhysicalPlanOptimizer(new PhysicalOptimizerContext(configuration)); this.planTelemetry = planTelemetry; this.indicesExpressionGrouper = indicesExpressionGrouper; + this.inferenceRunner = services.inferenceRunner(); this.preMapper = new PreMapper(services); } @@ -335,7 +340,7 @@ public void analyzedPlan( Function analyzeAction = (l) -> { Analyzer analyzer = new Analyzer( - new AnalyzerContext(configuration, functionRegistry, l.indices, l.lookupIndices, l.enrichResolution), + new AnalyzerContext(configuration, functionRegistry, l.indices, l.lookupIndices, l.enrichResolution, l.inferenceResolution), verifier ); LogicalPlan plan = analyzer.analyze(parsed); @@ -367,7 +372,9 @@ public void analyzedPlan( var listener = SubscribableListener.newForked( l -> enrichPolicyResolver.resolvePolicies(targetClusters, unresolvedPolicies, l) - ).andThen((l, enrichResolution) -> resolveFieldNames(parsed, enrichResolution, l)); + ) + .andThen((l, enrichResolution) -> resolveFieldNames(parsed, enrichResolution, l)) + .andThen((l, preAnalysisResult) -> resolveInferences(preAnalysis.inferencePlans, preAnalysisResult, l)); // first resolve the lookup indices, then the main indices for (var index : preAnalysis.lookupIndices) { listener = listener.andThen((l, preAnalysisResult) -> { preAnalyzeLookupIndex(index, preAnalysisResult, l); }); @@ -580,6 +587,14 @@ private static void resolveFieldNames(LogicalPlan parsed, EnrichResolution enric } } + private void resolveInferences( + List inferencePlans, + PreAnalysisResult preAnalysisResult, + ActionListener l + ) { + inferenceRunner.resolveInferenceIds(inferencePlans, l.map(preAnalysisResult::withInferenceResolution)); + } + static PreAnalysisResult fieldNames(LogicalPlan parsed, Set enrichPolicyMatchFields, PreAnalysisResult result) { if (false == parsed.anyMatch(plan -> plan instanceof Aggregate || plan instanceof Project)) { // no explicit columns selection, for example "from employees" @@ -746,18 +761,44 @@ record PreAnalysisResult( Map lookupIndices, EnrichResolution enrichResolution, Set fieldNames, - Set wildcardJoinIndices + Set wildcardJoinIndices, + InferenceResolution inferenceResolution ) { PreAnalysisResult(EnrichResolution newEnrichResolution) { - this(null, new HashMap<>(), newEnrichResolution, Set.of(), Set.of()); + this(null, new HashMap<>(), newEnrichResolution, Set.of(), Set.of(), InferenceResolution.EMPTY); } PreAnalysisResult withEnrichResolution(EnrichResolution newEnrichResolution) { - return new PreAnalysisResult(indices(), lookupIndices(), newEnrichResolution, fieldNames(), wildcardJoinIndices()); + return new PreAnalysisResult( + indices(), + lookupIndices(), + newEnrichResolution, + fieldNames(), + wildcardJoinIndices(), + inferenceResolution() + ); + } + + PreAnalysisResult withInferenceResolution(InferenceResolution newInferenceResolution) { + return new PreAnalysisResult( + indices(), + lookupIndices(), + enrichResolution(), + fieldNames(), + wildcardJoinIndices(), + newInferenceResolution + ); } PreAnalysisResult withIndexResolution(IndexResolution newIndexResolution) { - return new PreAnalysisResult(newIndexResolution, lookupIndices(), enrichResolution(), fieldNames(), wildcardJoinIndices()); + return new PreAnalysisResult( + newIndexResolution, + lookupIndices(), + enrichResolution(), + fieldNames(), + wildcardJoinIndices(), + inferenceResolution() + ); } PreAnalysisResult addLookupIndexResolution(String index, IndexResolution newIndexResolution) { @@ -766,11 +807,25 @@ PreAnalysisResult addLookupIndexResolution(String index, IndexResolution newInde } PreAnalysisResult withFieldNames(Set newFields) { - return new PreAnalysisResult(indices(), lookupIndices(), enrichResolution(), newFields, wildcardJoinIndices()); + return new PreAnalysisResult( + indices(), + lookupIndices(), + enrichResolution(), + newFields, + wildcardJoinIndices(), + inferenceResolution() + ); } public PreAnalysisResult withWildcardJoinIndices(Set wildcardJoinIndices) { - return new PreAnalysisResult(indices(), lookupIndices(), enrichResolution(), fieldNames(), wildcardJoinIndices); + return new PreAnalysisResult( + indices(), + lookupIndices(), + enrichResolution(), + fieldNames(), + wildcardJoinIndices, + inferenceResolution() + ); } } } diff --git a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/CsvTests.java b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/CsvTests.java index be93fcc561c0c..189ec7774e468 100644 --- a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/CsvTests.java +++ b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/CsvTests.java @@ -66,6 +66,7 @@ import org.elasticsearch.xpack.esql.expression.function.EsqlFunctionRegistry; import org.elasticsearch.xpack.esql.index.EsIndex; import org.elasticsearch.xpack.esql.index.IndexResolution; +import org.elasticsearch.xpack.esql.inference.InferenceRunner; import org.elasticsearch.xpack.esql.optimizer.LocalLogicalOptimizerContext; import org.elasticsearch.xpack.esql.optimizer.LocalLogicalPlanOptimizer; import org.elasticsearch.xpack.esql.optimizer.LocalPhysicalOptimizerContext; @@ -119,6 +120,7 @@ import static org.elasticsearch.xpack.esql.CsvTestsDataLoader.CSV_DATASET_MAP; import static org.elasticsearch.xpack.esql.EsqlTestUtils.TEST_VERIFIER; import static org.elasticsearch.xpack.esql.EsqlTestUtils.classpathResources; +import static org.elasticsearch.xpack.esql.EsqlTestUtils.emptyInferenceResolution; import static org.elasticsearch.xpack.esql.EsqlTestUtils.loadMapping; import static org.hamcrest.Matchers.equalTo; import static org.hamcrest.Matchers.everyItem; @@ -261,6 +263,10 @@ public final void test() throws Throwable { "enrich can't load fields in csv tests", testCase.requiredCapabilities.contains(EsqlCapabilities.Cap.ENRICH_LOAD.capabilityName()) ); + assumeFalse( + "can't use rereank in csv tests", + testCase.requiredCapabilities.contains(EsqlCapabilities.Cap.RERANK.capabilityName()) + ); assumeFalse( "can't use match in csv tests", testCase.requiredCapabilities.contains(EsqlCapabilities.Cap.MATCH_OPERATOR_COLON.capabilityName()) @@ -478,7 +484,10 @@ private static EnrichPolicy loadEnrichPolicyMapping(String policyFileName) { private LogicalPlan analyzedPlan(LogicalPlan parsed, CsvTestsDataLoader.MultiIndexTestDataset datasets) { var indexResolution = loadIndexResolution(datasets); var enrichPolicies = loadEnrichPolicies(); - var analyzer = new Analyzer(new AnalyzerContext(configuration, functionRegistry, indexResolution, enrichPolicies), TEST_VERIFIER); + var analyzer = new Analyzer( + new AnalyzerContext(configuration, functionRegistry, indexResolution, enrichPolicies, emptyInferenceResolution()), + TEST_VERIFIER + ); LogicalPlan plan = analyzer.analyze(parsed); plan.setAnalyzed(); LOGGER.debug("Analyzed plan:\n{}", plan); @@ -666,6 +675,7 @@ void executeSubPlan( () -> exchangeSink.createExchangeSink(() -> {}), Mockito.mock(EnrichLookupService.class), Mockito.mock(LookupFromIndexService.class), + Mockito.mock(InferenceRunner.class), physicalOperationProviders, List.of() ); diff --git a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/AnalyzerTestUtils.java b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/AnalyzerTestUtils.java index d4e786a9d9bb0..db9047be3f065 100644 --- a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/AnalyzerTestUtils.java +++ b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/AnalyzerTestUtils.java @@ -8,12 +8,15 @@ package org.elasticsearch.xpack.esql.analysis; import org.elasticsearch.index.IndexMode; +import org.elasticsearch.inference.TaskType; import org.elasticsearch.xpack.core.enrich.EnrichPolicy; import org.elasticsearch.xpack.esql.EsqlTestUtils; import org.elasticsearch.xpack.esql.enrich.ResolvedEnrichPolicy; import org.elasticsearch.xpack.esql.expression.function.EsqlFunctionRegistry; import org.elasticsearch.xpack.esql.index.EsIndex; import org.elasticsearch.xpack.esql.index.IndexResolution; +import org.elasticsearch.xpack.esql.inference.InferenceResolution; +import org.elasticsearch.xpack.esql.inference.ResolvedInference; import org.elasticsearch.xpack.esql.parser.EsqlParser; import org.elasticsearch.xpack.esql.parser.QueryParams; import org.elasticsearch.xpack.esql.plan.logical.Enrich; @@ -29,6 +32,7 @@ import static org.elasticsearch.xpack.core.enrich.EnrichPolicy.RANGE_TYPE; import static org.elasticsearch.xpack.esql.EsqlTestUtils.TEST_VERIFIER; import static org.elasticsearch.xpack.esql.EsqlTestUtils.configuration; +import static org.elasticsearch.xpack.esql.EsqlTestUtils.emptyInferenceResolution; public final class AnalyzerTestUtils { @@ -57,7 +61,8 @@ public static Analyzer analyzer(IndexResolution indexResolution, Verifier verifi new EsqlFunctionRegistry(), indexResolution, defaultLookupResolution(), - defaultEnrichResolution() + defaultEnrichResolution(), + emptyInferenceResolution() ), verifier ); @@ -70,7 +75,8 @@ public static Analyzer analyzer(IndexResolution indexResolution, Map analyze( + "FROM books METADATA _score | RERANK \"italian food recipe\" ON title WITH `completion-inference-id`", + "mapping-books.json" + ) + + ); + assertThat( + ve.getMessage(), + containsString( + "cannot use inference endpoint [completion-inference-id] with task type [completion] within a Rerank command. " + + "Only inference endpoints with the task type [rerank] are supported" + ) + ); + } + + { + VerificationException ve = expectThrows( + VerificationException.class, + () -> analyze( + "FROM books METADATA _score | RERANK \"italian food recipe\" ON title WITH `error-inference-id`", + "mapping-books.json" + ) + + ); + assertThat(ve.getMessage(), containsString("error with inference resolution")); + } + + { + VerificationException ve = expectThrows( + VerificationException.class, + () -> analyze( + "FROM books METADATA _score | RERANK \"italian food recipe\" ON title WITH `unknown-inference-id`", + "mapping-books.json" + ) + + ); + assertThat(ve.getMessage(), containsString("unresolved inference [unknown-inference-id]")); + } + } + + public void testResolveRerankFields() { + assumeTrue("Requires RERANK command", EsqlCapabilities.Cap.RERANK.isEnabled()); + + { + // Single field. + LogicalPlan plan = analyze(""" + FROM books METADATA _score + | WHERE title:"italian food recipe" OR description:"italian food recipe" + | KEEP description, title, year, _score + | DROP description + | RERANK "italian food recipe" ON title WITH `reranking-inference-id` + """, "mapping-books.json"); + + Limit limit = as(plan, Limit.class); // Implicit limit added by AddImplicitLimit rule. + Rerank rerank = as(limit.child(), Rerank.class); + EsqlProject keep = as(rerank.child(), EsqlProject.class); + EsqlProject drop = as(keep.child(), EsqlProject.class); + Filter filter = as(drop.child(), Filter.class); + EsRelation relation = as(filter.child(), EsRelation.class); + + Attribute titleAttribute = relation.output().stream().filter(attribute -> attribute.name().equals("title")).findFirst().get(); + assertThat(titleAttribute, notNullValue()); + + assertThat(rerank.queryText(), equalTo(string("italian food recipe"))); + assertThat(rerank.inferenceId(), equalTo(string("reranking-inference-id"))); + assertThat(rerank.rerankFields(), equalTo(List.of(alias("title", titleAttribute)))); + assertThat( + rerank.scoreAttribute(), + equalTo(relation.output().stream().filter(attr -> attr.name().equals(MetadataAttribute.SCORE)).findFirst().get()) + ); + } + + { + // Multiple fields. + LogicalPlan plan = analyze(""" + FROM books METADATA _score + | WHERE title:"food" + | RERANK "food" ON title, description=SUBSTRING(description, 0, 100), yearRenamed=year WITH `reranking-inference-id` + """, "mapping-books.json"); + + Limit limit = as(plan, Limit.class); // Implicit limit added by AddImplicitLimit rule. + Rerank rerank = as(limit.child(), Rerank.class); + Filter filter = as(rerank.child(), Filter.class); + EsRelation relation = as(filter.child(), EsRelation.class); + + assertThat(rerank.queryText(), equalTo(string("food"))); + assertThat(rerank.inferenceId(), equalTo(string("reranking-inference-id"))); + + assertThat(rerank.rerankFields(), hasSize(3)); + Attribute titleAttribute = relation.output().stream().filter(attribute -> attribute.name().equals("title")).findFirst().get(); + assertThat(titleAttribute, notNullValue()); + assertThat(rerank.rerankFields().get(0), equalTo(alias("title", titleAttribute))); + + Attribute descriptionAttribute = relation.output() + .stream() + .filter(attribute -> attribute.name().equals("description")) + .findFirst() + .get(); + assertThat(descriptionAttribute, notNullValue()); + Alias descriptionAlias = rerank.rerankFields().get(1); + assertThat(descriptionAlias.name(), equalTo("description")); + assertThat( + as(descriptionAlias.child(), Substring.class).children(), + equalTo(List.of(descriptionAttribute, literal(0), literal(100))) + ); + + Attribute yearAttribute = relation.output().stream().filter(attribute -> attribute.name().equals("year")).findFirst().get(); + assertThat(yearAttribute, notNullValue()); + assertThat(rerank.rerankFields().get(2), equalTo(alias("yearRenamed", yearAttribute))); + assertThat( + rerank.scoreAttribute(), + equalTo(relation.output().stream().filter(attr -> attr.name().equals(MetadataAttribute.SCORE)).findFirst().get()) + ); + } + + { + VerificationException ve = expectThrows( + VerificationException.class, + () -> analyze( + "FROM books METADATA _score | RERANK \"italian food recipe\" ON missingField WITH `reranking-inference-id`", + "mapping-books.json" + ) + + ); + assertThat(ve.getMessage(), containsString("Unknown column [missingField]")); + } + } + + public void testResolveRerankScoreField() { + assumeTrue("Requires RERANK command", EsqlCapabilities.Cap.RERANK.isEnabled()); + + { + // When the metadata field is required in FROM, it is reused. + LogicalPlan plan = analyze(""" + FROM books METADATA _score + | WHERE title:"italian food recipe" OR description:"italian food recipe" + | RERANK "italian food recipe" ON title WITH `reranking-inference-id` + """, "mapping-books.json"); + + Limit limit = as(plan, Limit.class); // Implicit limit added by AddImplicitLimit rule. + Rerank rerank = as(limit.child(), Rerank.class); + Filter filter = as(rerank.child(), Filter.class); + EsRelation relation = as(filter.child(), EsRelation.class); + + Attribute metadataScoreAttribute = relation.output() + .stream() + .filter(attr -> attr.name().equals(MetadataAttribute.SCORE)) + .findFirst() + .get(); + assertThat(rerank.scoreAttribute(), equalTo(metadataScoreAttribute)); + assertThat(rerank.output(), hasItem(metadataScoreAttribute)); + } + + { + // When the metadata field is not required in FROM, it is added to the output of RERANK + LogicalPlan plan = analyze(""" + FROM books + | WHERE title:"italian food recipe" OR description:"italian food recipe" + | RERANK "italian food recipe" ON title WITH `reranking-inference-id` + """, "mapping-books.json"); + + Limit limit = as(plan, Limit.class); // Implicit limit added by AddImplicitLimit rule. + Rerank rerank = as(limit.child(), Rerank.class); + Filter filter = as(rerank.child(), Filter.class); + EsRelation relation = as(filter.child(), EsRelation.class); + + assertThat(relation.output().stream().noneMatch(attr -> attr.name().equals(MetadataAttribute.SCORE)), is(true)); + assertThat(rerank.scoreAttribute(), equalTo(MetadataAttribute.create(EMPTY, MetadataAttribute.SCORE))); + assertThat(rerank.output(), hasItem(rerank.scoreAttribute())); + } + } + @Override protected IndexAnalyzers createDefaultIndexAnalyzers() { return super.createDefaultIndexAnalyzers(); diff --git a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/ParsingTests.java b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/ParsingTests.java index e458fb009d5c3..81022c5d69c35 100644 --- a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/ParsingTests.java +++ b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/ParsingTests.java @@ -35,6 +35,7 @@ import static org.elasticsearch.xpack.esql.EsqlTestUtils.TEST_CFG; import static org.elasticsearch.xpack.esql.EsqlTestUtils.TEST_VERIFIER; import static org.elasticsearch.xpack.esql.EsqlTestUtils.as; +import static org.elasticsearch.xpack.esql.EsqlTestUtils.emptyInferenceResolution; import static org.elasticsearch.xpack.esql.EsqlTestUtils.emptyPolicyResolution; import static org.hamcrest.Matchers.equalTo; import static org.hamcrest.Matchers.hasSize; @@ -45,7 +46,7 @@ public class ParsingTests extends ESTestCase { private final IndexResolution defaultIndex = loadIndexResolution("mapping-basic.json"); private final Analyzer defaultAnalyzer = new Analyzer( - new AnalyzerContext(TEST_CFG, new EsqlFunctionRegistry(), defaultIndex, emptyPolicyResolution()), + new AnalyzerContext(TEST_CFG, new EsqlFunctionRegistry(), defaultIndex, emptyPolicyResolution(), emptyInferenceResolution()), TEST_VERIFIER ); diff --git a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/CheckLicenseTests.java b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/CheckLicenseTests.java index cf2de30e44456..68a6f38cdd69a 100644 --- a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/CheckLicenseTests.java +++ b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/CheckLicenseTests.java @@ -34,6 +34,7 @@ import java.util.List; import java.util.Objects; +import static org.elasticsearch.xpack.esql.EsqlTestUtils.emptyInferenceResolution; import static org.elasticsearch.xpack.esql.analysis.AnalyzerTestUtils.analyzerDefaultMapping; import static org.elasticsearch.xpack.esql.analysis.AnalyzerTestUtils.defaultEnrichResolution; import static org.hamcrest.Matchers.containsString; @@ -90,7 +91,13 @@ public EsqlFunctionRegistry snapshotRegistry() { private static Analyzer analyzer(EsqlFunctionRegistry registry, License.OperationMode operationMode) { return new Analyzer( - new AnalyzerContext(EsqlTestUtils.TEST_CFG, registry, analyzerDefaultMapping(), defaultEnrichResolution()), + new AnalyzerContext( + EsqlTestUtils.TEST_CFG, + registry, + analyzerDefaultMapping(), + defaultEnrichResolution(), + emptyInferenceResolution() + ), new Verifier(new Metrics(new EsqlFunctionRegistry()), getLicenseState(operationMode)) ); } diff --git a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/inference/InferenceRunnerTests.java b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/inference/InferenceRunnerTests.java new file mode 100644 index 0000000000000..17ecbd0b32393 --- /dev/null +++ b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/inference/InferenceRunnerTests.java @@ -0,0 +1,146 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +package org.elasticsearch.xpack.esql.inference; + +import org.apache.lucene.util.SetOnce; +import org.elasticsearch.ResourceNotFoundException; +import org.elasticsearch.action.ActionListener; +import org.elasticsearch.action.ActionResponse; +import org.elasticsearch.client.internal.Client; +import org.elasticsearch.inference.ModelConfigurations; +import org.elasticsearch.inference.ServiceSettings; +import org.elasticsearch.inference.TaskType; +import org.elasticsearch.test.ESTestCase; +import org.elasticsearch.xpack.core.inference.action.GetInferenceModelAction; +import org.elasticsearch.xpack.esql.core.expression.Literal; +import org.elasticsearch.xpack.esql.core.tree.Source; +import org.elasticsearch.xpack.esql.core.type.DataType; +import org.elasticsearch.xpack.esql.plan.logical.inference.InferencePlan; + +import java.util.List; + +import static org.hamcrest.Matchers.contains; +import static org.hamcrest.Matchers.empty; +import static org.hamcrest.Matchers.equalTo; +import static org.mockito.ArgumentMatchers.any; +import static org.mockito.ArgumentMatchers.eq; +import static org.mockito.Mockito.doAnswer; +import static org.mockito.Mockito.mock; +import static org.mockito.Mockito.when; + +public class InferenceRunnerTests extends ESTestCase { + public void testResolveInferenceIds() throws Exception { + InferenceRunner inferenceRunner = new InferenceRunner(mockClient()); + List inferencePlans = List.of(mockInferencePlan("rerank-plan")); + SetOnce inferenceResolutionSetOnce = new SetOnce<>(); + + inferenceRunner.resolveInferenceIds(inferencePlans, ActionListener.wrap(inferenceResolutionSetOnce::set, e -> { + throw new RuntimeException(e); + })); + + assertBusy(() -> { + InferenceResolution inferenceResolution = inferenceResolutionSetOnce.get(); + assertNotNull(inferenceResolution); + assertThat(inferenceResolution.resolvedInferences(), contains(new ResolvedInference("rerank-plan", TaskType.RERANK))); + assertThat(inferenceResolution.hasError(), equalTo(false)); + }); + } + + public void testResolveMultipleInferenceIds() throws Exception { + InferenceRunner inferenceRunner = new InferenceRunner(mockClient()); + List inferencePlans = List.of( + mockInferencePlan("rerank-plan"), + mockInferencePlan("rerank-plan"), + mockInferencePlan("completion-plan") + ); + SetOnce inferenceResolutionSetOnce = new SetOnce<>(); + + inferenceRunner.resolveInferenceIds(inferencePlans, ActionListener.wrap(inferenceResolutionSetOnce::set, e -> { + throw new RuntimeException(e); + })); + + assertBusy(() -> { + InferenceResolution inferenceResolution = inferenceResolutionSetOnce.get(); + assertNotNull(inferenceResolution); + + assertThat( + inferenceResolution.resolvedInferences(), + contains( + new ResolvedInference("rerank-plan", TaskType.RERANK), + new ResolvedInference("completion-plan", TaskType.COMPLETION) + ) + ); + assertThat(inferenceResolution.hasError(), equalTo(false)); + }); + } + + public void testResolveMissingInferenceIds() throws Exception { + InferenceRunner inferenceRunner = new InferenceRunner(mockClient()); + List inferencePlans = List.of(mockInferencePlan("missing-plan")); + + SetOnce inferenceResolutionSetOnce = new SetOnce<>(); + + inferenceRunner.resolveInferenceIds(inferencePlans, ActionListener.wrap(inferenceResolutionSetOnce::set, e -> { + throw new RuntimeException(e); + })); + + assertBusy(() -> { + InferenceResolution inferenceResolution = inferenceResolutionSetOnce.get(); + assertNotNull(inferenceResolution); + + assertThat(inferenceResolution.resolvedInferences(), empty()); + assertThat(inferenceResolution.hasError(), equalTo(true)); + assertThat(inferenceResolution.getError("missing-plan"), equalTo("inference endpoint not found")); + }); + } + + @SuppressWarnings({ "unchecked", "raw-types" }) + private static Client mockClient() { + Client client = mock(Client.class); + doAnswer(i -> { + GetInferenceModelAction.Request request = i.getArgument(1, GetInferenceModelAction.Request.class); + ActionListener listener = (ActionListener) i.getArgument(2, ActionListener.class); + ActionResponse response = getInferenceModelResponse(request); + + if (response == null) { + listener.onFailure(new ResourceNotFoundException("inference endpoint not found")); + } else { + listener.onResponse(response); + } + + return null; + }).when(client).execute(eq(GetInferenceModelAction.INSTANCE), any(), any()); + return client; + } + + private static ActionResponse getInferenceModelResponse(GetInferenceModelAction.Request request) { + GetInferenceModelAction.Response response = mock(GetInferenceModelAction.Response.class); + + if (request.getInferenceEntityId().equals("rerank-plan")) { + when(response.getEndpoints()).thenReturn(List.of(mockModelConfig("rerank-plan", TaskType.RERANK))); + return response; + } + + if (request.getInferenceEntityId().equals("completion-plan")) { + when(response.getEndpoints()).thenReturn(List.of(mockModelConfig("completion-plan", TaskType.COMPLETION))); + return response; + } + + return null; + } + + private static ModelConfigurations mockModelConfig(String inferenceId, TaskType taskType) { + return new ModelConfigurations(inferenceId, taskType, randomIdentifier(), mock(ServiceSettings.class)); + } + + private static InferencePlan mockInferencePlan(String inferenceId) { + InferencePlan plan = mock(InferencePlan.class); + when(plan.inferenceId()).thenReturn(new Literal(Source.EMPTY, inferenceId, DataType.KEYWORD)); + return plan; + } +} diff --git a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/inference/RerankOperatorTests.java b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/inference/RerankOperatorTests.java new file mode 100644 index 0000000000000..2833f3fab0d7a --- /dev/null +++ b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/inference/RerankOperatorTests.java @@ -0,0 +1,297 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +package org.elasticsearch.xpack.esql.inference; + +import org.apache.lucene.util.BytesRef; +import org.elasticsearch.action.ActionListener; +import org.elasticsearch.common.logging.LoggerMessageFormat; +import org.elasticsearch.common.settings.Settings; +import org.elasticsearch.common.util.concurrent.EsExecutors; +import org.elasticsearch.compute.data.Block; +import org.elasticsearch.compute.data.BlockFactory; +import org.elasticsearch.compute.data.BooleanBlock; +import org.elasticsearch.compute.data.BytesRefBlock; +import org.elasticsearch.compute.data.DoubleBlock; +import org.elasticsearch.compute.data.ElementType; +import org.elasticsearch.compute.data.FloatBlock; +import org.elasticsearch.compute.data.IntBlock; +import org.elasticsearch.compute.data.LongBlock; +import org.elasticsearch.compute.data.Page; +import org.elasticsearch.compute.operator.AsyncOperator; +import org.elasticsearch.compute.operator.DriverContext; +import org.elasticsearch.compute.operator.Operator; +import org.elasticsearch.compute.operator.SourceOperator; +import org.elasticsearch.compute.test.AbstractBlockSourceOperator; +import org.elasticsearch.compute.test.OperatorTestCase; +import org.elasticsearch.compute.test.RandomBlock; +import org.elasticsearch.core.Releasables; +import org.elasticsearch.threadpool.FixedExecutorBuilder; +import org.elasticsearch.threadpool.TestThreadPool; +import org.elasticsearch.threadpool.ThreadPool; +import org.elasticsearch.xpack.core.inference.action.InferenceAction; +import org.elasticsearch.xpack.core.inference.results.RankedDocsResults; +import org.hamcrest.Matcher; +import org.junit.After; +import org.junit.Before; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; +import java.util.function.BiFunction; +import java.util.function.Consumer; +import java.util.stream.Collectors; +import java.util.stream.IntStream; + +import static org.hamcrest.Matchers.equalTo; +import static org.hamcrest.Matchers.greaterThanOrEqualTo; +import static org.hamcrest.Matchers.hasSize; +import static org.hamcrest.Matchers.notNullValue; +import static org.mockito.ArgumentMatchers.any; +import static org.mockito.Mockito.doAnswer; +import static org.mockito.Mockito.mock; +import static org.mockito.Mockito.when; + +public class RerankOperatorTests extends OperatorTestCase { + private static final String ESQL_TEST_EXECUTOR = "esql_test_executor"; + private static final String SIMPLE_INFERENCE_ID = "test_reranker"; + private static final String SIMPLE_QUERY = "query text"; + private ThreadPool threadPool; + private List inputChannelElementTypes; + private XContentRowEncoder.Factory rowEncoderFactory; + private int scoreChannel; + + @Before + private void initChannels() { + int channelCount = randomIntBetween(2, 10); + scoreChannel = randomIntBetween(0, channelCount - 1); + inputChannelElementTypes = IntStream.range(0, channelCount).sorted().mapToObj(this::randomElementType).collect(Collectors.toList()); + rowEncoderFactory = mockRowEncoderFactory(); + } + + @Before + public void setThreadPool() { + int numThreads = randomBoolean() ? 1 : between(2, 16); + threadPool = new TestThreadPool( + "test", + new FixedExecutorBuilder(Settings.EMPTY, ESQL_TEST_EXECUTOR, numThreads, 1024, "esql", EsExecutors.TaskTrackingConfig.DEFAULT) + ); + } + + @After + public void shutdownThreadPool() { + terminate(threadPool); + } + + @Override + protected Operator.OperatorFactory simple() { + InferenceRunner inferenceRunner = mockedSimpleInferenceRunner(); + return new RerankOperator.Factory(inferenceRunner, SIMPLE_INFERENCE_ID, SIMPLE_QUERY, rowEncoderFactory, scoreChannel); + } + + private InferenceRunner mockedSimpleInferenceRunner() { + InferenceRunner inferenceRunner = mock(InferenceRunner.class); + when(inferenceRunner.getThreadContext()).thenReturn(threadPool.getThreadContext()); + doAnswer(invocation -> { + @SuppressWarnings("unchecked") + ActionListener listener = (ActionListener) invocation.getArgument( + 1, + ActionListener.class + ); + InferenceAction.Response inferenceResponse = mock(InferenceAction.Response.class); + when(inferenceResponse.getResults()).thenReturn( + mockedRankedDocResults(invocation.getArgument(0, InferenceAction.Request.class)) + ); + listener.onResponse(inferenceResponse); + return null; + }).when(inferenceRunner).doInference(any(), any()); + + return inferenceRunner; + } + + private RankedDocsResults mockedRankedDocResults(InferenceAction.Request request) { + List rankedDocs = new ArrayList<>(); + for (int rank = 0; rank < request.getInput().size(); rank++) { + if (rank % 10 != 0) { + rankedDocs.add(new RankedDocsResults.RankedDoc(rank, 1f / rank, request.getInput().get(rank))); + } + } + return new RankedDocsResults(rankedDocs); + } + + @Override + protected Matcher expectedDescriptionOfSimple() { + return expectedToStringOfSimple(); + } + + @Override + protected Matcher expectedToStringOfSimple() { + return equalTo( + "RerankOperator[inference_id=[" + SIMPLE_INFERENCE_ID + "], query=[" + SIMPLE_QUERY + "], score_channel=[" + scoreChannel + "]]" + ); + } + + @Override + protected SourceOperator simpleInput(BlockFactory blockFactory, int size) { + return new AbstractBlockSourceOperator(blockFactory, 8 * 1024) { + @Override + protected int remaining() { + return size - currentPosition; + } + + @Override + protected Page createPage(int positionOffset, int length) { + Block[] blocks = new Block[inputChannelElementTypes.size()]; + try { + currentPosition += length; + for (int b = 0; b < inputChannelElementTypes.size(); b++) { + blocks[b] = RandomBlock.randomBlock( + blockFactory, + inputChannelElementTypes.get(b), + length, + randomBoolean(), + 0, + 10, + 0, + 10 + ).block(); + } + return new Page(blocks); + } catch (Exception e) { + Releasables.closeExpectNoException(blocks); + throw (e); + } + } + }; + } + + /** + * Ensures that the Operator.Status of this operator has the standard fields. + */ + public void testOperatorStatus() throws IOException { + DriverContext driverContext = driverContext(); + try (var operator = simple().get(driverContext)) { + AsyncOperator.Status status = asInstanceOf(AsyncOperator.Status.class, operator.status()); + + assertThat(status, notNullValue()); + assertThat(status.receivedPages(), equalTo(0L)); + assertThat(status.completedPages(), equalTo(0L)); + assertThat(status.procesNanos(), greaterThanOrEqualTo(0L)); + } + } + + @Override + protected void assertSimpleOutput(List inputPages, List resultPages) { + assertThat(inputPages, hasSize(resultPages.size())); + + for (int pageId = 0; pageId < inputPages.size(); pageId++) { + Page inputPage = inputPages.get(pageId); + Page resultPage = resultPages.get(pageId); + + // Check all rows are present and the output shape is unchanged. + assertThat(inputPage.getPositionCount(), equalTo(resultPage.getPositionCount())); + assertThat(inputPage.getBlockCount(), equalTo(resultPage.getBlockCount())); + + BytesRef readBuffer = new BytesRef(); + + for (int channel = 0; channel < inputPage.getBlockCount(); channel++) { + Block inputBlock = inputPage.getBlock(channel); + Block resultBlock = resultPage.getBlock(channel); + + assertThat(resultBlock.getPositionCount(), equalTo(resultPage.getPositionCount())); + assertThat(resultBlock.elementType(), equalTo(inputBlock.elementType())); + + if (channel == scoreChannel) { + assertExpectedScore(asInstanceOf(DoubleBlock.class, resultBlock)); + } else { + switch (inputBlock.elementType()) { + case BOOLEAN -> assertBlockContentEquals(inputBlock, resultBlock, BooleanBlock::getBoolean, BooleanBlock.class); + case INT -> assertBlockContentEquals(inputBlock, resultBlock, IntBlock::getInt, IntBlock.class); + case LONG -> assertBlockContentEquals(inputBlock, resultBlock, LongBlock::getLong, LongBlock.class); + case FLOAT -> assertBlockContentEquals(inputBlock, resultBlock, FloatBlock::getFloat, FloatBlock.class); + case DOUBLE -> assertBlockContentEquals(inputBlock, resultBlock, DoubleBlock::getDouble, DoubleBlock.class); + case BYTES_REF -> assertByteRefsBlockContentEquals(inputBlock, resultBlock, readBuffer); + default -> throw new AssertionError( + LoggerMessageFormat.format("Unexpected block type {}", inputBlock.elementType()) + ); + } + } + } + } + } + + private int inputChannelCount() { + return inputChannelElementTypes.size(); + } + + private ElementType randomElementType(int channel) { + return channel == scoreChannel ? ElementType.DOUBLE : randomFrom(ElementType.FLOAT, ElementType.DOUBLE, ElementType.LONG); + } + + private XContentRowEncoder.Factory mockRowEncoderFactory() { + XContentRowEncoder.Factory factory = mock(XContentRowEncoder.Factory.class); + doAnswer(factoryInvocation -> { + DriverContext driverContext = factoryInvocation.getArgument(0, DriverContext.class); + XContentRowEncoder rowEncoder = mock(XContentRowEncoder.class); + doAnswer(encoderInvocation -> { + Page inputPage = encoderInvocation.getArgument(0, Page.class); + return driverContext.blockFactory() + .newConstantBytesRefBlockWith(new BytesRef(randomRealisticUnicodeOfCodepointLength(4)), inputPage.getPositionCount()); + }).when(rowEncoder).eval(any(Page.class)); + + return rowEncoder; + }).when(factory).get(any(DriverContext.class)); + + return factory; + } + + private void assertExpectedScore(DoubleBlock scoreBlockResult) { + assertAllPositions(scoreBlockResult, (pos) -> { + if (pos % 10 == 0) { + assertThat(scoreBlockResult.isNull(pos), equalTo(true)); + } else { + assertThat(scoreBlockResult.getValueCount(pos), equalTo(1)); + assertThat(scoreBlockResult.getDouble(scoreBlockResult.getFirstValueIndex(pos)), equalTo((double) (1f / pos))); + } + }); + } + + void assertBlockContentEquals( + Block input, + Block result, + BiFunction valueReader, + Class blockClass + ) { + V inputBlock = asInstanceOf(blockClass, input); + V resultBlock = asInstanceOf(blockClass, result); + + assertAllPositions(inputBlock, (pos) -> { + if (inputBlock.isNull(pos)) { + assertThat(resultBlock.isNull(pos), equalTo(inputBlock.isNull(pos))); + } else { + assertThat(resultBlock.getValueCount(pos), equalTo(inputBlock.getValueCount(pos))); + assertThat(resultBlock.getFirstValueIndex(pos), equalTo(inputBlock.getFirstValueIndex(pos))); + for (int i = 0; i < inputBlock.getValueCount(pos); i++) { + assertThat( + valueReader.apply(resultBlock, resultBlock.getFirstValueIndex(pos) + i), + equalTo(valueReader.apply(inputBlock, inputBlock.getFirstValueIndex(pos) + i)) + ); + } + } + }); + } + + private void assertAllPositions(Block block, Consumer consumer) { + for (int pos = 0; pos < block.getPositionCount(); pos++) { + consumer.accept(pos); + } + } + + private void assertByteRefsBlockContentEquals(Block input, Block result, BytesRef readBuffer) { + assertBlockContentEquals(input, result, (BytesRefBlock b, Integer pos) -> b.getBytesRef(pos, readBuffer), BytesRefBlock.class); + } +} diff --git a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/inference/ResolvedInferenceTests.java b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/inference/ResolvedInferenceTests.java new file mode 100644 index 0000000000000..b4dfd87224a3a --- /dev/null +++ b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/inference/ResolvedInferenceTests.java @@ -0,0 +1,41 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +package org.elasticsearch.xpack.esql.inference; + +import org.elasticsearch.TransportVersion; +import org.elasticsearch.inference.TaskType; +import org.elasticsearch.test.AbstractWireTestCase; +import org.elasticsearch.test.ESTestCase; + +import java.io.IOException; + +public class ResolvedInferenceTests extends AbstractWireTestCase { + + @Override + protected ResolvedInference createTestInstance() { + return new ResolvedInference(randomIdentifier(), randomTaskType()); + } + + @Override + protected ResolvedInference mutateInstance(ResolvedInference instance) throws IOException { + if (randomBoolean()) { + return new ResolvedInference(randomValueOtherThan(instance.inferenceId(), ESTestCase::randomIdentifier), instance.taskType()); + } + + return new ResolvedInference(instance.inferenceId(), randomValueOtherThan(instance.taskType(), this::randomTaskType)); + } + + @Override + protected ResolvedInference copyInstance(ResolvedInference instance, TransportVersion version) throws IOException { + return copyInstance(instance, getNamedWriteableRegistry(), (out, v) -> v.writeTo(out), in -> new ResolvedInference(in), version); + } + + private TaskType randomTaskType() { + return randomFrom(TaskType.values()); + } +} diff --git a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/LocalLogicalPlanOptimizerTests.java b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/LocalLogicalPlanOptimizerTests.java index 6903e5dfce35d..ea95152d038ac 100644 --- a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/LocalLogicalPlanOptimizerTests.java +++ b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/LocalLogicalPlanOptimizerTests.java @@ -66,6 +66,8 @@ import static org.elasticsearch.xpack.esql.EsqlTestUtils.TWO; import static org.elasticsearch.xpack.esql.EsqlTestUtils.as; import static org.elasticsearch.xpack.esql.EsqlTestUtils.asLimit; +import static org.elasticsearch.xpack.esql.EsqlTestUtils.emptyInferenceResolution; +import static org.elasticsearch.xpack.esql.EsqlTestUtils.emptyPolicyResolution; import static org.elasticsearch.xpack.esql.EsqlTestUtils.getFieldAttribute; import static org.elasticsearch.xpack.esql.EsqlTestUtils.greaterThanOf; import static org.elasticsearch.xpack.esql.EsqlTestUtils.loadMapping; @@ -98,7 +100,13 @@ public static void init() { logicalOptimizer = new LogicalPlanOptimizer(unboundLogicalOptimizerContext()); analyzer = new Analyzer( - new AnalyzerContext(EsqlTestUtils.TEST_CFG, new EsqlFunctionRegistry(), getIndexResult, EsqlTestUtils.emptyPolicyResolution()), + new AnalyzerContext( + EsqlTestUtils.TEST_CFG, + new EsqlFunctionRegistry(), + getIndexResult, + emptyPolicyResolution(), + emptyInferenceResolution() + ), TEST_VERIFIER ); } @@ -449,7 +457,13 @@ public void testSparseDocument() throws Exception { var logicalOptimizer = new LogicalPlanOptimizer(unboundLogicalOptimizerContext()); var analyzer = new Analyzer( - new AnalyzerContext(EsqlTestUtils.TEST_CFG, new EsqlFunctionRegistry(), getIndexResult, EsqlTestUtils.emptyPolicyResolution()), + new AnalyzerContext( + EsqlTestUtils.TEST_CFG, + new EsqlFunctionRegistry(), + getIndexResult, + emptyPolicyResolution(), + emptyInferenceResolution() + ), TEST_VERIFIER ); diff --git a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/LocalPhysicalPlanOptimizerTests.java b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/LocalPhysicalPlanOptimizerTests.java index ba996519b307f..b4e8df78d2963 100644 --- a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/LocalPhysicalPlanOptimizerTests.java +++ b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/LocalPhysicalPlanOptimizerTests.java @@ -101,6 +101,7 @@ import static org.elasticsearch.index.query.QueryBuilders.termsQuery; import static org.elasticsearch.xpack.esql.EsqlTestUtils.as; import static org.elasticsearch.xpack.esql.EsqlTestUtils.configuration; +import static org.elasticsearch.xpack.esql.EsqlTestUtils.emptyInferenceResolution; import static org.elasticsearch.xpack.esql.EsqlTestUtils.loadMapping; import static org.elasticsearch.xpack.esql.EsqlTestUtils.unboundLogicalOptimizerContext; import static org.elasticsearch.xpack.esql.EsqlTestUtils.withDefaultLimitWarning; @@ -184,7 +185,7 @@ private Analyzer makeAnalyzer(String mappingFileName, EnrichResolution enrichRes IndexResolution getIndexResult = IndexResolution.valid(test); return new Analyzer( - new AnalyzerContext(config, new EsqlFunctionRegistry(), getIndexResult, enrichResolution), + new AnalyzerContext(config, new EsqlFunctionRegistry(), getIndexResult, enrichResolution, emptyInferenceResolution()), new Verifier(new Metrics(new EsqlFunctionRegistry()), new XPackLicenseState(() -> 0L)) ); } diff --git a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/LogicalPlanOptimizerTests.java b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/LogicalPlanOptimizerTests.java index 4a5c3381351e9..b514d51d5ca02 100644 --- a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/LogicalPlanOptimizerTests.java +++ b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/LogicalPlanOptimizerTests.java @@ -155,6 +155,7 @@ import static org.elasticsearch.xpack.esql.EsqlTestUtils.TWO; import static org.elasticsearch.xpack.esql.EsqlTestUtils.as; import static org.elasticsearch.xpack.esql.EsqlTestUtils.asLimit; +import static org.elasticsearch.xpack.esql.EsqlTestUtils.emptyInferenceResolution; import static org.elasticsearch.xpack.esql.EsqlTestUtils.emptySource; import static org.elasticsearch.xpack.esql.EsqlTestUtils.fieldAttribute; import static org.elasticsearch.xpack.esql.EsqlTestUtils.getFieldAttribute; @@ -248,7 +249,8 @@ public static void init() { new EsqlFunctionRegistry(), getIndexResult, defaultLookupResolution(), - enrichResolution + enrichResolution, + emptyInferenceResolution() ), TEST_VERIFIER ); @@ -258,7 +260,13 @@ public static void init() { EsIndex airports = new EsIndex("airports", mappingAirports, Map.of("airports", IndexMode.STANDARD)); IndexResolution getIndexResultAirports = IndexResolution.valid(airports); analyzerAirports = new Analyzer( - new AnalyzerContext(EsqlTestUtils.TEST_CFG, new EsqlFunctionRegistry(), getIndexResultAirports, enrichResolution), + new AnalyzerContext( + EsqlTestUtils.TEST_CFG, + new EsqlFunctionRegistry(), + getIndexResultAirports, + enrichResolution, + emptyInferenceResolution() + ), TEST_VERIFIER ); @@ -267,7 +275,13 @@ public static void init() { EsIndex types = new EsIndex("types", mappingTypes, Map.of("types", IndexMode.STANDARD)); IndexResolution getIndexResultTypes = IndexResolution.valid(types); analyzerTypes = new Analyzer( - new AnalyzerContext(EsqlTestUtils.TEST_CFG, new EsqlFunctionRegistry(), getIndexResultTypes, enrichResolution), + new AnalyzerContext( + EsqlTestUtils.TEST_CFG, + new EsqlFunctionRegistry(), + getIndexResultTypes, + enrichResolution, + emptyInferenceResolution() + ), TEST_VERIFIER ); @@ -276,14 +290,26 @@ public static void init() { EsIndex extra = new EsIndex("extra", mappingExtra, Map.of("extra", IndexMode.STANDARD)); IndexResolution getIndexResultExtra = IndexResolution.valid(extra); analyzerExtra = new Analyzer( - new AnalyzerContext(EsqlTestUtils.TEST_CFG, new EsqlFunctionRegistry(), getIndexResultExtra, enrichResolution), + new AnalyzerContext( + EsqlTestUtils.TEST_CFG, + new EsqlFunctionRegistry(), + getIndexResultExtra, + enrichResolution, + emptyInferenceResolution() + ), TEST_VERIFIER ); metricMapping = loadMapping("k8s-mappings.json"); var metricsIndex = IndexResolution.valid(new EsIndex("k8s", metricMapping, Map.of("k8s", IndexMode.TIME_SERIES))); metricsAnalyzer = new Analyzer( - new AnalyzerContext(EsqlTestUtils.TEST_CFG, new EsqlFunctionRegistry(), metricsIndex, enrichResolution), + new AnalyzerContext( + EsqlTestUtils.TEST_CFG, + new EsqlFunctionRegistry(), + metricsIndex, + enrichResolution, + emptyInferenceResolution() + ), TEST_VERIFIER ); @@ -298,7 +324,13 @@ public static void init() { ) ); multiIndexAnalyzer = new Analyzer( - new AnalyzerContext(EsqlTestUtils.TEST_CFG, new EsqlFunctionRegistry(), multiIndex, enrichResolution), + new AnalyzerContext( + EsqlTestUtils.TEST_CFG, + new EsqlFunctionRegistry(), + multiIndex, + enrichResolution, + emptyInferenceResolution() + ), TEST_VERIFIER ); } @@ -5268,7 +5300,13 @@ public void testEmptyMappingIndex() { EsIndex empty = new EsIndex("empty_test", emptyMap(), Map.of()); IndexResolution getIndexResultAirports = IndexResolution.valid(empty); var analyzer = new Analyzer( - new AnalyzerContext(EsqlTestUtils.TEST_CFG, new EsqlFunctionRegistry(), getIndexResultAirports, enrichResolution), + new AnalyzerContext( + EsqlTestUtils.TEST_CFG, + new EsqlFunctionRegistry(), + getIndexResultAirports, + enrichResolution, + emptyInferenceResolution() + ), TEST_VERIFIER ); diff --git a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/PhysicalPlanOptimizerTests.java b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/PhysicalPlanOptimizerTests.java index 2af859bfabc31..19e449d04f6ba 100644 --- a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/PhysicalPlanOptimizerTests.java +++ b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/PhysicalPlanOptimizerTests.java @@ -164,6 +164,7 @@ import static org.elasticsearch.xpack.esql.EsqlTestUtils.TEST_VERIFIER; import static org.elasticsearch.xpack.esql.EsqlTestUtils.as; import static org.elasticsearch.xpack.esql.EsqlTestUtils.configuration; +import static org.elasticsearch.xpack.esql.EsqlTestUtils.emptyInferenceResolution; import static org.elasticsearch.xpack.esql.EsqlTestUtils.loadMapping; import static org.elasticsearch.xpack.esql.EsqlTestUtils.statsForMissingField; import static org.elasticsearch.xpack.esql.EsqlTestUtils.unboundLogicalOptimizerContext; @@ -356,7 +357,7 @@ TestDataSource makeTestDataSource( EsIndex index = new EsIndex(indexName, mapping, Map.of("test", IndexMode.STANDARD)); IndexResolution getIndexResult = IndexResolution.valid(index); Analyzer analyzer = new Analyzer( - new AnalyzerContext(config, functionRegistry, getIndexResult, lookupResolution, enrichResolution), + new AnalyzerContext(config, functionRegistry, getIndexResult, lookupResolution, enrichResolution, emptyInferenceResolution()), TEST_VERIFIER ); return new TestDataSource(mapping, index, analyzer, stats); @@ -7673,6 +7674,7 @@ private LocalExecutionPlanner.LocalExecutionPlan physicalOperationsFromPhysicalP () -> exchangeSinkHandler.createExchangeSink(() -> {}), null, null, + null, new EsPhysicalOperationProviders(FoldContext.small(), List.of(), null), List.of() ); diff --git a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/rules/logical/PropagateInlineEvalsTests.java b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/rules/logical/PropagateInlineEvalsTests.java index 8f2063146cabd..82e8da3ddef78 100644 --- a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/rules/logical/PropagateInlineEvalsTests.java +++ b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/rules/logical/PropagateInlineEvalsTests.java @@ -40,6 +40,7 @@ import static org.elasticsearch.xpack.esql.EsqlTestUtils.as; import static org.elasticsearch.xpack.esql.EsqlTestUtils.loadMapping; import static org.elasticsearch.xpack.esql.EsqlTestUtils.withDefaultLimitWarning; +import static org.elasticsearch.xpack.esql.analysis.AnalyzerTestUtils.defaultInferenceResolution; import static org.elasticsearch.xpack.esql.analysis.AnalyzerTestUtils.defaultLookupResolution; import static org.hamcrest.Matchers.contains; import static org.hamcrest.Matchers.hasSize; @@ -63,7 +64,8 @@ public static void init() { new EsqlFunctionRegistry(), getIndexResult, defaultLookupResolution(), - new EnrichResolution() + new EnrichResolution(), + defaultInferenceResolution() ), TEST_VERIFIER ); diff --git a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/parser/GrammarInDevelopmentParsingTests.java b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/parser/GrammarInDevelopmentParsingTests.java index 564a88cc8a7e9..25754684bf4f3 100644 --- a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/parser/GrammarInDevelopmentParsingTests.java +++ b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/parser/GrammarInDevelopmentParsingTests.java @@ -30,6 +30,10 @@ public void testDevelopmentMatch() throws Exception { parse("row a = 1 | match foo", "match"); } + public void testDevelopmentRerank() { + parse("row a = 1 | rerank \"foo\" ON title WITH reranker", "rerank"); + } + void parse(String query, String errorMessage) { ParsingException pe = expectThrows(ParsingException.class, () -> parser().createStatement(query)); assertThat(pe.getMessage(), containsString("mismatched input '" + errorMessage + "'")); diff --git a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/parser/StatementParserTests.java b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/parser/StatementParserTests.java index 515564052e79b..f3f68b484124b 100644 --- a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/parser/StatementParserTests.java +++ b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/parser/StatementParserTests.java @@ -64,6 +64,7 @@ import org.elasticsearch.xpack.esql.plan.logical.RrfScoreEval; import org.elasticsearch.xpack.esql.plan.logical.TimeSeriesAggregate; import org.elasticsearch.xpack.esql.plan.logical.UnresolvedRelation; +import org.elasticsearch.xpack.esql.plan.logical.inference.Rerank; import org.elasticsearch.xpack.esql.plan.logical.join.JoinTypes; import org.elasticsearch.xpack.esql.plan.logical.join.LookupJoin; @@ -3332,6 +3333,87 @@ public void testPreserveParanthesis() { expectError("explain [row x = 1", "line 1:19: missing ']' at ''"); } + public void testRerankSingleField() { + assumeTrue("RERANK requires corresponding capability", EsqlCapabilities.Cap.RERANK.isEnabled()); + + var plan = processingCommand("RERANK \"query text\" ON title WITH inferenceID"); + var rerank = as(plan, Rerank.class); + + assertThat(rerank.queryText(), equalTo(literalString("query text"))); + assertThat(rerank.inferenceId(), equalTo(literalString("inferenceID"))); + assertThat(rerank.rerankFields(), equalTo(List.of(alias("title", attribute("title"))))); + } + + public void testRerankMultipleFields() { + assumeTrue("RERANK requires corresponding capability", EsqlCapabilities.Cap.RERANK.isEnabled()); + + var plan = processingCommand("RERANK \"query text\" ON title, description, authors_renamed=authors WITH inferenceID"); + var rerank = as(plan, Rerank.class); + + assertThat(rerank.queryText(), equalTo(literalString("query text"))); + assertThat(rerank.inferenceId(), equalTo(literalString("inferenceID"))); + assertThat( + rerank.rerankFields(), + equalTo( + List.of( + alias("title", attribute("title")), + alias("description", attribute("description")), + alias("authors_renamed", attribute("authors")) + ) + ) + ); + } + + public void testRerankComputedFields() { + assumeTrue("RERANK requires corresponding capability", EsqlCapabilities.Cap.RERANK.isEnabled()); + + var plan = processingCommand("RERANK \"query text\" ON title, short_description = SUBSTRING(description, 0, 100) WITH inferenceID"); + var rerank = as(plan, Rerank.class); + + assertThat(rerank.queryText(), equalTo(literalString("query text"))); + assertThat(rerank.inferenceId(), equalTo(literalString("inferenceID"))); + assertThat( + rerank.rerankFields(), + equalTo( + List.of( + alias("title", attribute("title")), + alias("short_description", function("SUBSTRING", List.of(attribute("description"), integer(0), integer(100)))) + ) + ) + ); + } + + public void testRerankWithPositionalParameters() { + assumeTrue("RERANK requires corresponding capability", EsqlCapabilities.Cap.RERANK.isEnabled()); + + var queryParams = new QueryParams(List.of(paramAsConstant(null, "query text"), paramAsConstant(null, "reranker"))); + var rerank = as(parser.createStatement("row a = 1 | RERANK ? ON title WITH ?", queryParams), Rerank.class); + + assertThat(rerank.queryText(), equalTo(literalString("query text"))); + assertThat(rerank.inferenceId(), equalTo(literalString("reranker"))); + assertThat(rerank.rerankFields(), equalTo(List.of(alias("title", attribute("title"))))); + } + + public void testRerankWithNamedParameters() { + assumeTrue("RERANK requires corresponding capability", EsqlCapabilities.Cap.RERANK.isEnabled()); + + var queryParams = new QueryParams(List.of(paramAsConstant("queryText", "query text"), paramAsConstant("inferenceId", "reranker"))); + var rerank = as(parser.createStatement("row a = 1 | RERANK ?queryText ON title WITH ?inferenceId", queryParams), Rerank.class); + + assertThat(rerank.queryText(), equalTo(literalString("query text"))); + assertThat(rerank.inferenceId(), equalTo(literalString("reranker"))); + assertThat(rerank.rerankFields(), equalTo(List.of(alias("title", attribute("title"))))); + } + + public void testInvalidRerank() { + assumeTrue("RERANK requires corresponding capability", EsqlCapabilities.Cap.RERANK.isEnabled()); + expectError("FROM foo* | RERANK ON title WITH inferenceId", "line 1:20: mismatched input 'ON' expecting {QUOTED_STRING"); + + expectError("FROM foo* | RERANK \"query text\" WITH inferenceId", "line 1:33: mismatched input 'WITH' expecting 'on'"); + + expectError("FROM foo* | RERANK \"query text\" ON title", "line 1:41: mismatched input '' expecting {'and',"); + } + static Alias alias(String name, Expression value) { return new Alias(EMPTY, name, value); } diff --git a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/plan/logical/inference/RerankSerializationTests.java b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/plan/logical/inference/RerankSerializationTests.java new file mode 100644 index 0000000000000..1bb8bab502f92 --- /dev/null +++ b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/plan/logical/inference/RerankSerializationTests.java @@ -0,0 +1,66 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +package org.elasticsearch.xpack.esql.plan.logical.inference; + +import org.elasticsearch.xpack.esql.core.expression.Alias; +import org.elasticsearch.xpack.esql.core.expression.Attribute; +import org.elasticsearch.xpack.esql.core.expression.Expression; +import org.elasticsearch.xpack.esql.core.expression.Literal; +import org.elasticsearch.xpack.esql.core.expression.MetadataAttribute; +import org.elasticsearch.xpack.esql.core.tree.Source; +import org.elasticsearch.xpack.esql.core.type.DataType; +import org.elasticsearch.xpack.esql.expression.AliasTests; +import org.elasticsearch.xpack.esql.plan.logical.AbstractLogicalPlanSerializationTests; +import org.elasticsearch.xpack.esql.plan.logical.LogicalPlan; + +import java.io.IOException; +import java.util.List; + +import static org.elasticsearch.xpack.esql.core.tree.Source.EMPTY; + +public class RerankSerializationTests extends AbstractLogicalPlanSerializationTests { + @Override + protected Rerank createTestInstance() { + Source source = randomSource(); + LogicalPlan child = randomChild(0); + return new Rerank(source, child, string(randomIdentifier()), string(randomIdentifier()), randomFields(), scoreAttribute()); + } + + @Override + protected Rerank mutateInstance(Rerank instance) throws IOException { + LogicalPlan child = instance.child(); + Expression inferenceId = instance.inferenceId(); + Expression queryText = instance.queryText(); + List fields = instance.rerankFields(); + + switch (between(0, 3)) { + case 0 -> child = randomValueOtherThan(child, () -> randomChild(0)); + case 1 -> inferenceId = randomValueOtherThan(inferenceId, () -> string(RerankSerializationTests.randomIdentifier())); + case 2 -> queryText = randomValueOtherThan(queryText, () -> string(RerankSerializationTests.randomIdentifier())); + case 3 -> fields = randomValueOtherThan(fields, this::randomFields); + } + return new Rerank(instance.source(), child, inferenceId, queryText, fields, instance.scoreAttribute()); + } + + @Override + protected boolean alwaysEmptySource() { + return true; + } + + private List randomFields() { + return randomList(0, 10, AliasTests::randomAlias); + } + + private Literal string(String value) { + return new Literal(EMPTY, value, DataType.KEYWORD); + } + + private Attribute scoreAttribute() { + return new MetadataAttribute(EMPTY, MetadataAttribute.SCORE, DataType.DOUBLE, randomBoolean()); + } +} diff --git a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/plan/physical/inference/RerankExecSerializationTests.java b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/plan/physical/inference/RerankExecSerializationTests.java new file mode 100644 index 0000000000000..ecdbb1a1b4fd0 --- /dev/null +++ b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/plan/physical/inference/RerankExecSerializationTests.java @@ -0,0 +1,66 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +package org.elasticsearch.xpack.esql.plan.physical.inference; + +import org.elasticsearch.xpack.esql.core.expression.Alias; +import org.elasticsearch.xpack.esql.core.expression.Attribute; +import org.elasticsearch.xpack.esql.core.expression.Expression; +import org.elasticsearch.xpack.esql.core.expression.Literal; +import org.elasticsearch.xpack.esql.core.expression.MetadataAttribute; +import org.elasticsearch.xpack.esql.core.tree.Source; +import org.elasticsearch.xpack.esql.core.type.DataType; +import org.elasticsearch.xpack.esql.expression.AliasTests; +import org.elasticsearch.xpack.esql.plan.physical.AbstractPhysicalPlanSerializationTests; +import org.elasticsearch.xpack.esql.plan.physical.PhysicalPlan; + +import java.io.IOException; +import java.util.List; + +import static org.elasticsearch.xpack.esql.core.tree.Source.EMPTY; + +public class RerankExecSerializationTests extends AbstractPhysicalPlanSerializationTests { + @Override + protected RerankExec createTestInstance() { + Source source = randomSource(); + PhysicalPlan child = randomChild(0); + return new RerankExec(source, child, string(randomIdentifier()), string(randomIdentifier()), randomFields(), scoreAttribute()); + } + + @Override + protected RerankExec mutateInstance(RerankExec instance) throws IOException { + PhysicalPlan child = instance.child(); + Expression inferenceId = instance.inferenceId(); + Expression queryText = instance.queryText(); + List fields = instance.rerankFields(); + + switch (between(0, 3)) { + case 0 -> child = randomValueOtherThan(child, () -> randomChild(0)); + case 1 -> inferenceId = randomValueOtherThan(inferenceId, () -> string(RerankExecSerializationTests.randomIdentifier())); + case 2 -> queryText = randomValueOtherThan(queryText, () -> string(RerankExecSerializationTests.randomIdentifier())); + case 3 -> fields = randomValueOtherThan(fields, this::randomFields); + } + return new RerankExec(instance.source(), child, inferenceId, queryText, fields, scoreAttribute()); + } + + @Override + protected boolean alwaysEmptySource() { + return true; + } + + private List randomFields() { + return randomList(0, 10, AliasTests::randomAlias); + } + + static Literal string(String value) { + return new Literal(EMPTY, value, DataType.KEYWORD); + } + + private Attribute scoreAttribute() { + return new MetadataAttribute(EMPTY, MetadataAttribute.SCORE, DataType.DOUBLE, randomBoolean()); + } +} diff --git a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/planner/FilterTests.java b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/planner/FilterTests.java index 4c1b009e847ed..04d2cac31af55 100644 --- a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/planner/FilterTests.java +++ b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/planner/FilterTests.java @@ -50,6 +50,7 @@ import static org.elasticsearch.index.query.QueryBuilders.rangeQuery; import static org.elasticsearch.xpack.esql.ConfigurationTestUtils.randomConfiguration; import static org.elasticsearch.xpack.esql.EsqlTestUtils.TEST_VERIFIER; +import static org.elasticsearch.xpack.esql.EsqlTestUtils.emptyInferenceResolution; import static org.elasticsearch.xpack.esql.EsqlTestUtils.loadMapping; import static org.elasticsearch.xpack.esql.EsqlTestUtils.unboundLogicalOptimizerContext; import static org.elasticsearch.xpack.esql.EsqlTestUtils.withDefaultLimitWarning; @@ -84,7 +85,13 @@ public static void init() { mapper = new Mapper(); analyzer = new Analyzer( - new AnalyzerContext(EsqlTestUtils.TEST_CFG, new EsqlFunctionRegistry(), getIndexResult, EsqlTestUtils.emptyPolicyResolution()), + new AnalyzerContext( + EsqlTestUtils.TEST_CFG, + new EsqlFunctionRegistry(), + getIndexResult, + EsqlTestUtils.emptyPolicyResolution(), + emptyInferenceResolution() + ), TEST_VERIFIER ); } diff --git a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/planner/LocalExecutionPlannerTests.java b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/planner/LocalExecutionPlannerTests.java index 6a7571d6964c9..e07f6bc51e286 100644 --- a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/planner/LocalExecutionPlannerTests.java +++ b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/planner/LocalExecutionPlannerTests.java @@ -232,6 +232,7 @@ private LocalExecutionPlanner planner() throws IOException { null, null, null, + null, esPhysicalOperationProviders(shardContexts), shardContexts ); diff --git a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/planner/QueryTranslatorTests.java b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/planner/QueryTranslatorTests.java index 64f073310d3e6..02b108dcf6adb 100644 --- a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/planner/QueryTranslatorTests.java +++ b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/planner/QueryTranslatorTests.java @@ -13,7 +13,6 @@ import org.elasticsearch.xpack.esql.EsqlTestUtils; import org.elasticsearch.xpack.esql.analysis.Analyzer; import org.elasticsearch.xpack.esql.analysis.AnalyzerContext; -import org.elasticsearch.xpack.esql.analysis.EnrichResolution; import org.elasticsearch.xpack.esql.analysis.Verifier; import org.elasticsearch.xpack.esql.expression.function.EsqlFunctionRegistry; import org.elasticsearch.xpack.esql.index.EsIndex; @@ -28,6 +27,8 @@ import java.util.List; import java.util.Map; +import static org.elasticsearch.xpack.esql.EsqlTestUtils.emptyInferenceResolution; +import static org.elasticsearch.xpack.esql.EsqlTestUtils.emptyPolicyResolution; import static org.elasticsearch.xpack.esql.EsqlTestUtils.loadMapping; import static org.elasticsearch.xpack.esql.EsqlTestUtils.withDefaultLimitWarning; import static org.hamcrest.Matchers.containsString; @@ -46,7 +47,13 @@ private static Analyzer makeAnalyzer(String mappingFileName) { IndexResolution getIndexResult = IndexResolution.valid(test); return new Analyzer( - new AnalyzerContext(EsqlTestUtils.TEST_CFG, new EsqlFunctionRegistry(), getIndexResult, new EnrichResolution()), + new AnalyzerContext( + EsqlTestUtils.TEST_CFG, + new EsqlFunctionRegistry(), + getIndexResult, + emptyPolicyResolution(), + emptyInferenceResolution() + ), new Verifier(new Metrics(new EsqlFunctionRegistry()), new XPackLicenseState(() -> 0L)) ); } diff --git a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/plugin/ClusterRequestTests.java b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/plugin/ClusterRequestTests.java index e58824290c49e..9b7615d0cc37e 100644 --- a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/plugin/ClusterRequestTests.java +++ b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/plugin/ClusterRequestTests.java @@ -39,6 +39,7 @@ import static org.elasticsearch.xpack.esql.ConfigurationTestUtils.randomConfiguration; import static org.elasticsearch.xpack.esql.ConfigurationTestUtils.randomTables; import static org.elasticsearch.xpack.esql.EsqlTestUtils.TEST_VERIFIER; +import static org.elasticsearch.xpack.esql.EsqlTestUtils.emptyInferenceResolution; import static org.elasticsearch.xpack.esql.EsqlTestUtils.emptyPolicyResolution; import static org.elasticsearch.xpack.esql.EsqlTestUtils.loadMapping; import static org.elasticsearch.xpack.esql.EsqlTestUtils.unboundLogicalOptimizerContext; @@ -191,7 +192,13 @@ static LogicalPlan parse(String query) { IndexResolution getIndexResult = IndexResolution.valid(test); var logicalOptimizer = new LogicalPlanOptimizer(unboundLogicalOptimizerContext()); var analyzer = new Analyzer( - new AnalyzerContext(EsqlTestUtils.TEST_CFG, new EsqlFunctionRegistry(), getIndexResult, emptyPolicyResolution()), + new AnalyzerContext( + EsqlTestUtils.TEST_CFG, + new EsqlFunctionRegistry(), + getIndexResult, + emptyPolicyResolution(), + emptyInferenceResolution() + ), TEST_VERIFIER ); return logicalOptimizer.optimize(analyzer.analyze(new EsqlParser().createStatement(query))); diff --git a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/plugin/DataNodeRequestSerializationTests.java b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/plugin/DataNodeRequestSerializationTests.java index fac3495697da8..abf9b527f008d 100644 --- a/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/plugin/DataNodeRequestSerializationTests.java +++ b/x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/plugin/DataNodeRequestSerializationTests.java @@ -44,6 +44,7 @@ import static org.elasticsearch.xpack.esql.ConfigurationTestUtils.randomTables; import static org.elasticsearch.xpack.esql.EsqlTestUtils.TEST_CFG; import static org.elasticsearch.xpack.esql.EsqlTestUtils.TEST_VERIFIER; +import static org.elasticsearch.xpack.esql.EsqlTestUtils.emptyInferenceResolution; import static org.elasticsearch.xpack.esql.EsqlTestUtils.emptyPolicyResolution; import static org.elasticsearch.xpack.esql.EsqlTestUtils.loadMapping; import static org.elasticsearch.xpack.esql.EsqlTestUtils.withDefaultLimitWarning; @@ -292,7 +293,13 @@ static LogicalPlan parse(String query) { IndexResolution getIndexResult = IndexResolution.valid(test); var logicalOptimizer = new LogicalPlanOptimizer(new LogicalOptimizerContext(TEST_CFG, FoldContext.small())); var analyzer = new Analyzer( - new AnalyzerContext(EsqlTestUtils.TEST_CFG, new EsqlFunctionRegistry(), getIndexResult, emptyPolicyResolution()), + new AnalyzerContext( + EsqlTestUtils.TEST_CFG, + new EsqlFunctionRegistry(), + getIndexResult, + emptyPolicyResolution(), + emptyInferenceResolution() + ), TEST_VERIFIER ); return logicalOptimizer.optimize(analyzer.analyze(new EsqlParser().createStatement(query))); diff --git a/x-pack/plugin/inference/qa/test-service-plugin/src/main/java/org/elasticsearch/xpack/inference/mock/AbstractTestInferenceService.java b/x-pack/plugin/inference/qa/test-service-plugin/src/main/java/org/elasticsearch/xpack/inference/mock/AbstractTestInferenceService.java index 7d4a120668a8b..34e2af8034527 100644 --- a/x-pack/plugin/inference/qa/test-service-plugin/src/main/java/org/elasticsearch/xpack/inference/mock/AbstractTestInferenceService.java +++ b/x-pack/plugin/inference/qa/test-service-plugin/src/main/java/org/elasticsearch/xpack/inference/mock/AbstractTestInferenceService.java @@ -86,7 +86,7 @@ public TestServiceModel parsePersistedConfigWithSecrets( var secretSettings = TestSecretSettings.fromMap(secretSettingsMap); var taskSettingsMap = getTaskSettingsMap(config); - var taskSettings = TestTaskSettings.fromMap(taskSettingsMap); + var taskSettings = getTasksSettingsFromMap(taskSettingsMap); return new TestServiceModel(modelId, taskType, name(), serviceSettings, taskSettings, secretSettings); } @@ -99,11 +99,15 @@ public Model parsePersistedConfig(String modelId, TaskType taskType, Map taskSettingsMap) { + return TestTaskSettings.fromMap(taskSettingsMap); + } + protected abstract ServiceSettings getServiceSettingsFromMap(Map serviceSettingsMap); @Override @@ -149,15 +153,15 @@ public TestServiceModel( TaskType taskType, String service, ServiceSettings serviceSettings, - TestTaskSettings taskSettings, + TaskSettings taskSettings, TestSecretSettings secretSettings ) { super(new ModelConfigurations(modelId, taskType, service, serviceSettings, taskSettings), new ModelSecrets(secretSettings)); } @Override - public TestTaskSettings getTaskSettings() { - return (TestTaskSettings) super.getTaskSettings(); + public TaskSettings getTaskSettings() { + return super.getTaskSettings(); } @Override diff --git a/x-pack/plugin/inference/qa/test-service-plugin/src/main/java/org/elasticsearch/xpack/inference/mock/TestInferenceServicePlugin.java b/x-pack/plugin/inference/qa/test-service-plugin/src/main/java/org/elasticsearch/xpack/inference/mock/TestInferenceServicePlugin.java index eef0da909f529..1d04aab022f91 100644 --- a/x-pack/plugin/inference/qa/test-service-plugin/src/main/java/org/elasticsearch/xpack/inference/mock/TestInferenceServicePlugin.java +++ b/x-pack/plugin/inference/qa/test-service-plugin/src/main/java/org/elasticsearch/xpack/inference/mock/TestInferenceServicePlugin.java @@ -45,6 +45,11 @@ public List getNamedWriteables() { TestRerankingServiceExtension.TestServiceSettings.NAME, TestRerankingServiceExtension.TestServiceSettings::new ), + new NamedWriteableRegistry.Entry( + TaskSettings.class, + TestRerankingServiceExtension.TestTaskSettings.NAME, + TestRerankingServiceExtension.TestTaskSettings::new + ), new NamedWriteableRegistry.Entry( ServiceSettings.class, TestStreamingCompletionServiceExtension.TestServiceSettings.NAME, diff --git a/x-pack/plugin/inference/qa/test-service-plugin/src/main/java/org/elasticsearch/xpack/inference/mock/TestRerankingServiceExtension.java b/x-pack/plugin/inference/qa/test-service-plugin/src/main/java/org/elasticsearch/xpack/inference/mock/TestRerankingServiceExtension.java index 989726443ecf4..b496ea783c002 100644 --- a/x-pack/plugin/inference/qa/test-service-plugin/src/main/java/org/elasticsearch/xpack/inference/mock/TestRerankingServiceExtension.java +++ b/x-pack/plugin/inference/qa/test-service-plugin/src/main/java/org/elasticsearch/xpack/inference/mock/TestRerankingServiceExtension.java @@ -27,6 +27,7 @@ import org.elasticsearch.inference.ModelSecrets; import org.elasticsearch.inference.ServiceSettings; import org.elasticsearch.inference.SettingsConfiguration; +import org.elasticsearch.inference.TaskSettings; import org.elasticsearch.inference.TaskType; import org.elasticsearch.inference.UnifiedCompletionRequest; import org.elasticsearch.inference.configuration.SettingsConfigurationFieldType; @@ -43,6 +44,8 @@ import java.util.List; import java.util.Map; +import static org.elasticsearch.xpack.inference.mock.AbstractTestInferenceService.random; + public class TestRerankingServiceExtension implements InferenceServiceExtension { @Override @@ -84,11 +87,15 @@ public void parseRequestConfig( var secretSettings = TestSecretSettings.fromMap(serviceSettingsMap); var taskSettingsMap = getTaskSettingsMap(config); - var taskSettings = TestTaskSettings.fromMap(taskSettingsMap); + var taskSettings = TestRerankingServiceExtension.TestTaskSettings.fromMap(taskSettingsMap); parsedModelListener.onResponse(new TestServiceModel(modelId, taskType, name(), serviceSettings, taskSettings, secretSettings)); } + protected TaskSettings getTasksSettingsFromMap(Map taskSettingsMap) { + return TestRerankingServiceExtension.TestTaskSettings.fromMap(taskSettingsMap); + } + @Override public InferenceServiceConfiguration getConfiguration() { return Configuration.get(); @@ -107,13 +114,15 @@ public void infer( @Nullable Integer topN, List input, boolean stream, - Map taskSettings, + Map taskSettingsMap, InputType inputType, TimeValue timeout, ActionListener listener ) { + TaskSettings taskSettings = model.getTaskSettings().updatedTaskSettings(taskSettingsMap); + switch (model.getConfigurations().getTaskType()) { - case ANY, RERANK -> listener.onResponse(makeResults(input)); + case ANY, RERANK -> listener.onResponse(makeResults(input, (TestRerankingServiceExtension.TestTaskSettings) taskSettings)); default -> listener.onFailure( new ElasticsearchStatusException( TaskType.unsupportedTaskTypeErrorMsg(model.getConfigurations().getTaskType(), name()), @@ -151,7 +160,7 @@ public void chunkedInfer( ); } - private RankedDocsResults makeResults(List input) { + private RankedDocsResults makeResults(List input, TestRerankingServiceExtension.TestTaskSettings taskSettings) { int totalResults = input.size(); try { List results = new ArrayList<>(); @@ -161,17 +170,19 @@ private RankedDocsResults makeResults(List input) { return new RankedDocsResults(results.stream().sorted(Comparator.reverseOrder()).toList()); } catch (NumberFormatException ex) { List results = new ArrayList<>(); - float minScore = random.nextFloat(-1f, 1f); - float resultDiff = 0.2f; + + float minScore = taskSettings.minScore(); + float resultDiff = taskSettings.resultDiff(); for (int i = 0; i < input.size(); i++) { - results.add( - new RankedDocsResults.RankedDoc( - totalResults - 1 - i, - minScore + resultDiff * (totalResults - i), - input.get(totalResults - 1 - i) - ) - ); + float relevanceScore = minScore + resultDiff * (totalResults - i); + String inputText = input.get(totalResults - 1 - i); + if (taskSettings.useTextLength()) { + relevanceScore = 1f / inputText.length(); + } + results.add(new RankedDocsResults.RankedDoc(totalResults - 1 - i, relevanceScore, inputText)); } + // Ensure result are sorted by descending score + results.sort((a, b) -> -Float.compare(a.relevanceScore(), b.relevanceScore())); return new RankedDocsResults(results); } } @@ -208,6 +219,77 @@ public static InferenceServiceConfiguration get() { } } + public record TestTaskSettings(boolean useTextLength, float minScore, float resultDiff) implements TaskSettings { + + static final String NAME = "test_reranking_task_settings"; + + public static TestTaskSettings fromMap(Map map) { + boolean useTextLength = false; + float minScore = random.nextFloat(-1f, 1f); + float resultDiff = 0.2f; + + if (map.containsKey("use_text_length")) { + useTextLength = Boolean.parseBoolean(map.remove("use_text_length").toString()); + } + + if (map.containsKey("min_score")) { + minScore = Float.parseFloat(map.remove("min_score").toString()); + } + + if (map.containsKey("result_diff")) { + resultDiff = Float.parseFloat(map.remove("result_diff").toString()); + } + + return new TestTaskSettings(useTextLength, minScore, resultDiff); + } + + public TestTaskSettings(StreamInput in) throws IOException { + this(in.readBoolean(), in.readFloat(), in.readFloat()); + } + + @Override + public boolean isEmpty() { + return false; + } + + @Override + public void writeTo(StreamOutput out) throws IOException { + out.writeBoolean(useTextLength); + out.writeFloat(minScore); + out.writeFloat(resultDiff); + } + + @Override + public XContentBuilder toXContent(XContentBuilder builder, Params params) throws IOException { + builder.startObject(); + builder.field("use_text_length", useTextLength); + builder.field("min_score", minScore); + builder.field("result_diff", resultDiff); + builder.endObject(); + return builder; + } + + @Override + public String getWriteableName() { + return NAME; + } + + @Override + public TransportVersion getMinimalSupportedVersion() { + return TransportVersion.current(); // fine for these tests but will not work for cluster upgrade tests + } + + @Override + public TaskSettings updatedTaskSettings(Map newSettingsMap) { + TestTaskSettings newSettingsObject = fromMap(Map.copyOf(newSettingsMap)); + return new TestTaskSettings( + newSettingsMap.containsKey("use_text_length") ? newSettingsObject.useTextLength() : useTextLength, + newSettingsMap.containsKey("min_score") ? newSettingsObject.minScore() : minScore, + newSettingsMap.containsKey("result_diff") ? newSettingsObject.resultDiff() : resultDiff + ); + } + } + public record TestServiceSettings(String modelId) implements ServiceSettings { static final String NAME = "test_reranking_service_settings";