@elastic/esql 4.3.0 → 4.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/lib/ast/builder/builder.d.ts +7 -2
- package/lib/ast/builder/builder.d.ts.map +1 -1
- package/lib/ast/visitor/contexts.d.ts +5 -1
- package/lib/ast/visitor/contexts.d.ts.map +1 -1
- package/lib/ast/visitor/global_visitor_context.d.ts +3 -1
- package/lib/ast/visitor/global_visitor_context.d.ts.map +1 -1
- package/lib/ast/visitor/types.d.ts +4 -2
- package/lib/ast/visitor/types.d.ts.map +1 -1
- package/lib/ast/visitor/visitor.d.ts.map +1 -1
- package/lib/ast/walker/walker.d.ts +3 -3
- package/lib/ast/walker/walker.d.ts.map +1 -1
- package/lib/composer/composer_query.d.ts +38 -4
- package/lib/composer/composer_query.d.ts.map +1 -1
- package/lib/composer/synth/synth_node.d.ts.map +1 -1
- package/lib/index.js +15072 -13069
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +15070 -13069
- package/lib/index.mjs.map +1 -1
- package/lib/parser/antlr/esql_lexer.d.ts +170 -163
- package/lib/parser/antlr/esql_lexer.d.ts.map +1 -1
- package/lib/parser/antlr/esql_parser.d.ts +238 -191
- package/lib/parser/antlr/esql_parser.d.ts.map +1 -1
- package/lib/parser/antlr/esql_parser_listener.d.ts +33 -0
- package/lib/parser/antlr/esql_parser_listener.d.ts.map +1 -1
- package/lib/parser/core/cst_to_ast_converter.d.ts +2 -0
- package/lib/parser/core/cst_to_ast_converter.d.ts.map +1 -1
- package/lib/parser/core/parser.d.ts +1 -1
- package/lib/parser/core/parser.d.ts.map +1 -1
- package/lib/pretty_print/basic_pretty_printer.d.ts.map +1 -1
- package/lib/pretty_print/wrapping_pretty_printer.d.ts.map +1 -1
- package/lib/types.d.ts +6 -1
- package/lib/types.d.ts.map +1 -1
- package/lib/types.js.map +1 -1
- package/package.json +16 -16
|
@@ -26,157 +26,162 @@ export default class esql_parser extends parser_config {
|
|
|
26
26
|
static readonly TS_INFO = 22;
|
|
27
27
|
static readonly USER_AGENT = 23;
|
|
28
28
|
static readonly TS_COLLAPSE = 24;
|
|
29
|
-
static readonly
|
|
30
|
-
static readonly
|
|
31
|
-
static readonly
|
|
32
|
-
static readonly
|
|
33
|
-
static readonly
|
|
34
|
-
static readonly
|
|
35
|
-
static readonly
|
|
36
|
-
static readonly
|
|
37
|
-
static readonly
|
|
38
|
-
static readonly
|
|
39
|
-
static readonly
|
|
40
|
-
static readonly
|
|
41
|
-
static readonly
|
|
42
|
-
static readonly
|
|
43
|
-
static readonly
|
|
44
|
-
static readonly
|
|
45
|
-
static readonly
|
|
46
|
-
static readonly
|
|
47
|
-
static readonly
|
|
48
|
-
static readonly
|
|
49
|
-
static readonly
|
|
50
|
-
static readonly
|
|
51
|
-
static readonly
|
|
52
|
-
static readonly
|
|
53
|
-
static readonly
|
|
54
|
-
static readonly
|
|
55
|
-
static readonly
|
|
56
|
-
static readonly
|
|
57
|
-
static readonly
|
|
58
|
-
static readonly
|
|
59
|
-
static readonly
|
|
60
|
-
static readonly
|
|
61
|
-
static readonly
|
|
62
|
-
static readonly
|
|
63
|
-
static readonly
|
|
64
|
-
static readonly
|
|
65
|
-
static readonly
|
|
66
|
-
static readonly
|
|
67
|
-
static readonly
|
|
68
|
-
static readonly
|
|
69
|
-
static readonly
|
|
70
|
-
static readonly
|
|
71
|
-
static readonly
|
|
72
|
-
static readonly
|
|
73
|
-
static readonly
|
|
74
|
-
static readonly
|
|
75
|
-
static readonly
|
|
76
|
-
static readonly
|
|
77
|
-
static readonly
|
|
78
|
-
static readonly
|
|
79
|
-
static readonly
|
|
80
|
-
static readonly
|
|
81
|
-
static readonly
|
|
82
|
-
static readonly
|
|
83
|
-
static readonly
|
|
84
|
-
static readonly
|
|
85
|
-
static readonly
|
|
86
|
-
static readonly
|
|
87
|
-
static readonly
|
|
88
|
-
static readonly
|
|
89
|
-
static readonly
|
|
90
|
-
static readonly
|
|
91
|
-
static readonly
|
|
92
|
-
static readonly
|
|
93
|
-
static readonly
|
|
94
|
-
static readonly
|
|
95
|
-
static readonly
|
|
96
|
-
static readonly
|
|
97
|
-
static readonly
|
|
98
|
-
static readonly
|
|
99
|
-
static readonly
|
|
100
|
-
static readonly
|
|
101
|
-
static readonly
|
|
102
|
-
static readonly
|
|
103
|
-
static readonly
|
|
104
|
-
static readonly
|
|
105
|
-
static readonly
|
|
106
|
-
static readonly
|
|
107
|
-
static readonly
|
|
108
|
-
static readonly
|
|
109
|
-
static readonly
|
|
110
|
-
static readonly
|
|
111
|
-
static readonly
|
|
112
|
-
static readonly
|
|
113
|
-
static readonly
|
|
114
|
-
static readonly
|
|
115
|
-
static readonly
|
|
116
|
-
static readonly
|
|
117
|
-
static readonly
|
|
118
|
-
static readonly
|
|
119
|
-
static readonly
|
|
120
|
-
static readonly
|
|
121
|
-
static readonly
|
|
122
|
-
static readonly
|
|
123
|
-
static readonly
|
|
124
|
-
static readonly
|
|
125
|
-
static readonly
|
|
126
|
-
static readonly
|
|
127
|
-
static readonly
|
|
128
|
-
static readonly
|
|
129
|
-
static readonly
|
|
130
|
-
static readonly
|
|
131
|
-
static readonly
|
|
132
|
-
static readonly
|
|
133
|
-
static readonly
|
|
134
|
-
static readonly
|
|
135
|
-
static readonly
|
|
136
|
-
static readonly
|
|
137
|
-
static readonly
|
|
138
|
-
static readonly
|
|
139
|
-
static readonly
|
|
140
|
-
static readonly
|
|
141
|
-
static readonly
|
|
142
|
-
static readonly
|
|
143
|
-
static readonly
|
|
144
|
-
static readonly
|
|
145
|
-
static readonly
|
|
146
|
-
static readonly
|
|
147
|
-
static readonly
|
|
148
|
-
static readonly
|
|
149
|
-
static readonly
|
|
150
|
-
static readonly
|
|
151
|
-
static readonly
|
|
152
|
-
static readonly
|
|
153
|
-
static readonly
|
|
154
|
-
static readonly
|
|
155
|
-
static readonly
|
|
156
|
-
static readonly
|
|
157
|
-
static readonly
|
|
158
|
-
static readonly
|
|
159
|
-
static readonly
|
|
160
|
-
static readonly
|
|
161
|
-
static readonly
|
|
162
|
-
static readonly
|
|
163
|
-
static readonly
|
|
164
|
-
static readonly
|
|
165
|
-
static readonly
|
|
166
|
-
static readonly
|
|
167
|
-
static readonly
|
|
168
|
-
static readonly
|
|
169
|
-
static readonly
|
|
170
|
-
static readonly
|
|
171
|
-
static readonly
|
|
172
|
-
static readonly
|
|
173
|
-
static readonly
|
|
174
|
-
static readonly
|
|
175
|
-
static readonly
|
|
176
|
-
static readonly
|
|
177
|
-
static readonly
|
|
178
|
-
static readonly
|
|
179
|
-
static readonly
|
|
29
|
+
static readonly IP_LOCATION = 25;
|
|
30
|
+
static readonly FROM = 26;
|
|
31
|
+
static readonly TS = 27;
|
|
32
|
+
static readonly DEV_EXTERNAL = 28;
|
|
33
|
+
static readonly FORK = 29;
|
|
34
|
+
static readonly FUSE = 30;
|
|
35
|
+
static readonly DEV_HIGHLIGHT = 31;
|
|
36
|
+
static readonly INLINE = 32;
|
|
37
|
+
static readonly INLINESTATS = 33;
|
|
38
|
+
static readonly JOIN_LOOKUP = 34;
|
|
39
|
+
static readonly DEV_JOIN_FULL = 35;
|
|
40
|
+
static readonly DEV_JOIN_LEFT = 36;
|
|
41
|
+
static readonly DEV_JOIN_RIGHT = 37;
|
|
42
|
+
static readonly DEV_LOOKUP = 38;
|
|
43
|
+
static readonly MMR = 39;
|
|
44
|
+
static readonly MV_EXPAND = 40;
|
|
45
|
+
static readonly DROP = 41;
|
|
46
|
+
static readonly KEEP = 42;
|
|
47
|
+
static readonly DEV_INSIST = 43;
|
|
48
|
+
static readonly PROMQL = 44;
|
|
49
|
+
static readonly RENAME = 45;
|
|
50
|
+
static readonly SET = 46;
|
|
51
|
+
static readonly SHOW = 47;
|
|
52
|
+
static readonly UNKNOWN_CMD = 48;
|
|
53
|
+
static readonly CHANGE_POINT_LINE_COMMENT = 49;
|
|
54
|
+
static readonly CHANGE_POINT_MULTILINE_COMMENT = 50;
|
|
55
|
+
static readonly CHANGE_POINT_WS = 51;
|
|
56
|
+
static readonly ENRICH_POLICY_NAME = 52;
|
|
57
|
+
static readonly ENRICH_LINE_COMMENT = 53;
|
|
58
|
+
static readonly ENRICH_MULTILINE_COMMENT = 54;
|
|
59
|
+
static readonly ENRICH_WS = 55;
|
|
60
|
+
static readonly ENRICH_FIELD_LINE_COMMENT = 56;
|
|
61
|
+
static readonly ENRICH_FIELD_MULTILINE_COMMENT = 57;
|
|
62
|
+
static readonly ENRICH_FIELD_WS = 58;
|
|
63
|
+
static readonly EXPLAIN_WS = 59;
|
|
64
|
+
static readonly EXPLAIN_LINE_COMMENT = 60;
|
|
65
|
+
static readonly EXPLAIN_MULTILINE_COMMENT = 61;
|
|
66
|
+
static readonly PIPE = 62;
|
|
67
|
+
static readonly QUOTED_STRING = 63;
|
|
68
|
+
static readonly INTEGER_LITERAL = 64;
|
|
69
|
+
static readonly DECIMAL_LITERAL = 65;
|
|
70
|
+
static readonly AND = 66;
|
|
71
|
+
static readonly ASC = 67;
|
|
72
|
+
static readonly ASSIGN = 68;
|
|
73
|
+
static readonly BY = 69;
|
|
74
|
+
static readonly CAST_OP = 70;
|
|
75
|
+
static readonly COLON = 71;
|
|
76
|
+
static readonly SEMICOLON = 72;
|
|
77
|
+
static readonly COMMA = 73;
|
|
78
|
+
static readonly DESC = 74;
|
|
79
|
+
static readonly DOT = 75;
|
|
80
|
+
static readonly FALSE = 76;
|
|
81
|
+
static readonly FIRST = 77;
|
|
82
|
+
static readonly IN = 78;
|
|
83
|
+
static readonly IS = 79;
|
|
84
|
+
static readonly LAST = 80;
|
|
85
|
+
static readonly LIKE = 81;
|
|
86
|
+
static readonly NOT = 82;
|
|
87
|
+
static readonly NULL = 83;
|
|
88
|
+
static readonly NULLS = 84;
|
|
89
|
+
static readonly ON = 85;
|
|
90
|
+
static readonly OR = 86;
|
|
91
|
+
static readonly PARAM = 87;
|
|
92
|
+
static readonly RLIKE = 88;
|
|
93
|
+
static readonly TRUE = 89;
|
|
94
|
+
static readonly WITH = 90;
|
|
95
|
+
static readonly EQ = 91;
|
|
96
|
+
static readonly CIEQ = 92;
|
|
97
|
+
static readonly NEQ = 93;
|
|
98
|
+
static readonly LT = 94;
|
|
99
|
+
static readonly LTE = 95;
|
|
100
|
+
static readonly GT = 96;
|
|
101
|
+
static readonly GTE = 97;
|
|
102
|
+
static readonly PLUS = 98;
|
|
103
|
+
static readonly MINUS = 99;
|
|
104
|
+
static readonly ASTERISK = 100;
|
|
105
|
+
static readonly SLASH = 101;
|
|
106
|
+
static readonly PERCENT = 102;
|
|
107
|
+
static readonly LEFT_BRACES = 103;
|
|
108
|
+
static readonly RIGHT_BRACES = 104;
|
|
109
|
+
static readonly DOUBLE_PARAMS = 105;
|
|
110
|
+
static readonly NAMED_OR_POSITIONAL_PARAM = 106;
|
|
111
|
+
static readonly NAMED_OR_POSITIONAL_DOUBLE_PARAMS = 107;
|
|
112
|
+
static readonly OPENING_BRACKET = 108;
|
|
113
|
+
static readonly CLOSING_BRACKET = 109;
|
|
114
|
+
static readonly LP = 110;
|
|
115
|
+
static readonly RP = 111;
|
|
116
|
+
static readonly UNQUOTED_IDENTIFIER = 112;
|
|
117
|
+
static readonly QUOTED_IDENTIFIER = 113;
|
|
118
|
+
static readonly EXPR_LINE_COMMENT = 114;
|
|
119
|
+
static readonly EXPR_MULTILINE_COMMENT = 115;
|
|
120
|
+
static readonly EXPR_WS = 116;
|
|
121
|
+
static readonly METADATA = 117;
|
|
122
|
+
static readonly UNQUOTED_SOURCE = 118;
|
|
123
|
+
static readonly FROM_LINE_COMMENT = 119;
|
|
124
|
+
static readonly FROM_MULTILINE_COMMENT = 120;
|
|
125
|
+
static readonly FROM_WS = 121;
|
|
126
|
+
static readonly FORK_WS = 122;
|
|
127
|
+
static readonly FORK_LINE_COMMENT = 123;
|
|
128
|
+
static readonly FORK_MULTILINE_COMMENT = 124;
|
|
129
|
+
static readonly GROUP = 125;
|
|
130
|
+
static readonly SCORE = 126;
|
|
131
|
+
static readonly KEY = 127;
|
|
132
|
+
static readonly FUSE_LINE_COMMENT = 128;
|
|
133
|
+
static readonly FUSE_MULTILINE_COMMENT = 129;
|
|
134
|
+
static readonly FUSE_WS = 130;
|
|
135
|
+
static readonly HIGHLIGHT_LINE_COMMENT = 131;
|
|
136
|
+
static readonly HIGHLIGHT_MULTILINE_COMMENT = 132;
|
|
137
|
+
static readonly HIGHLIGHT_WS = 133;
|
|
138
|
+
static readonly INLINE_STATS = 134;
|
|
139
|
+
static readonly INLINE_LINE_COMMENT = 135;
|
|
140
|
+
static readonly INLINE_MULTILINE_COMMENT = 136;
|
|
141
|
+
static readonly INLINE_WS = 137;
|
|
142
|
+
static readonly AFTER_IN_LINE_COMMENT = 138;
|
|
143
|
+
static readonly AFTER_IN_MULTILINE_COMMENT = 139;
|
|
144
|
+
static readonly AFTER_IN_WS = 140;
|
|
145
|
+
static readonly IN_EXPR_FALLBACK = 141;
|
|
146
|
+
static readonly JOIN = 142;
|
|
147
|
+
static readonly USING = 143;
|
|
148
|
+
static readonly JOIN_LINE_COMMENT = 144;
|
|
149
|
+
static readonly JOIN_MULTILINE_COMMENT = 145;
|
|
150
|
+
static readonly JOIN_WS = 146;
|
|
151
|
+
static readonly LOOKUP_LINE_COMMENT = 147;
|
|
152
|
+
static readonly LOOKUP_MULTILINE_COMMENT = 148;
|
|
153
|
+
static readonly LOOKUP_WS = 149;
|
|
154
|
+
static readonly LOOKUP_FIELD_LINE_COMMENT = 150;
|
|
155
|
+
static readonly LOOKUP_FIELD_MULTILINE_COMMENT = 151;
|
|
156
|
+
static readonly LOOKUP_FIELD_WS = 152;
|
|
157
|
+
static readonly MMR_LIMIT = 153;
|
|
158
|
+
static readonly MMR_LINE_COMMENT = 154;
|
|
159
|
+
static readonly MMR_MULTILINE_COMMENT = 155;
|
|
160
|
+
static readonly MMR_WS = 156;
|
|
161
|
+
static readonly MVEXPAND_LINE_COMMENT = 157;
|
|
162
|
+
static readonly MVEXPAND_MULTILINE_COMMENT = 158;
|
|
163
|
+
static readonly MVEXPAND_WS = 159;
|
|
164
|
+
static readonly ID_PATTERN = 160;
|
|
165
|
+
static readonly PROJECT_LINE_COMMENT = 161;
|
|
166
|
+
static readonly PROJECT_MULTILINE_COMMENT = 162;
|
|
167
|
+
static readonly PROJECT_WS = 163;
|
|
168
|
+
static readonly PROMQL_PARAMS_LINE_COMMENT = 164;
|
|
169
|
+
static readonly PROMQL_PARAMS_MULTILINE_COMMENT = 165;
|
|
170
|
+
static readonly PROMQL_PARAMS_WS = 166;
|
|
171
|
+
static readonly PROMQL_QUERY_COMMENT = 167;
|
|
172
|
+
static readonly PROMQL_SINGLE_QUOTED_STRING = 168;
|
|
173
|
+
static readonly PROMQL_OTHER_QUERY_CONTENT = 169;
|
|
174
|
+
static readonly AS = 170;
|
|
175
|
+
static readonly RENAME_LINE_COMMENT = 171;
|
|
176
|
+
static readonly RENAME_MULTILINE_COMMENT = 172;
|
|
177
|
+
static readonly RENAME_WS = 173;
|
|
178
|
+
static readonly SET_LINE_COMMENT = 174;
|
|
179
|
+
static readonly SET_MULTILINE_COMMENT = 175;
|
|
180
|
+
static readonly SET_WS = 176;
|
|
181
|
+
static readonly INFO = 177;
|
|
182
|
+
static readonly SHOW_LINE_COMMENT = 178;
|
|
183
|
+
static readonly SHOW_MULTILINE_COMMENT = 179;
|
|
184
|
+
static readonly SHOW_WS = 180;
|
|
180
185
|
static readonly EOF: number;
|
|
181
186
|
static readonly RULE_statements = 0;
|
|
182
187
|
static readonly RULE_singleStatement = 1;
|
|
@@ -255,46 +260,49 @@ export default class esql_parser extends parser_config {
|
|
|
255
260
|
static readonly RULE_lookupCommand = 74;
|
|
256
261
|
static readonly RULE_insistCommand = 75;
|
|
257
262
|
static readonly RULE_dedupCommand = 76;
|
|
258
|
-
static readonly
|
|
259
|
-
static readonly
|
|
260
|
-
static readonly
|
|
261
|
-
static readonly
|
|
262
|
-
static readonly
|
|
263
|
-
static readonly
|
|
264
|
-
static readonly
|
|
265
|
-
static readonly
|
|
266
|
-
static readonly
|
|
267
|
-
static readonly
|
|
268
|
-
static readonly
|
|
269
|
-
static readonly
|
|
270
|
-
static readonly
|
|
271
|
-
static readonly
|
|
272
|
-
static readonly
|
|
273
|
-
static readonly
|
|
274
|
-
static readonly
|
|
275
|
-
static readonly
|
|
276
|
-
static readonly
|
|
277
|
-
static readonly
|
|
278
|
-
static readonly
|
|
279
|
-
static readonly
|
|
280
|
-
static readonly
|
|
281
|
-
static readonly
|
|
282
|
-
static readonly
|
|
283
|
-
static readonly
|
|
284
|
-
static readonly
|
|
285
|
-
static readonly
|
|
286
|
-
static readonly
|
|
287
|
-
static readonly
|
|
288
|
-
static readonly
|
|
289
|
-
static readonly
|
|
290
|
-
static readonly
|
|
291
|
-
static readonly
|
|
292
|
-
static readonly
|
|
293
|
-
static readonly
|
|
294
|
-
static readonly
|
|
295
|
-
static readonly
|
|
296
|
-
static readonly
|
|
297
|
-
static readonly
|
|
263
|
+
static readonly RULE_highlightCommand = 77;
|
|
264
|
+
static readonly RULE_qualifiedNames = 78;
|
|
265
|
+
static readonly RULE_uriPartsCommand = 79;
|
|
266
|
+
static readonly RULE_registeredDomainCommand = 80;
|
|
267
|
+
static readonly RULE_userAgentCommand = 81;
|
|
268
|
+
static readonly RULE_ipLocationCommand = 82;
|
|
269
|
+
static readonly RULE_setCommand = 83;
|
|
270
|
+
static readonly RULE_setField = 84;
|
|
271
|
+
static readonly RULE_mmrCommand = 85;
|
|
272
|
+
static readonly RULE_mmrQueryVectorParams = 86;
|
|
273
|
+
static readonly RULE_booleanExpression = 87;
|
|
274
|
+
static readonly RULE_regexBooleanExpression = 88;
|
|
275
|
+
static readonly RULE_matchBooleanExpression = 89;
|
|
276
|
+
static readonly RULE_valueExpression = 90;
|
|
277
|
+
static readonly RULE_operatorExpression = 91;
|
|
278
|
+
static readonly RULE_primaryExpression = 92;
|
|
279
|
+
static readonly RULE_functionExpression = 93;
|
|
280
|
+
static readonly RULE_functionName = 94;
|
|
281
|
+
static readonly RULE_mapExpression = 95;
|
|
282
|
+
static readonly RULE_entryExpression = 96;
|
|
283
|
+
static readonly RULE_mapValue = 97;
|
|
284
|
+
static readonly RULE_constant = 98;
|
|
285
|
+
static readonly RULE_booleanValue = 99;
|
|
286
|
+
static readonly RULE_numericValue = 100;
|
|
287
|
+
static readonly RULE_decimalValue = 101;
|
|
288
|
+
static readonly RULE_integerValue = 102;
|
|
289
|
+
static readonly RULE_string = 103;
|
|
290
|
+
static readonly RULE_comparisonOperator = 104;
|
|
291
|
+
static readonly RULE_joinCommand = 105;
|
|
292
|
+
static readonly RULE_joinTarget = 106;
|
|
293
|
+
static readonly RULE_joinCondition = 107;
|
|
294
|
+
static readonly RULE_promqlCommand = 108;
|
|
295
|
+
static readonly RULE_valueName = 109;
|
|
296
|
+
static readonly RULE_promqlParam = 110;
|
|
297
|
+
static readonly RULE_promqlParamName = 111;
|
|
298
|
+
static readonly RULE_promqlParamValue = 112;
|
|
299
|
+
static readonly RULE_promqlQueryContent = 113;
|
|
300
|
+
static readonly RULE_promqlQueryPart = 114;
|
|
301
|
+
static readonly RULE_promqlIndexPattern = 115;
|
|
302
|
+
static readonly RULE_promqlClusterString = 116;
|
|
303
|
+
static readonly RULE_promqlSelectorString = 117;
|
|
304
|
+
static readonly RULE_promqlUnquotedIndexString = 118;
|
|
305
|
+
static readonly RULE_promqlIndexString = 119;
|
|
298
306
|
static readonly literalNames: (string | null)[];
|
|
299
307
|
static readonly symbolicNames: (string | null)[];
|
|
300
308
|
static readonly ruleNames: string[];
|
|
@@ -384,9 +392,12 @@ export default class esql_parser extends parser_config {
|
|
|
384
392
|
lookupCommand(): LookupCommandContext;
|
|
385
393
|
insistCommand(): InsistCommandContext;
|
|
386
394
|
dedupCommand(): DedupCommandContext;
|
|
395
|
+
highlightCommand(): HighlightCommandContext;
|
|
396
|
+
qualifiedNames(): QualifiedNamesContext;
|
|
387
397
|
uriPartsCommand(): UriPartsCommandContext;
|
|
388
398
|
registeredDomainCommand(): RegisteredDomainCommandContext;
|
|
389
399
|
userAgentCommand(): UserAgentCommandContext;
|
|
400
|
+
ipLocationCommand(): IpLocationCommandContext;
|
|
390
401
|
setCommand(): SetCommandContext;
|
|
391
402
|
setField(): SetFieldContext;
|
|
392
403
|
mmrCommand(): MmrCommandContext;
|
|
@@ -522,10 +533,12 @@ export declare class ProcessingCommandContext extends ParserRuleContext {
|
|
|
522
533
|
tsInfoCommand(): TsInfoCommandContext;
|
|
523
534
|
userAgentCommand(): UserAgentCommandContext;
|
|
524
535
|
tsCollapseCommand(): TsCollapseCommandContext;
|
|
536
|
+
ipLocationCommand(): IpLocationCommandContext;
|
|
525
537
|
mmrCommand(): MmrCommandContext;
|
|
526
538
|
lookupCommand(): LookupCommandContext;
|
|
527
539
|
insistCommand(): InsistCommandContext;
|
|
528
540
|
dedupCommand(): DedupCommandContext;
|
|
541
|
+
highlightCommand(): HighlightCommandContext;
|
|
529
542
|
get ruleIndex(): number;
|
|
530
543
|
enterRule(listener: esql_parserListener): void;
|
|
531
544
|
exitRule(listener: esql_parserListener): void;
|
|
@@ -1279,6 +1292,29 @@ export declare class DedupCommandContext extends ParserRuleContext {
|
|
|
1279
1292
|
enterRule(listener: esql_parserListener): void;
|
|
1280
1293
|
exitRule(listener: esql_parserListener): void;
|
|
1281
1294
|
}
|
|
1295
|
+
export declare class HighlightCommandContext extends ParserRuleContext {
|
|
1296
|
+
_queryText: StringContext;
|
|
1297
|
+
_highlightFields: QualifiedNamesContext;
|
|
1298
|
+
constructor(parser?: esql_parser, parent?: ParserRuleContext, invokingState?: number);
|
|
1299
|
+
DEV_HIGHLIGHT(): TerminalNode;
|
|
1300
|
+
ON(): TerminalNode;
|
|
1301
|
+
commandNamedParameters(): CommandNamedParametersContext;
|
|
1302
|
+
string_(): StringContext;
|
|
1303
|
+
qualifiedNames(): QualifiedNamesContext;
|
|
1304
|
+
get ruleIndex(): number;
|
|
1305
|
+
enterRule(listener: esql_parserListener): void;
|
|
1306
|
+
exitRule(listener: esql_parserListener): void;
|
|
1307
|
+
}
|
|
1308
|
+
export declare class QualifiedNamesContext extends ParserRuleContext {
|
|
1309
|
+
constructor(parser?: esql_parser, parent?: ParserRuleContext, invokingState?: number);
|
|
1310
|
+
qualifiedName_list(): QualifiedNameContext[];
|
|
1311
|
+
qualifiedName(i: number): QualifiedNameContext;
|
|
1312
|
+
COMMA_list(): TerminalNode[];
|
|
1313
|
+
COMMA(i: number): TerminalNode;
|
|
1314
|
+
get ruleIndex(): number;
|
|
1315
|
+
enterRule(listener: esql_parserListener): void;
|
|
1316
|
+
exitRule(listener: esql_parserListener): void;
|
|
1317
|
+
}
|
|
1282
1318
|
export declare class UriPartsCommandContext extends ParserRuleContext {
|
|
1283
1319
|
constructor(parser?: esql_parser, parent?: ParserRuleContext, invokingState?: number);
|
|
1284
1320
|
URI_PARTS(): TerminalNode;
|
|
@@ -1310,6 +1346,17 @@ export declare class UserAgentCommandContext extends ParserRuleContext {
|
|
|
1310
1346
|
enterRule(listener: esql_parserListener): void;
|
|
1311
1347
|
exitRule(listener: esql_parserListener): void;
|
|
1312
1348
|
}
|
|
1349
|
+
export declare class IpLocationCommandContext extends ParserRuleContext {
|
|
1350
|
+
constructor(parser?: esql_parser, parent?: ParserRuleContext, invokingState?: number);
|
|
1351
|
+
IP_LOCATION(): TerminalNode;
|
|
1352
|
+
qualifiedName(): QualifiedNameContext;
|
|
1353
|
+
ASSIGN(): TerminalNode;
|
|
1354
|
+
primaryExpression(): PrimaryExpressionContext;
|
|
1355
|
+
commandNamedParameters(): CommandNamedParametersContext;
|
|
1356
|
+
get ruleIndex(): number;
|
|
1357
|
+
enterRule(listener: esql_parserListener): void;
|
|
1358
|
+
exitRule(listener: esql_parserListener): void;
|
|
1359
|
+
}
|
|
1313
1360
|
export declare class SetCommandContext extends ParserRuleContext {
|
|
1314
1361
|
constructor(parser?: esql_parser, parent?: ParserRuleContext, invokingState?: number);
|
|
1315
1362
|
SET(): TerminalNode;
|