@malloydata/malloy 0.0.12-dev221204205211 → 0.0.12

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.
@@ -0,0 +1,2026 @@
1
+ import { ParseTreeListener } from "antlr4ts/tree/ParseTreeListener";
2
+ import { ExprPartialCompareContext } from "./MalloyParser";
3
+ import { ExprNotPartialContext } from "./MalloyParser";
4
+ import { NameMemberContext } from "./MalloyParser";
5
+ import { WildMemberContext } from "./MalloyParser";
6
+ import { NewMemberContext } from "./MalloyParser";
7
+ import { NamedQueries_stubContext } from "./MalloyParser";
8
+ import { AnonymousQueryContext } from "./MalloyParser";
9
+ import { NamedSourceContext } from "./MalloyParser";
10
+ import { TableSourceContext } from "./MalloyParser";
11
+ import { QuerySourceContext } from "./MalloyParser";
12
+ import { SQLSourceContext } from "./MalloyParser";
13
+ import { LiteralTimestampContext } from "./MalloyParser";
14
+ import { LiteralDayContext } from "./MalloyParser";
15
+ import { LiteralWeekContext } from "./MalloyParser";
16
+ import { LiteralMonthContext } from "./MalloyParser";
17
+ import { LiteralQuarterContext } from "./MalloyParser";
18
+ import { LiteralYearContext } from "./MalloyParser";
19
+ import { ExprStringContext } from "./MalloyParser";
20
+ import { ExprNumberContext } from "./MalloyParser";
21
+ import { ExprTimeContext } from "./MalloyParser";
22
+ import { ExprNULLContext } from "./MalloyParser";
23
+ import { ExprBoolContext } from "./MalloyParser";
24
+ import { ExprRegexContext } from "./MalloyParser";
25
+ import { ExprNowContext } from "./MalloyParser";
26
+ import { QueryFieldRefContext } from "./MalloyParser";
27
+ import { QueryFieldDefContext } from "./MalloyParser";
28
+ import { NestExistingContext } from "./MalloyParser";
29
+ import { NestDefContext } from "./MalloyParser";
30
+ import { ExprFieldPathContext } from "./MalloyParser";
31
+ import { ExprFilterContext } from "./MalloyParser";
32
+ import { ExprLiteralContext } from "./MalloyParser";
33
+ import { ExprMinusContext } from "./MalloyParser";
34
+ import { ExprDurationContext } from "./MalloyParser";
35
+ import { ExprTimeTruncContext } from "./MalloyParser";
36
+ import { ExprSafeCastContext } from "./MalloyParser";
37
+ import { ExprMulDivContext } from "./MalloyParser";
38
+ import { ExprAddSubContext } from "./MalloyParser";
39
+ import { ExprRangeContext } from "./MalloyParser";
40
+ import { ExprForRangeContext } from "./MalloyParser";
41
+ import { ExprLogicalTreeContext } from "./MalloyParser";
42
+ import { ExprCompareContext } from "./MalloyParser";
43
+ import { ExprApplyContext } from "./MalloyParser";
44
+ import { ExprNotContext } from "./MalloyParser";
45
+ import { ExprLogicalContext } from "./MalloyParser";
46
+ import { ExprCastContext } from "./MalloyParser";
47
+ import { ExprCountDisinctContext } from "./MalloyParser";
48
+ import { ExprAggregateContext } from "./MalloyParser";
49
+ import { ExprExprContext } from "./MalloyParser";
50
+ import { ExprFuncContext } from "./MalloyParser";
51
+ import { ExprPickContext } from "./MalloyParser";
52
+ import { ExprUngroupContext } from "./MalloyParser";
53
+ import { ExploreArrowQueryContext } from "./MalloyParser";
54
+ import { ArrowQueryContext } from "./MalloyParser";
55
+ import { DefJoinOneContext } from "./MalloyParser";
56
+ import { DefJoinManyContext } from "./MalloyParser";
57
+ import { DefJoinCrossContext } from "./MalloyParser";
58
+ import { DefExploreDimensionContext } from "./MalloyParser";
59
+ import { DefExploreMeasureContext } from "./MalloyParser";
60
+ import { DefDeclare_stubContext } from "./MalloyParser";
61
+ import { DefJoin_stubContext } from "./MalloyParser";
62
+ import { DefExploreWhereContext } from "./MalloyParser";
63
+ import { DefExplorePrimaryKeyContext } from "./MalloyParser";
64
+ import { DefExploreRenameContext } from "./MalloyParser";
65
+ import { DefExploreEditFieldContext } from "./MalloyParser";
66
+ import { DefExploreQueryContext } from "./MalloyParser";
67
+ import { FilterByShortcutContext } from "./MalloyParser";
68
+ import { FilterByWhereContext } from "./MalloyParser";
69
+ import { JoinWithContext } from "./MalloyParser";
70
+ import { JoinOnContext } from "./MalloyParser";
71
+ import { MalloyDocumentContext } from "./MalloyParser";
72
+ import { MalloyStatementContext } from "./MalloyParser";
73
+ import { DefineExploreStatementContext } from "./MalloyParser";
74
+ import { ExploreKeywordContext } from "./MalloyParser";
75
+ import { DefineQueryContext } from "./MalloyParser";
76
+ import { TopLevelAnonQueryDefContext } from "./MalloyParser";
77
+ import { DefineSQLStatementContext } from "./MalloyParser";
78
+ import { SqlStatementDefContext } from "./MalloyParser";
79
+ import { ImportStatementContext } from "./MalloyParser";
80
+ import { ImportURLContext } from "./MalloyParser";
81
+ import { TopLevelQueryDefsContext } from "./MalloyParser";
82
+ import { TopLevelQueryDefContext } from "./MalloyParser";
83
+ import { RefineOperatorContext } from "./MalloyParser";
84
+ import { QueryContext } from "./MalloyParser";
85
+ import { PipelineFromNameContext } from "./MalloyParser";
86
+ import { FirstSegmentContext } from "./MalloyParser";
87
+ import { PipeElementContext } from "./MalloyParser";
88
+ import { ExploreTableContext } from "./MalloyParser";
89
+ import { QueryPropertiesContext } from "./MalloyParser";
90
+ import { FilterShortcutContext } from "./MalloyParser";
91
+ import { ExploreQueryNameContext } from "./MalloyParser";
92
+ import { QueryNameContext } from "./MalloyParser";
93
+ import { ExploreDefinitionListContext } from "./MalloyParser";
94
+ import { ExploreDefinitionContext } from "./MalloyParser";
95
+ import { ExploreContext } from "./MalloyParser";
96
+ import { ExploreSourceContext } from "./MalloyParser";
97
+ import { ExploreNameDefContext } from "./MalloyParser";
98
+ import { ExploreNameContext } from "./MalloyParser";
99
+ import { ExplorePropertiesContext } from "./MalloyParser";
100
+ import { ExploreStatementContext } from "./MalloyParser";
101
+ import { RenameListContext } from "./MalloyParser";
102
+ import { ExploreRenameDefContext } from "./MalloyParser";
103
+ import { DimensionDefListContext } from "./MalloyParser";
104
+ import { MeasureDefListContext } from "./MalloyParser";
105
+ import { FieldDefContext } from "./MalloyParser";
106
+ import { FieldNameDefContext } from "./MalloyParser";
107
+ import { JoinNameDefContext } from "./MalloyParser";
108
+ import { MeasureDefContext } from "./MalloyParser";
109
+ import { DeclareStatementContext } from "./MalloyParser";
110
+ import { JoinStatementContext } from "./MalloyParser";
111
+ import { JoinListContext } from "./MalloyParser";
112
+ import { JoinDefContext } from "./MalloyParser";
113
+ import { JoinExpressionContext } from "./MalloyParser";
114
+ import { FilterStatementContext } from "./MalloyParser";
115
+ import { FilteredByContext } from "./MalloyParser";
116
+ import { FilterClauseListContext } from "./MalloyParser";
117
+ import { WhereStatementContext } from "./MalloyParser";
118
+ import { HavingStatementContext } from "./MalloyParser";
119
+ import { SubQueryDefListContext } from "./MalloyParser";
120
+ import { ExploreQueryNameDefContext } from "./MalloyParser";
121
+ import { ExploreQueryDefContext } from "./MalloyParser";
122
+ import { QueryStatementContext } from "./MalloyParser";
123
+ import { GroupByStatementContext } from "./MalloyParser";
124
+ import { QueryFieldListContext } from "./MalloyParser";
125
+ import { DimensionDefContext } from "./MalloyParser";
126
+ import { QueryFieldEntryContext } from "./MalloyParser";
127
+ import { NestStatementContext } from "./MalloyParser";
128
+ import { NestedQueryListContext } from "./MalloyParser";
129
+ import { NestEntryContext } from "./MalloyParser";
130
+ import { AggregateStatementContext } from "./MalloyParser";
131
+ import { ProjectStatementContext } from "./MalloyParser";
132
+ import { OrderByStatementContext } from "./MalloyParser";
133
+ import { OrderingContext } from "./MalloyParser";
134
+ import { OrderBySpecContext } from "./MalloyParser";
135
+ import { LimitStatementContext } from "./MalloyParser";
136
+ import { BySpecContext } from "./MalloyParser";
137
+ import { TopStatementContext } from "./MalloyParser";
138
+ import { IndexElementContext } from "./MalloyParser";
139
+ import { IndexFieldsContext } from "./MalloyParser";
140
+ import { IndexStatementContext } from "./MalloyParser";
141
+ import { SampleStatementContext } from "./MalloyParser";
142
+ import { SampleSpecContext } from "./MalloyParser";
143
+ import { AggregateContext } from "./MalloyParser";
144
+ import { MalloyTypeContext } from "./MalloyParser";
145
+ import { CompareOpContext } from "./MalloyParser";
146
+ import { LiteralContext } from "./MalloyParser";
147
+ import { DateLiteralContext } from "./MalloyParser";
148
+ import { TableNameContext } from "./MalloyParser";
149
+ import { IdContext } from "./MalloyParser";
150
+ import { TimeframeContext } from "./MalloyParser";
151
+ import { UngroupContext } from "./MalloyParser";
152
+ import { FieldExprContext } from "./MalloyParser";
153
+ import { PartialAllowedFieldExprContext } from "./MalloyParser";
154
+ import { PickStatementContext } from "./MalloyParser";
155
+ import { PickContext } from "./MalloyParser";
156
+ import { ArgumentListContext } from "./MalloyParser";
157
+ import { FieldNameListContext } from "./MalloyParser";
158
+ import { FieldCollectionContext } from "./MalloyParser";
159
+ import { CollectionMemberContext } from "./MalloyParser";
160
+ import { FieldPathContext } from "./MalloyParser";
161
+ import { JoinNameContext } from "./MalloyParser";
162
+ import { FieldNameContext } from "./MalloyParser";
163
+ import { JustExprContext } from "./MalloyParser";
164
+ import { JsonContext } from "./MalloyParser";
165
+ import { JsonValueContext } from "./MalloyParser";
166
+ import { JsonObjectContext } from "./MalloyParser";
167
+ import { JsonPropertyContext } from "./MalloyParser";
168
+ import { JsonArrayContext } from "./MalloyParser";
169
+ import { SqlBlockContext } from "./MalloyParser";
170
+ import { SqlExploreNameRefContext } from "./MalloyParser";
171
+ import { SqlCommandNameDefContext } from "./MalloyParser";
172
+ import { ConnectionNameContext } from "./MalloyParser";
173
+ /**
174
+ * This interface defines a complete listener for a parse tree produced by
175
+ * `MalloyParser`.
176
+ */
177
+ export interface MalloyListener extends ParseTreeListener {
178
+ /**
179
+ * Enter a parse tree produced by the `exprPartialCompare`
180
+ * labeled alternative in `MalloyParser.partialAllowedFieldExpr`.
181
+ * @param ctx the parse tree
182
+ */
183
+ enterExprPartialCompare?: (ctx: ExprPartialCompareContext) => void;
184
+ /**
185
+ * Exit a parse tree produced by the `exprPartialCompare`
186
+ * labeled alternative in `MalloyParser.partialAllowedFieldExpr`.
187
+ * @param ctx the parse tree
188
+ */
189
+ exitExprPartialCompare?: (ctx: ExprPartialCompareContext) => void;
190
+ /**
191
+ * Enter a parse tree produced by the `exprNotPartial`
192
+ * labeled alternative in `MalloyParser.partialAllowedFieldExpr`.
193
+ * @param ctx the parse tree
194
+ */
195
+ enterExprNotPartial?: (ctx: ExprNotPartialContext) => void;
196
+ /**
197
+ * Exit a parse tree produced by the `exprNotPartial`
198
+ * labeled alternative in `MalloyParser.partialAllowedFieldExpr`.
199
+ * @param ctx the parse tree
200
+ */
201
+ exitExprNotPartial?: (ctx: ExprNotPartialContext) => void;
202
+ /**
203
+ * Enter a parse tree produced by the `nameMember`
204
+ * labeled alternative in `MalloyParser.collectionMember`.
205
+ * @param ctx the parse tree
206
+ */
207
+ enterNameMember?: (ctx: NameMemberContext) => void;
208
+ /**
209
+ * Exit a parse tree produced by the `nameMember`
210
+ * labeled alternative in `MalloyParser.collectionMember`.
211
+ * @param ctx the parse tree
212
+ */
213
+ exitNameMember?: (ctx: NameMemberContext) => void;
214
+ /**
215
+ * Enter a parse tree produced by the `wildMember`
216
+ * labeled alternative in `MalloyParser.collectionMember`.
217
+ * @param ctx the parse tree
218
+ */
219
+ enterWildMember?: (ctx: WildMemberContext) => void;
220
+ /**
221
+ * Exit a parse tree produced by the `wildMember`
222
+ * labeled alternative in `MalloyParser.collectionMember`.
223
+ * @param ctx the parse tree
224
+ */
225
+ exitWildMember?: (ctx: WildMemberContext) => void;
226
+ /**
227
+ * Enter a parse tree produced by the `newMember`
228
+ * labeled alternative in `MalloyParser.collectionMember`.
229
+ * @param ctx the parse tree
230
+ */
231
+ enterNewMember?: (ctx: NewMemberContext) => void;
232
+ /**
233
+ * Exit a parse tree produced by the `newMember`
234
+ * labeled alternative in `MalloyParser.collectionMember`.
235
+ * @param ctx the parse tree
236
+ */
237
+ exitNewMember?: (ctx: NewMemberContext) => void;
238
+ /**
239
+ * Enter a parse tree produced by the `namedQueries_stub`
240
+ * labeled alternative in `MalloyParser.defineQuery`.
241
+ * @param ctx the parse tree
242
+ */
243
+ enterNamedQueries_stub?: (ctx: NamedQueries_stubContext) => void;
244
+ /**
245
+ * Exit a parse tree produced by the `namedQueries_stub`
246
+ * labeled alternative in `MalloyParser.defineQuery`.
247
+ * @param ctx the parse tree
248
+ */
249
+ exitNamedQueries_stub?: (ctx: NamedQueries_stubContext) => void;
250
+ /**
251
+ * Enter a parse tree produced by the `anonymousQuery`
252
+ * labeled alternative in `MalloyParser.defineQuery`.
253
+ * @param ctx the parse tree
254
+ */
255
+ enterAnonymousQuery?: (ctx: AnonymousQueryContext) => void;
256
+ /**
257
+ * Exit a parse tree produced by the `anonymousQuery`
258
+ * labeled alternative in `MalloyParser.defineQuery`.
259
+ * @param ctx the parse tree
260
+ */
261
+ exitAnonymousQuery?: (ctx: AnonymousQueryContext) => void;
262
+ /**
263
+ * Enter a parse tree produced by the `NamedSource`
264
+ * labeled alternative in `MalloyParser.exploreSource`.
265
+ * @param ctx the parse tree
266
+ */
267
+ enterNamedSource?: (ctx: NamedSourceContext) => void;
268
+ /**
269
+ * Exit a parse tree produced by the `NamedSource`
270
+ * labeled alternative in `MalloyParser.exploreSource`.
271
+ * @param ctx the parse tree
272
+ */
273
+ exitNamedSource?: (ctx: NamedSourceContext) => void;
274
+ /**
275
+ * Enter a parse tree produced by the `TableSource`
276
+ * labeled alternative in `MalloyParser.exploreSource`.
277
+ * @param ctx the parse tree
278
+ */
279
+ enterTableSource?: (ctx: TableSourceContext) => void;
280
+ /**
281
+ * Exit a parse tree produced by the `TableSource`
282
+ * labeled alternative in `MalloyParser.exploreSource`.
283
+ * @param ctx the parse tree
284
+ */
285
+ exitTableSource?: (ctx: TableSourceContext) => void;
286
+ /**
287
+ * Enter a parse tree produced by the `QuerySource`
288
+ * labeled alternative in `MalloyParser.exploreSource`.
289
+ * @param ctx the parse tree
290
+ */
291
+ enterQuerySource?: (ctx: QuerySourceContext) => void;
292
+ /**
293
+ * Exit a parse tree produced by the `QuerySource`
294
+ * labeled alternative in `MalloyParser.exploreSource`.
295
+ * @param ctx the parse tree
296
+ */
297
+ exitQuerySource?: (ctx: QuerySourceContext) => void;
298
+ /**
299
+ * Enter a parse tree produced by the `SQLSource`
300
+ * labeled alternative in `MalloyParser.exploreSource`.
301
+ * @param ctx the parse tree
302
+ */
303
+ enterSQLSource?: (ctx: SQLSourceContext) => void;
304
+ /**
305
+ * Exit a parse tree produced by the `SQLSource`
306
+ * labeled alternative in `MalloyParser.exploreSource`.
307
+ * @param ctx the parse tree
308
+ */
309
+ exitSQLSource?: (ctx: SQLSourceContext) => void;
310
+ /**
311
+ * Enter a parse tree produced by the `literalTimestamp`
312
+ * labeled alternative in `MalloyParser.dateLiteral`.
313
+ * @param ctx the parse tree
314
+ */
315
+ enterLiteralTimestamp?: (ctx: LiteralTimestampContext) => void;
316
+ /**
317
+ * Exit a parse tree produced by the `literalTimestamp`
318
+ * labeled alternative in `MalloyParser.dateLiteral`.
319
+ * @param ctx the parse tree
320
+ */
321
+ exitLiteralTimestamp?: (ctx: LiteralTimestampContext) => void;
322
+ /**
323
+ * Enter a parse tree produced by the `literalDay`
324
+ * labeled alternative in `MalloyParser.dateLiteral`.
325
+ * @param ctx the parse tree
326
+ */
327
+ enterLiteralDay?: (ctx: LiteralDayContext) => void;
328
+ /**
329
+ * Exit a parse tree produced by the `literalDay`
330
+ * labeled alternative in `MalloyParser.dateLiteral`.
331
+ * @param ctx the parse tree
332
+ */
333
+ exitLiteralDay?: (ctx: LiteralDayContext) => void;
334
+ /**
335
+ * Enter a parse tree produced by the `literalWeek`
336
+ * labeled alternative in `MalloyParser.dateLiteral`.
337
+ * @param ctx the parse tree
338
+ */
339
+ enterLiteralWeek?: (ctx: LiteralWeekContext) => void;
340
+ /**
341
+ * Exit a parse tree produced by the `literalWeek`
342
+ * labeled alternative in `MalloyParser.dateLiteral`.
343
+ * @param ctx the parse tree
344
+ */
345
+ exitLiteralWeek?: (ctx: LiteralWeekContext) => void;
346
+ /**
347
+ * Enter a parse tree produced by the `literalMonth`
348
+ * labeled alternative in `MalloyParser.dateLiteral`.
349
+ * @param ctx the parse tree
350
+ */
351
+ enterLiteralMonth?: (ctx: LiteralMonthContext) => void;
352
+ /**
353
+ * Exit a parse tree produced by the `literalMonth`
354
+ * labeled alternative in `MalloyParser.dateLiteral`.
355
+ * @param ctx the parse tree
356
+ */
357
+ exitLiteralMonth?: (ctx: LiteralMonthContext) => void;
358
+ /**
359
+ * Enter a parse tree produced by the `literalQuarter`
360
+ * labeled alternative in `MalloyParser.dateLiteral`.
361
+ * @param ctx the parse tree
362
+ */
363
+ enterLiteralQuarter?: (ctx: LiteralQuarterContext) => void;
364
+ /**
365
+ * Exit a parse tree produced by the `literalQuarter`
366
+ * labeled alternative in `MalloyParser.dateLiteral`.
367
+ * @param ctx the parse tree
368
+ */
369
+ exitLiteralQuarter?: (ctx: LiteralQuarterContext) => void;
370
+ /**
371
+ * Enter a parse tree produced by the `literalYear`
372
+ * labeled alternative in `MalloyParser.dateLiteral`.
373
+ * @param ctx the parse tree
374
+ */
375
+ enterLiteralYear?: (ctx: LiteralYearContext) => void;
376
+ /**
377
+ * Exit a parse tree produced by the `literalYear`
378
+ * labeled alternative in `MalloyParser.dateLiteral`.
379
+ * @param ctx the parse tree
380
+ */
381
+ exitLiteralYear?: (ctx: LiteralYearContext) => void;
382
+ /**
383
+ * Enter a parse tree produced by the `exprString`
384
+ * labeled alternative in `MalloyParser.literal`.
385
+ * @param ctx the parse tree
386
+ */
387
+ enterExprString?: (ctx: ExprStringContext) => void;
388
+ /**
389
+ * Exit a parse tree produced by the `exprString`
390
+ * labeled alternative in `MalloyParser.literal`.
391
+ * @param ctx the parse tree
392
+ */
393
+ exitExprString?: (ctx: ExprStringContext) => void;
394
+ /**
395
+ * Enter a parse tree produced by the `exprNumber`
396
+ * labeled alternative in `MalloyParser.literal`.
397
+ * @param ctx the parse tree
398
+ */
399
+ enterExprNumber?: (ctx: ExprNumberContext) => void;
400
+ /**
401
+ * Exit a parse tree produced by the `exprNumber`
402
+ * labeled alternative in `MalloyParser.literal`.
403
+ * @param ctx the parse tree
404
+ */
405
+ exitExprNumber?: (ctx: ExprNumberContext) => void;
406
+ /**
407
+ * Enter a parse tree produced by the `exprTime`
408
+ * labeled alternative in `MalloyParser.literal`.
409
+ * @param ctx the parse tree
410
+ */
411
+ enterExprTime?: (ctx: ExprTimeContext) => void;
412
+ /**
413
+ * Exit a parse tree produced by the `exprTime`
414
+ * labeled alternative in `MalloyParser.literal`.
415
+ * @param ctx the parse tree
416
+ */
417
+ exitExprTime?: (ctx: ExprTimeContext) => void;
418
+ /**
419
+ * Enter a parse tree produced by the `exprNULL`
420
+ * labeled alternative in `MalloyParser.literal`.
421
+ * @param ctx the parse tree
422
+ */
423
+ enterExprNULL?: (ctx: ExprNULLContext) => void;
424
+ /**
425
+ * Exit a parse tree produced by the `exprNULL`
426
+ * labeled alternative in `MalloyParser.literal`.
427
+ * @param ctx the parse tree
428
+ */
429
+ exitExprNULL?: (ctx: ExprNULLContext) => void;
430
+ /**
431
+ * Enter a parse tree produced by the `exprBool`
432
+ * labeled alternative in `MalloyParser.literal`.
433
+ * @param ctx the parse tree
434
+ */
435
+ enterExprBool?: (ctx: ExprBoolContext) => void;
436
+ /**
437
+ * Exit a parse tree produced by the `exprBool`
438
+ * labeled alternative in `MalloyParser.literal`.
439
+ * @param ctx the parse tree
440
+ */
441
+ exitExprBool?: (ctx: ExprBoolContext) => void;
442
+ /**
443
+ * Enter a parse tree produced by the `exprRegex`
444
+ * labeled alternative in `MalloyParser.literal`.
445
+ * @param ctx the parse tree
446
+ */
447
+ enterExprRegex?: (ctx: ExprRegexContext) => void;
448
+ /**
449
+ * Exit a parse tree produced by the `exprRegex`
450
+ * labeled alternative in `MalloyParser.literal`.
451
+ * @param ctx the parse tree
452
+ */
453
+ exitExprRegex?: (ctx: ExprRegexContext) => void;
454
+ /**
455
+ * Enter a parse tree produced by the `exprNow`
456
+ * labeled alternative in `MalloyParser.literal`.
457
+ * @param ctx the parse tree
458
+ */
459
+ enterExprNow?: (ctx: ExprNowContext) => void;
460
+ /**
461
+ * Exit a parse tree produced by the `exprNow`
462
+ * labeled alternative in `MalloyParser.literal`.
463
+ * @param ctx the parse tree
464
+ */
465
+ exitExprNow?: (ctx: ExprNowContext) => void;
466
+ /**
467
+ * Enter a parse tree produced by the `queryFieldRef`
468
+ * labeled alternative in `MalloyParser.queryFieldEntry`.
469
+ * @param ctx the parse tree
470
+ */
471
+ enterQueryFieldRef?: (ctx: QueryFieldRefContext) => void;
472
+ /**
473
+ * Exit a parse tree produced by the `queryFieldRef`
474
+ * labeled alternative in `MalloyParser.queryFieldEntry`.
475
+ * @param ctx the parse tree
476
+ */
477
+ exitQueryFieldRef?: (ctx: QueryFieldRefContext) => void;
478
+ /**
479
+ * Enter a parse tree produced by the `queryFieldDef`
480
+ * labeled alternative in `MalloyParser.queryFieldEntry`.
481
+ * @param ctx the parse tree
482
+ */
483
+ enterQueryFieldDef?: (ctx: QueryFieldDefContext) => void;
484
+ /**
485
+ * Exit a parse tree produced by the `queryFieldDef`
486
+ * labeled alternative in `MalloyParser.queryFieldEntry`.
487
+ * @param ctx the parse tree
488
+ */
489
+ exitQueryFieldDef?: (ctx: QueryFieldDefContext) => void;
490
+ /**
491
+ * Enter a parse tree produced by the `nestExisting`
492
+ * labeled alternative in `MalloyParser.nestEntry`.
493
+ * @param ctx the parse tree
494
+ */
495
+ enterNestExisting?: (ctx: NestExistingContext) => void;
496
+ /**
497
+ * Exit a parse tree produced by the `nestExisting`
498
+ * labeled alternative in `MalloyParser.nestEntry`.
499
+ * @param ctx the parse tree
500
+ */
501
+ exitNestExisting?: (ctx: NestExistingContext) => void;
502
+ /**
503
+ * Enter a parse tree produced by the `nestDef`
504
+ * labeled alternative in `MalloyParser.nestEntry`.
505
+ * @param ctx the parse tree
506
+ */
507
+ enterNestDef?: (ctx: NestDefContext) => void;
508
+ /**
509
+ * Exit a parse tree produced by the `nestDef`
510
+ * labeled alternative in `MalloyParser.nestEntry`.
511
+ * @param ctx the parse tree
512
+ */
513
+ exitNestDef?: (ctx: NestDefContext) => void;
514
+ /**
515
+ * Enter a parse tree produced by the `exprFieldPath`
516
+ * labeled alternative in `MalloyParser.fieldExpr`.
517
+ * @param ctx the parse tree
518
+ */
519
+ enterExprFieldPath?: (ctx: ExprFieldPathContext) => void;
520
+ /**
521
+ * Exit a parse tree produced by the `exprFieldPath`
522
+ * labeled alternative in `MalloyParser.fieldExpr`.
523
+ * @param ctx the parse tree
524
+ */
525
+ exitExprFieldPath?: (ctx: ExprFieldPathContext) => void;
526
+ /**
527
+ * Enter a parse tree produced by the `exprFilter`
528
+ * labeled alternative in `MalloyParser.fieldExpr`.
529
+ * @param ctx the parse tree
530
+ */
531
+ enterExprFilter?: (ctx: ExprFilterContext) => void;
532
+ /**
533
+ * Exit a parse tree produced by the `exprFilter`
534
+ * labeled alternative in `MalloyParser.fieldExpr`.
535
+ * @param ctx the parse tree
536
+ */
537
+ exitExprFilter?: (ctx: ExprFilterContext) => void;
538
+ /**
539
+ * Enter a parse tree produced by the `exprLiteral`
540
+ * labeled alternative in `MalloyParser.fieldExpr`.
541
+ * @param ctx the parse tree
542
+ */
543
+ enterExprLiteral?: (ctx: ExprLiteralContext) => void;
544
+ /**
545
+ * Exit a parse tree produced by the `exprLiteral`
546
+ * labeled alternative in `MalloyParser.fieldExpr`.
547
+ * @param ctx the parse tree
548
+ */
549
+ exitExprLiteral?: (ctx: ExprLiteralContext) => void;
550
+ /**
551
+ * Enter a parse tree produced by the `exprMinus`
552
+ * labeled alternative in `MalloyParser.fieldExpr`.
553
+ * @param ctx the parse tree
554
+ */
555
+ enterExprMinus?: (ctx: ExprMinusContext) => void;
556
+ /**
557
+ * Exit a parse tree produced by the `exprMinus`
558
+ * labeled alternative in `MalloyParser.fieldExpr`.
559
+ * @param ctx the parse tree
560
+ */
561
+ exitExprMinus?: (ctx: ExprMinusContext) => void;
562
+ /**
563
+ * Enter a parse tree produced by the `exprDuration`
564
+ * labeled alternative in `MalloyParser.fieldExpr`.
565
+ * @param ctx the parse tree
566
+ */
567
+ enterExprDuration?: (ctx: ExprDurationContext) => void;
568
+ /**
569
+ * Exit a parse tree produced by the `exprDuration`
570
+ * labeled alternative in `MalloyParser.fieldExpr`.
571
+ * @param ctx the parse tree
572
+ */
573
+ exitExprDuration?: (ctx: ExprDurationContext) => void;
574
+ /**
575
+ * Enter a parse tree produced by the `exprTimeTrunc`
576
+ * labeled alternative in `MalloyParser.fieldExpr`.
577
+ * @param ctx the parse tree
578
+ */
579
+ enterExprTimeTrunc?: (ctx: ExprTimeTruncContext) => void;
580
+ /**
581
+ * Exit a parse tree produced by the `exprTimeTrunc`
582
+ * labeled alternative in `MalloyParser.fieldExpr`.
583
+ * @param ctx the parse tree
584
+ */
585
+ exitExprTimeTrunc?: (ctx: ExprTimeTruncContext) => void;
586
+ /**
587
+ * Enter a parse tree produced by the `exprSafeCast`
588
+ * labeled alternative in `MalloyParser.fieldExpr`.
589
+ * @param ctx the parse tree
590
+ */
591
+ enterExprSafeCast?: (ctx: ExprSafeCastContext) => void;
592
+ /**
593
+ * Exit a parse tree produced by the `exprSafeCast`
594
+ * labeled alternative in `MalloyParser.fieldExpr`.
595
+ * @param ctx the parse tree
596
+ */
597
+ exitExprSafeCast?: (ctx: ExprSafeCastContext) => void;
598
+ /**
599
+ * Enter a parse tree produced by the `exprMulDiv`
600
+ * labeled alternative in `MalloyParser.fieldExpr`.
601
+ * @param ctx the parse tree
602
+ */
603
+ enterExprMulDiv?: (ctx: ExprMulDivContext) => void;
604
+ /**
605
+ * Exit a parse tree produced by the `exprMulDiv`
606
+ * labeled alternative in `MalloyParser.fieldExpr`.
607
+ * @param ctx the parse tree
608
+ */
609
+ exitExprMulDiv?: (ctx: ExprMulDivContext) => void;
610
+ /**
611
+ * Enter a parse tree produced by the `exprAddSub`
612
+ * labeled alternative in `MalloyParser.fieldExpr`.
613
+ * @param ctx the parse tree
614
+ */
615
+ enterExprAddSub?: (ctx: ExprAddSubContext) => void;
616
+ /**
617
+ * Exit a parse tree produced by the `exprAddSub`
618
+ * labeled alternative in `MalloyParser.fieldExpr`.
619
+ * @param ctx the parse tree
620
+ */
621
+ exitExprAddSub?: (ctx: ExprAddSubContext) => void;
622
+ /**
623
+ * Enter a parse tree produced by the `exprRange`
624
+ * labeled alternative in `MalloyParser.fieldExpr`.
625
+ * @param ctx the parse tree
626
+ */
627
+ enterExprRange?: (ctx: ExprRangeContext) => void;
628
+ /**
629
+ * Exit a parse tree produced by the `exprRange`
630
+ * labeled alternative in `MalloyParser.fieldExpr`.
631
+ * @param ctx the parse tree
632
+ */
633
+ exitExprRange?: (ctx: ExprRangeContext) => void;
634
+ /**
635
+ * Enter a parse tree produced by the `exprForRange`
636
+ * labeled alternative in `MalloyParser.fieldExpr`.
637
+ * @param ctx the parse tree
638
+ */
639
+ enterExprForRange?: (ctx: ExprForRangeContext) => void;
640
+ /**
641
+ * Exit a parse tree produced by the `exprForRange`
642
+ * labeled alternative in `MalloyParser.fieldExpr`.
643
+ * @param ctx the parse tree
644
+ */
645
+ exitExprForRange?: (ctx: ExprForRangeContext) => void;
646
+ /**
647
+ * Enter a parse tree produced by the `exprLogicalTree`
648
+ * labeled alternative in `MalloyParser.fieldExpr`.
649
+ * @param ctx the parse tree
650
+ */
651
+ enterExprLogicalTree?: (ctx: ExprLogicalTreeContext) => void;
652
+ /**
653
+ * Exit a parse tree produced by the `exprLogicalTree`
654
+ * labeled alternative in `MalloyParser.fieldExpr`.
655
+ * @param ctx the parse tree
656
+ */
657
+ exitExprLogicalTree?: (ctx: ExprLogicalTreeContext) => void;
658
+ /**
659
+ * Enter a parse tree produced by the `exprCompare`
660
+ * labeled alternative in `MalloyParser.fieldExpr`.
661
+ * @param ctx the parse tree
662
+ */
663
+ enterExprCompare?: (ctx: ExprCompareContext) => void;
664
+ /**
665
+ * Exit a parse tree produced by the `exprCompare`
666
+ * labeled alternative in `MalloyParser.fieldExpr`.
667
+ * @param ctx the parse tree
668
+ */
669
+ exitExprCompare?: (ctx: ExprCompareContext) => void;
670
+ /**
671
+ * Enter a parse tree produced by the `exprApply`
672
+ * labeled alternative in `MalloyParser.fieldExpr`.
673
+ * @param ctx the parse tree
674
+ */
675
+ enterExprApply?: (ctx: ExprApplyContext) => void;
676
+ /**
677
+ * Exit a parse tree produced by the `exprApply`
678
+ * labeled alternative in `MalloyParser.fieldExpr`.
679
+ * @param ctx the parse tree
680
+ */
681
+ exitExprApply?: (ctx: ExprApplyContext) => void;
682
+ /**
683
+ * Enter a parse tree produced by the `exprNot`
684
+ * labeled alternative in `MalloyParser.fieldExpr`.
685
+ * @param ctx the parse tree
686
+ */
687
+ enterExprNot?: (ctx: ExprNotContext) => void;
688
+ /**
689
+ * Exit a parse tree produced by the `exprNot`
690
+ * labeled alternative in `MalloyParser.fieldExpr`.
691
+ * @param ctx the parse tree
692
+ */
693
+ exitExprNot?: (ctx: ExprNotContext) => void;
694
+ /**
695
+ * Enter a parse tree produced by the `exprLogical`
696
+ * labeled alternative in `MalloyParser.fieldExpr`.
697
+ * @param ctx the parse tree
698
+ */
699
+ enterExprLogical?: (ctx: ExprLogicalContext) => void;
700
+ /**
701
+ * Exit a parse tree produced by the `exprLogical`
702
+ * labeled alternative in `MalloyParser.fieldExpr`.
703
+ * @param ctx the parse tree
704
+ */
705
+ exitExprLogical?: (ctx: ExprLogicalContext) => void;
706
+ /**
707
+ * Enter a parse tree produced by the `exprCast`
708
+ * labeled alternative in `MalloyParser.fieldExpr`.
709
+ * @param ctx the parse tree
710
+ */
711
+ enterExprCast?: (ctx: ExprCastContext) => void;
712
+ /**
713
+ * Exit a parse tree produced by the `exprCast`
714
+ * labeled alternative in `MalloyParser.fieldExpr`.
715
+ * @param ctx the parse tree
716
+ */
717
+ exitExprCast?: (ctx: ExprCastContext) => void;
718
+ /**
719
+ * Enter a parse tree produced by the `exprCountDisinct`
720
+ * labeled alternative in `MalloyParser.fieldExpr`.
721
+ * @param ctx the parse tree
722
+ */
723
+ enterExprCountDisinct?: (ctx: ExprCountDisinctContext) => void;
724
+ /**
725
+ * Exit a parse tree produced by the `exprCountDisinct`
726
+ * labeled alternative in `MalloyParser.fieldExpr`.
727
+ * @param ctx the parse tree
728
+ */
729
+ exitExprCountDisinct?: (ctx: ExprCountDisinctContext) => void;
730
+ /**
731
+ * Enter a parse tree produced by the `exprAggregate`
732
+ * labeled alternative in `MalloyParser.fieldExpr`.
733
+ * @param ctx the parse tree
734
+ */
735
+ enterExprAggregate?: (ctx: ExprAggregateContext) => void;
736
+ /**
737
+ * Exit a parse tree produced by the `exprAggregate`
738
+ * labeled alternative in `MalloyParser.fieldExpr`.
739
+ * @param ctx the parse tree
740
+ */
741
+ exitExprAggregate?: (ctx: ExprAggregateContext) => void;
742
+ /**
743
+ * Enter a parse tree produced by the `exprExpr`
744
+ * labeled alternative in `MalloyParser.fieldExpr`.
745
+ * @param ctx the parse tree
746
+ */
747
+ enterExprExpr?: (ctx: ExprExprContext) => void;
748
+ /**
749
+ * Exit a parse tree produced by the `exprExpr`
750
+ * labeled alternative in `MalloyParser.fieldExpr`.
751
+ * @param ctx the parse tree
752
+ */
753
+ exitExprExpr?: (ctx: ExprExprContext) => void;
754
+ /**
755
+ * Enter a parse tree produced by the `exprFunc`
756
+ * labeled alternative in `MalloyParser.fieldExpr`.
757
+ * @param ctx the parse tree
758
+ */
759
+ enterExprFunc?: (ctx: ExprFuncContext) => void;
760
+ /**
761
+ * Exit a parse tree produced by the `exprFunc`
762
+ * labeled alternative in `MalloyParser.fieldExpr`.
763
+ * @param ctx the parse tree
764
+ */
765
+ exitExprFunc?: (ctx: ExprFuncContext) => void;
766
+ /**
767
+ * Enter a parse tree produced by the `exprPick`
768
+ * labeled alternative in `MalloyParser.fieldExpr`.
769
+ * @param ctx the parse tree
770
+ */
771
+ enterExprPick?: (ctx: ExprPickContext) => void;
772
+ /**
773
+ * Exit a parse tree produced by the `exprPick`
774
+ * labeled alternative in `MalloyParser.fieldExpr`.
775
+ * @param ctx the parse tree
776
+ */
777
+ exitExprPick?: (ctx: ExprPickContext) => void;
778
+ /**
779
+ * Enter a parse tree produced by the `exprUngroup`
780
+ * labeled alternative in `MalloyParser.fieldExpr`.
781
+ * @param ctx the parse tree
782
+ */
783
+ enterExprUngroup?: (ctx: ExprUngroupContext) => void;
784
+ /**
785
+ * Exit a parse tree produced by the `exprUngroup`
786
+ * labeled alternative in `MalloyParser.fieldExpr`.
787
+ * @param ctx the parse tree
788
+ */
789
+ exitExprUngroup?: (ctx: ExprUngroupContext) => void;
790
+ /**
791
+ * Enter a parse tree produced by the `exploreArrowQuery`
792
+ * labeled alternative in `MalloyParser.query`.
793
+ * @param ctx the parse tree
794
+ */
795
+ enterExploreArrowQuery?: (ctx: ExploreArrowQueryContext) => void;
796
+ /**
797
+ * Exit a parse tree produced by the `exploreArrowQuery`
798
+ * labeled alternative in `MalloyParser.query`.
799
+ * @param ctx the parse tree
800
+ */
801
+ exitExploreArrowQuery?: (ctx: ExploreArrowQueryContext) => void;
802
+ /**
803
+ * Enter a parse tree produced by the `arrowQuery`
804
+ * labeled alternative in `MalloyParser.query`.
805
+ * @param ctx the parse tree
806
+ */
807
+ enterArrowQuery?: (ctx: ArrowQueryContext) => void;
808
+ /**
809
+ * Exit a parse tree produced by the `arrowQuery`
810
+ * labeled alternative in `MalloyParser.query`.
811
+ * @param ctx the parse tree
812
+ */
813
+ exitArrowQuery?: (ctx: ArrowQueryContext) => void;
814
+ /**
815
+ * Enter a parse tree produced by the `defJoinOne`
816
+ * labeled alternative in `MalloyParser.joinStatement`.
817
+ * @param ctx the parse tree
818
+ */
819
+ enterDefJoinOne?: (ctx: DefJoinOneContext) => void;
820
+ /**
821
+ * Exit a parse tree produced by the `defJoinOne`
822
+ * labeled alternative in `MalloyParser.joinStatement`.
823
+ * @param ctx the parse tree
824
+ */
825
+ exitDefJoinOne?: (ctx: DefJoinOneContext) => void;
826
+ /**
827
+ * Enter a parse tree produced by the `defJoinMany`
828
+ * labeled alternative in `MalloyParser.joinStatement`.
829
+ * @param ctx the parse tree
830
+ */
831
+ enterDefJoinMany?: (ctx: DefJoinManyContext) => void;
832
+ /**
833
+ * Exit a parse tree produced by the `defJoinMany`
834
+ * labeled alternative in `MalloyParser.joinStatement`.
835
+ * @param ctx the parse tree
836
+ */
837
+ exitDefJoinMany?: (ctx: DefJoinManyContext) => void;
838
+ /**
839
+ * Enter a parse tree produced by the `defJoinCross`
840
+ * labeled alternative in `MalloyParser.joinStatement`.
841
+ * @param ctx the parse tree
842
+ */
843
+ enterDefJoinCross?: (ctx: DefJoinCrossContext) => void;
844
+ /**
845
+ * Exit a parse tree produced by the `defJoinCross`
846
+ * labeled alternative in `MalloyParser.joinStatement`.
847
+ * @param ctx the parse tree
848
+ */
849
+ exitDefJoinCross?: (ctx: DefJoinCrossContext) => void;
850
+ /**
851
+ * Enter a parse tree produced by the `defExploreDimension`
852
+ * labeled alternative in `MalloyParser.exploreStatement`.
853
+ * @param ctx the parse tree
854
+ */
855
+ enterDefExploreDimension?: (ctx: DefExploreDimensionContext) => void;
856
+ /**
857
+ * Exit a parse tree produced by the `defExploreDimension`
858
+ * labeled alternative in `MalloyParser.exploreStatement`.
859
+ * @param ctx the parse tree
860
+ */
861
+ exitDefExploreDimension?: (ctx: DefExploreDimensionContext) => void;
862
+ /**
863
+ * Enter a parse tree produced by the `defExploreMeasure`
864
+ * labeled alternative in `MalloyParser.exploreStatement`.
865
+ * @param ctx the parse tree
866
+ */
867
+ enterDefExploreMeasure?: (ctx: DefExploreMeasureContext) => void;
868
+ /**
869
+ * Exit a parse tree produced by the `defExploreMeasure`
870
+ * labeled alternative in `MalloyParser.exploreStatement`.
871
+ * @param ctx the parse tree
872
+ */
873
+ exitDefExploreMeasure?: (ctx: DefExploreMeasureContext) => void;
874
+ /**
875
+ * Enter a parse tree produced by the `defDeclare_stub`
876
+ * labeled alternative in `MalloyParser.exploreStatement`.
877
+ * @param ctx the parse tree
878
+ */
879
+ enterDefDeclare_stub?: (ctx: DefDeclare_stubContext) => void;
880
+ /**
881
+ * Exit a parse tree produced by the `defDeclare_stub`
882
+ * labeled alternative in `MalloyParser.exploreStatement`.
883
+ * @param ctx the parse tree
884
+ */
885
+ exitDefDeclare_stub?: (ctx: DefDeclare_stubContext) => void;
886
+ /**
887
+ * Enter a parse tree produced by the `defJoin_stub`
888
+ * labeled alternative in `MalloyParser.exploreStatement`.
889
+ * @param ctx the parse tree
890
+ */
891
+ enterDefJoin_stub?: (ctx: DefJoin_stubContext) => void;
892
+ /**
893
+ * Exit a parse tree produced by the `defJoin_stub`
894
+ * labeled alternative in `MalloyParser.exploreStatement`.
895
+ * @param ctx the parse tree
896
+ */
897
+ exitDefJoin_stub?: (ctx: DefJoin_stubContext) => void;
898
+ /**
899
+ * Enter a parse tree produced by the `defExploreWhere`
900
+ * labeled alternative in `MalloyParser.exploreStatement`.
901
+ * @param ctx the parse tree
902
+ */
903
+ enterDefExploreWhere?: (ctx: DefExploreWhereContext) => void;
904
+ /**
905
+ * Exit a parse tree produced by the `defExploreWhere`
906
+ * labeled alternative in `MalloyParser.exploreStatement`.
907
+ * @param ctx the parse tree
908
+ */
909
+ exitDefExploreWhere?: (ctx: DefExploreWhereContext) => void;
910
+ /**
911
+ * Enter a parse tree produced by the `defExplorePrimaryKey`
912
+ * labeled alternative in `MalloyParser.exploreStatement`.
913
+ * @param ctx the parse tree
914
+ */
915
+ enterDefExplorePrimaryKey?: (ctx: DefExplorePrimaryKeyContext) => void;
916
+ /**
917
+ * Exit a parse tree produced by the `defExplorePrimaryKey`
918
+ * labeled alternative in `MalloyParser.exploreStatement`.
919
+ * @param ctx the parse tree
920
+ */
921
+ exitDefExplorePrimaryKey?: (ctx: DefExplorePrimaryKeyContext) => void;
922
+ /**
923
+ * Enter a parse tree produced by the `defExploreRename`
924
+ * labeled alternative in `MalloyParser.exploreStatement`.
925
+ * @param ctx the parse tree
926
+ */
927
+ enterDefExploreRename?: (ctx: DefExploreRenameContext) => void;
928
+ /**
929
+ * Exit a parse tree produced by the `defExploreRename`
930
+ * labeled alternative in `MalloyParser.exploreStatement`.
931
+ * @param ctx the parse tree
932
+ */
933
+ exitDefExploreRename?: (ctx: DefExploreRenameContext) => void;
934
+ /**
935
+ * Enter a parse tree produced by the `defExploreEditField`
936
+ * labeled alternative in `MalloyParser.exploreStatement`.
937
+ * @param ctx the parse tree
938
+ */
939
+ enterDefExploreEditField?: (ctx: DefExploreEditFieldContext) => void;
940
+ /**
941
+ * Exit a parse tree produced by the `defExploreEditField`
942
+ * labeled alternative in `MalloyParser.exploreStatement`.
943
+ * @param ctx the parse tree
944
+ */
945
+ exitDefExploreEditField?: (ctx: DefExploreEditFieldContext) => void;
946
+ /**
947
+ * Enter a parse tree produced by the `defExploreQuery`
948
+ * labeled alternative in `MalloyParser.exploreStatement`.
949
+ * @param ctx the parse tree
950
+ */
951
+ enterDefExploreQuery?: (ctx: DefExploreQueryContext) => void;
952
+ /**
953
+ * Exit a parse tree produced by the `defExploreQuery`
954
+ * labeled alternative in `MalloyParser.exploreStatement`.
955
+ * @param ctx the parse tree
956
+ */
957
+ exitDefExploreQuery?: (ctx: DefExploreQueryContext) => void;
958
+ /**
959
+ * Enter a parse tree produced by the `filterByShortcut`
960
+ * labeled alternative in `MalloyParser.filteredBy`.
961
+ * @param ctx the parse tree
962
+ */
963
+ enterFilterByShortcut?: (ctx: FilterByShortcutContext) => void;
964
+ /**
965
+ * Exit a parse tree produced by the `filterByShortcut`
966
+ * labeled alternative in `MalloyParser.filteredBy`.
967
+ * @param ctx the parse tree
968
+ */
969
+ exitFilterByShortcut?: (ctx: FilterByShortcutContext) => void;
970
+ /**
971
+ * Enter a parse tree produced by the `filterByWhere`
972
+ * labeled alternative in `MalloyParser.filteredBy`.
973
+ * @param ctx the parse tree
974
+ */
975
+ enterFilterByWhere?: (ctx: FilterByWhereContext) => void;
976
+ /**
977
+ * Exit a parse tree produced by the `filterByWhere`
978
+ * labeled alternative in `MalloyParser.filteredBy`.
979
+ * @param ctx the parse tree
980
+ */
981
+ exitFilterByWhere?: (ctx: FilterByWhereContext) => void;
982
+ /**
983
+ * Enter a parse tree produced by the `joinWith`
984
+ * labeled alternative in `MalloyParser.joinDef`.
985
+ * @param ctx the parse tree
986
+ */
987
+ enterJoinWith?: (ctx: JoinWithContext) => void;
988
+ /**
989
+ * Exit a parse tree produced by the `joinWith`
990
+ * labeled alternative in `MalloyParser.joinDef`.
991
+ * @param ctx the parse tree
992
+ */
993
+ exitJoinWith?: (ctx: JoinWithContext) => void;
994
+ /**
995
+ * Enter a parse tree produced by the `joinOn`
996
+ * labeled alternative in `MalloyParser.joinDef`.
997
+ * @param ctx the parse tree
998
+ */
999
+ enterJoinOn?: (ctx: JoinOnContext) => void;
1000
+ /**
1001
+ * Exit a parse tree produced by the `joinOn`
1002
+ * labeled alternative in `MalloyParser.joinDef`.
1003
+ * @param ctx the parse tree
1004
+ */
1005
+ exitJoinOn?: (ctx: JoinOnContext) => void;
1006
+ /**
1007
+ * Enter a parse tree produced by `MalloyParser.malloyDocument`.
1008
+ * @param ctx the parse tree
1009
+ */
1010
+ enterMalloyDocument?: (ctx: MalloyDocumentContext) => void;
1011
+ /**
1012
+ * Exit a parse tree produced by `MalloyParser.malloyDocument`.
1013
+ * @param ctx the parse tree
1014
+ */
1015
+ exitMalloyDocument?: (ctx: MalloyDocumentContext) => void;
1016
+ /**
1017
+ * Enter a parse tree produced by `MalloyParser.malloyStatement`.
1018
+ * @param ctx the parse tree
1019
+ */
1020
+ enterMalloyStatement?: (ctx: MalloyStatementContext) => void;
1021
+ /**
1022
+ * Exit a parse tree produced by `MalloyParser.malloyStatement`.
1023
+ * @param ctx the parse tree
1024
+ */
1025
+ exitMalloyStatement?: (ctx: MalloyStatementContext) => void;
1026
+ /**
1027
+ * Enter a parse tree produced by `MalloyParser.defineExploreStatement`.
1028
+ * @param ctx the parse tree
1029
+ */
1030
+ enterDefineExploreStatement?: (ctx: DefineExploreStatementContext) => void;
1031
+ /**
1032
+ * Exit a parse tree produced by `MalloyParser.defineExploreStatement`.
1033
+ * @param ctx the parse tree
1034
+ */
1035
+ exitDefineExploreStatement?: (ctx: DefineExploreStatementContext) => void;
1036
+ /**
1037
+ * Enter a parse tree produced by `MalloyParser.exploreKeyword`.
1038
+ * @param ctx the parse tree
1039
+ */
1040
+ enterExploreKeyword?: (ctx: ExploreKeywordContext) => void;
1041
+ /**
1042
+ * Exit a parse tree produced by `MalloyParser.exploreKeyword`.
1043
+ * @param ctx the parse tree
1044
+ */
1045
+ exitExploreKeyword?: (ctx: ExploreKeywordContext) => void;
1046
+ /**
1047
+ * Enter a parse tree produced by `MalloyParser.defineQuery`.
1048
+ * @param ctx the parse tree
1049
+ */
1050
+ enterDefineQuery?: (ctx: DefineQueryContext) => void;
1051
+ /**
1052
+ * Exit a parse tree produced by `MalloyParser.defineQuery`.
1053
+ * @param ctx the parse tree
1054
+ */
1055
+ exitDefineQuery?: (ctx: DefineQueryContext) => void;
1056
+ /**
1057
+ * Enter a parse tree produced by `MalloyParser.topLevelAnonQueryDef`.
1058
+ * @param ctx the parse tree
1059
+ */
1060
+ enterTopLevelAnonQueryDef?: (ctx: TopLevelAnonQueryDefContext) => void;
1061
+ /**
1062
+ * Exit a parse tree produced by `MalloyParser.topLevelAnonQueryDef`.
1063
+ * @param ctx the parse tree
1064
+ */
1065
+ exitTopLevelAnonQueryDef?: (ctx: TopLevelAnonQueryDefContext) => void;
1066
+ /**
1067
+ * Enter a parse tree produced by `MalloyParser.defineSQLStatement`.
1068
+ * @param ctx the parse tree
1069
+ */
1070
+ enterDefineSQLStatement?: (ctx: DefineSQLStatementContext) => void;
1071
+ /**
1072
+ * Exit a parse tree produced by `MalloyParser.defineSQLStatement`.
1073
+ * @param ctx the parse tree
1074
+ */
1075
+ exitDefineSQLStatement?: (ctx: DefineSQLStatementContext) => void;
1076
+ /**
1077
+ * Enter a parse tree produced by `MalloyParser.sqlStatementDef`.
1078
+ * @param ctx the parse tree
1079
+ */
1080
+ enterSqlStatementDef?: (ctx: SqlStatementDefContext) => void;
1081
+ /**
1082
+ * Exit a parse tree produced by `MalloyParser.sqlStatementDef`.
1083
+ * @param ctx the parse tree
1084
+ */
1085
+ exitSqlStatementDef?: (ctx: SqlStatementDefContext) => void;
1086
+ /**
1087
+ * Enter a parse tree produced by `MalloyParser.importStatement`.
1088
+ * @param ctx the parse tree
1089
+ */
1090
+ enterImportStatement?: (ctx: ImportStatementContext) => void;
1091
+ /**
1092
+ * Exit a parse tree produced by `MalloyParser.importStatement`.
1093
+ * @param ctx the parse tree
1094
+ */
1095
+ exitImportStatement?: (ctx: ImportStatementContext) => void;
1096
+ /**
1097
+ * Enter a parse tree produced by `MalloyParser.importURL`.
1098
+ * @param ctx the parse tree
1099
+ */
1100
+ enterImportURL?: (ctx: ImportURLContext) => void;
1101
+ /**
1102
+ * Exit a parse tree produced by `MalloyParser.importURL`.
1103
+ * @param ctx the parse tree
1104
+ */
1105
+ exitImportURL?: (ctx: ImportURLContext) => void;
1106
+ /**
1107
+ * Enter a parse tree produced by `MalloyParser.topLevelQueryDefs`.
1108
+ * @param ctx the parse tree
1109
+ */
1110
+ enterTopLevelQueryDefs?: (ctx: TopLevelQueryDefsContext) => void;
1111
+ /**
1112
+ * Exit a parse tree produced by `MalloyParser.topLevelQueryDefs`.
1113
+ * @param ctx the parse tree
1114
+ */
1115
+ exitTopLevelQueryDefs?: (ctx: TopLevelQueryDefsContext) => void;
1116
+ /**
1117
+ * Enter a parse tree produced by `MalloyParser.topLevelQueryDef`.
1118
+ * @param ctx the parse tree
1119
+ */
1120
+ enterTopLevelQueryDef?: (ctx: TopLevelQueryDefContext) => void;
1121
+ /**
1122
+ * Exit a parse tree produced by `MalloyParser.topLevelQueryDef`.
1123
+ * @param ctx the parse tree
1124
+ */
1125
+ exitTopLevelQueryDef?: (ctx: TopLevelQueryDefContext) => void;
1126
+ /**
1127
+ * Enter a parse tree produced by `MalloyParser.refineOperator`.
1128
+ * @param ctx the parse tree
1129
+ */
1130
+ enterRefineOperator?: (ctx: RefineOperatorContext) => void;
1131
+ /**
1132
+ * Exit a parse tree produced by `MalloyParser.refineOperator`.
1133
+ * @param ctx the parse tree
1134
+ */
1135
+ exitRefineOperator?: (ctx: RefineOperatorContext) => void;
1136
+ /**
1137
+ * Enter a parse tree produced by `MalloyParser.query`.
1138
+ * @param ctx the parse tree
1139
+ */
1140
+ enterQuery?: (ctx: QueryContext) => void;
1141
+ /**
1142
+ * Exit a parse tree produced by `MalloyParser.query`.
1143
+ * @param ctx the parse tree
1144
+ */
1145
+ exitQuery?: (ctx: QueryContext) => void;
1146
+ /**
1147
+ * Enter a parse tree produced by `MalloyParser.pipelineFromName`.
1148
+ * @param ctx the parse tree
1149
+ */
1150
+ enterPipelineFromName?: (ctx: PipelineFromNameContext) => void;
1151
+ /**
1152
+ * Exit a parse tree produced by `MalloyParser.pipelineFromName`.
1153
+ * @param ctx the parse tree
1154
+ */
1155
+ exitPipelineFromName?: (ctx: PipelineFromNameContext) => void;
1156
+ /**
1157
+ * Enter a parse tree produced by `MalloyParser.firstSegment`.
1158
+ * @param ctx the parse tree
1159
+ */
1160
+ enterFirstSegment?: (ctx: FirstSegmentContext) => void;
1161
+ /**
1162
+ * Exit a parse tree produced by `MalloyParser.firstSegment`.
1163
+ * @param ctx the parse tree
1164
+ */
1165
+ exitFirstSegment?: (ctx: FirstSegmentContext) => void;
1166
+ /**
1167
+ * Enter a parse tree produced by `MalloyParser.pipeElement`.
1168
+ * @param ctx the parse tree
1169
+ */
1170
+ enterPipeElement?: (ctx: PipeElementContext) => void;
1171
+ /**
1172
+ * Exit a parse tree produced by `MalloyParser.pipeElement`.
1173
+ * @param ctx the parse tree
1174
+ */
1175
+ exitPipeElement?: (ctx: PipeElementContext) => void;
1176
+ /**
1177
+ * Enter a parse tree produced by `MalloyParser.exploreTable`.
1178
+ * @param ctx the parse tree
1179
+ */
1180
+ enterExploreTable?: (ctx: ExploreTableContext) => void;
1181
+ /**
1182
+ * Exit a parse tree produced by `MalloyParser.exploreTable`.
1183
+ * @param ctx the parse tree
1184
+ */
1185
+ exitExploreTable?: (ctx: ExploreTableContext) => void;
1186
+ /**
1187
+ * Enter a parse tree produced by `MalloyParser.queryProperties`.
1188
+ * @param ctx the parse tree
1189
+ */
1190
+ enterQueryProperties?: (ctx: QueryPropertiesContext) => void;
1191
+ /**
1192
+ * Exit a parse tree produced by `MalloyParser.queryProperties`.
1193
+ * @param ctx the parse tree
1194
+ */
1195
+ exitQueryProperties?: (ctx: QueryPropertiesContext) => void;
1196
+ /**
1197
+ * Enter a parse tree produced by `MalloyParser.filterShortcut`.
1198
+ * @param ctx the parse tree
1199
+ */
1200
+ enterFilterShortcut?: (ctx: FilterShortcutContext) => void;
1201
+ /**
1202
+ * Exit a parse tree produced by `MalloyParser.filterShortcut`.
1203
+ * @param ctx the parse tree
1204
+ */
1205
+ exitFilterShortcut?: (ctx: FilterShortcutContext) => void;
1206
+ /**
1207
+ * Enter a parse tree produced by `MalloyParser.exploreQueryName`.
1208
+ * @param ctx the parse tree
1209
+ */
1210
+ enterExploreQueryName?: (ctx: ExploreQueryNameContext) => void;
1211
+ /**
1212
+ * Exit a parse tree produced by `MalloyParser.exploreQueryName`.
1213
+ * @param ctx the parse tree
1214
+ */
1215
+ exitExploreQueryName?: (ctx: ExploreQueryNameContext) => void;
1216
+ /**
1217
+ * Enter a parse tree produced by `MalloyParser.queryName`.
1218
+ * @param ctx the parse tree
1219
+ */
1220
+ enterQueryName?: (ctx: QueryNameContext) => void;
1221
+ /**
1222
+ * Exit a parse tree produced by `MalloyParser.queryName`.
1223
+ * @param ctx the parse tree
1224
+ */
1225
+ exitQueryName?: (ctx: QueryNameContext) => void;
1226
+ /**
1227
+ * Enter a parse tree produced by `MalloyParser.exploreDefinitionList`.
1228
+ * @param ctx the parse tree
1229
+ */
1230
+ enterExploreDefinitionList?: (ctx: ExploreDefinitionListContext) => void;
1231
+ /**
1232
+ * Exit a parse tree produced by `MalloyParser.exploreDefinitionList`.
1233
+ * @param ctx the parse tree
1234
+ */
1235
+ exitExploreDefinitionList?: (ctx: ExploreDefinitionListContext) => void;
1236
+ /**
1237
+ * Enter a parse tree produced by `MalloyParser.exploreDefinition`.
1238
+ * @param ctx the parse tree
1239
+ */
1240
+ enterExploreDefinition?: (ctx: ExploreDefinitionContext) => void;
1241
+ /**
1242
+ * Exit a parse tree produced by `MalloyParser.exploreDefinition`.
1243
+ * @param ctx the parse tree
1244
+ */
1245
+ exitExploreDefinition?: (ctx: ExploreDefinitionContext) => void;
1246
+ /**
1247
+ * Enter a parse tree produced by `MalloyParser.explore`.
1248
+ * @param ctx the parse tree
1249
+ */
1250
+ enterExplore?: (ctx: ExploreContext) => void;
1251
+ /**
1252
+ * Exit a parse tree produced by `MalloyParser.explore`.
1253
+ * @param ctx the parse tree
1254
+ */
1255
+ exitExplore?: (ctx: ExploreContext) => void;
1256
+ /**
1257
+ * Enter a parse tree produced by `MalloyParser.exploreSource`.
1258
+ * @param ctx the parse tree
1259
+ */
1260
+ enterExploreSource?: (ctx: ExploreSourceContext) => void;
1261
+ /**
1262
+ * Exit a parse tree produced by `MalloyParser.exploreSource`.
1263
+ * @param ctx the parse tree
1264
+ */
1265
+ exitExploreSource?: (ctx: ExploreSourceContext) => void;
1266
+ /**
1267
+ * Enter a parse tree produced by `MalloyParser.exploreNameDef`.
1268
+ * @param ctx the parse tree
1269
+ */
1270
+ enterExploreNameDef?: (ctx: ExploreNameDefContext) => void;
1271
+ /**
1272
+ * Exit a parse tree produced by `MalloyParser.exploreNameDef`.
1273
+ * @param ctx the parse tree
1274
+ */
1275
+ exitExploreNameDef?: (ctx: ExploreNameDefContext) => void;
1276
+ /**
1277
+ * Enter a parse tree produced by `MalloyParser.exploreName`.
1278
+ * @param ctx the parse tree
1279
+ */
1280
+ enterExploreName?: (ctx: ExploreNameContext) => void;
1281
+ /**
1282
+ * Exit a parse tree produced by `MalloyParser.exploreName`.
1283
+ * @param ctx the parse tree
1284
+ */
1285
+ exitExploreName?: (ctx: ExploreNameContext) => void;
1286
+ /**
1287
+ * Enter a parse tree produced by `MalloyParser.exploreProperties`.
1288
+ * @param ctx the parse tree
1289
+ */
1290
+ enterExploreProperties?: (ctx: ExplorePropertiesContext) => void;
1291
+ /**
1292
+ * Exit a parse tree produced by `MalloyParser.exploreProperties`.
1293
+ * @param ctx the parse tree
1294
+ */
1295
+ exitExploreProperties?: (ctx: ExplorePropertiesContext) => void;
1296
+ /**
1297
+ * Enter a parse tree produced by `MalloyParser.exploreStatement`.
1298
+ * @param ctx the parse tree
1299
+ */
1300
+ enterExploreStatement?: (ctx: ExploreStatementContext) => void;
1301
+ /**
1302
+ * Exit a parse tree produced by `MalloyParser.exploreStatement`.
1303
+ * @param ctx the parse tree
1304
+ */
1305
+ exitExploreStatement?: (ctx: ExploreStatementContext) => void;
1306
+ /**
1307
+ * Enter a parse tree produced by `MalloyParser.renameList`.
1308
+ * @param ctx the parse tree
1309
+ */
1310
+ enterRenameList?: (ctx: RenameListContext) => void;
1311
+ /**
1312
+ * Exit a parse tree produced by `MalloyParser.renameList`.
1313
+ * @param ctx the parse tree
1314
+ */
1315
+ exitRenameList?: (ctx: RenameListContext) => void;
1316
+ /**
1317
+ * Enter a parse tree produced by `MalloyParser.exploreRenameDef`.
1318
+ * @param ctx the parse tree
1319
+ */
1320
+ enterExploreRenameDef?: (ctx: ExploreRenameDefContext) => void;
1321
+ /**
1322
+ * Exit a parse tree produced by `MalloyParser.exploreRenameDef`.
1323
+ * @param ctx the parse tree
1324
+ */
1325
+ exitExploreRenameDef?: (ctx: ExploreRenameDefContext) => void;
1326
+ /**
1327
+ * Enter a parse tree produced by `MalloyParser.dimensionDefList`.
1328
+ * @param ctx the parse tree
1329
+ */
1330
+ enterDimensionDefList?: (ctx: DimensionDefListContext) => void;
1331
+ /**
1332
+ * Exit a parse tree produced by `MalloyParser.dimensionDefList`.
1333
+ * @param ctx the parse tree
1334
+ */
1335
+ exitDimensionDefList?: (ctx: DimensionDefListContext) => void;
1336
+ /**
1337
+ * Enter a parse tree produced by `MalloyParser.measureDefList`.
1338
+ * @param ctx the parse tree
1339
+ */
1340
+ enterMeasureDefList?: (ctx: MeasureDefListContext) => void;
1341
+ /**
1342
+ * Exit a parse tree produced by `MalloyParser.measureDefList`.
1343
+ * @param ctx the parse tree
1344
+ */
1345
+ exitMeasureDefList?: (ctx: MeasureDefListContext) => void;
1346
+ /**
1347
+ * Enter a parse tree produced by `MalloyParser.fieldDef`.
1348
+ * @param ctx the parse tree
1349
+ */
1350
+ enterFieldDef?: (ctx: FieldDefContext) => void;
1351
+ /**
1352
+ * Exit a parse tree produced by `MalloyParser.fieldDef`.
1353
+ * @param ctx the parse tree
1354
+ */
1355
+ exitFieldDef?: (ctx: FieldDefContext) => void;
1356
+ /**
1357
+ * Enter a parse tree produced by `MalloyParser.fieldNameDef`.
1358
+ * @param ctx the parse tree
1359
+ */
1360
+ enterFieldNameDef?: (ctx: FieldNameDefContext) => void;
1361
+ /**
1362
+ * Exit a parse tree produced by `MalloyParser.fieldNameDef`.
1363
+ * @param ctx the parse tree
1364
+ */
1365
+ exitFieldNameDef?: (ctx: FieldNameDefContext) => void;
1366
+ /**
1367
+ * Enter a parse tree produced by `MalloyParser.joinNameDef`.
1368
+ * @param ctx the parse tree
1369
+ */
1370
+ enterJoinNameDef?: (ctx: JoinNameDefContext) => void;
1371
+ /**
1372
+ * Exit a parse tree produced by `MalloyParser.joinNameDef`.
1373
+ * @param ctx the parse tree
1374
+ */
1375
+ exitJoinNameDef?: (ctx: JoinNameDefContext) => void;
1376
+ /**
1377
+ * Enter a parse tree produced by `MalloyParser.measureDef`.
1378
+ * @param ctx the parse tree
1379
+ */
1380
+ enterMeasureDef?: (ctx: MeasureDefContext) => void;
1381
+ /**
1382
+ * Exit a parse tree produced by `MalloyParser.measureDef`.
1383
+ * @param ctx the parse tree
1384
+ */
1385
+ exitMeasureDef?: (ctx: MeasureDefContext) => void;
1386
+ /**
1387
+ * Enter a parse tree produced by `MalloyParser.declareStatement`.
1388
+ * @param ctx the parse tree
1389
+ */
1390
+ enterDeclareStatement?: (ctx: DeclareStatementContext) => void;
1391
+ /**
1392
+ * Exit a parse tree produced by `MalloyParser.declareStatement`.
1393
+ * @param ctx the parse tree
1394
+ */
1395
+ exitDeclareStatement?: (ctx: DeclareStatementContext) => void;
1396
+ /**
1397
+ * Enter a parse tree produced by `MalloyParser.joinStatement`.
1398
+ * @param ctx the parse tree
1399
+ */
1400
+ enterJoinStatement?: (ctx: JoinStatementContext) => void;
1401
+ /**
1402
+ * Exit a parse tree produced by `MalloyParser.joinStatement`.
1403
+ * @param ctx the parse tree
1404
+ */
1405
+ exitJoinStatement?: (ctx: JoinStatementContext) => void;
1406
+ /**
1407
+ * Enter a parse tree produced by `MalloyParser.joinList`.
1408
+ * @param ctx the parse tree
1409
+ */
1410
+ enterJoinList?: (ctx: JoinListContext) => void;
1411
+ /**
1412
+ * Exit a parse tree produced by `MalloyParser.joinList`.
1413
+ * @param ctx the parse tree
1414
+ */
1415
+ exitJoinList?: (ctx: JoinListContext) => void;
1416
+ /**
1417
+ * Enter a parse tree produced by `MalloyParser.joinDef`.
1418
+ * @param ctx the parse tree
1419
+ */
1420
+ enterJoinDef?: (ctx: JoinDefContext) => void;
1421
+ /**
1422
+ * Exit a parse tree produced by `MalloyParser.joinDef`.
1423
+ * @param ctx the parse tree
1424
+ */
1425
+ exitJoinDef?: (ctx: JoinDefContext) => void;
1426
+ /**
1427
+ * Enter a parse tree produced by `MalloyParser.joinExpression`.
1428
+ * @param ctx the parse tree
1429
+ */
1430
+ enterJoinExpression?: (ctx: JoinExpressionContext) => void;
1431
+ /**
1432
+ * Exit a parse tree produced by `MalloyParser.joinExpression`.
1433
+ * @param ctx the parse tree
1434
+ */
1435
+ exitJoinExpression?: (ctx: JoinExpressionContext) => void;
1436
+ /**
1437
+ * Enter a parse tree produced by `MalloyParser.filterStatement`.
1438
+ * @param ctx the parse tree
1439
+ */
1440
+ enterFilterStatement?: (ctx: FilterStatementContext) => void;
1441
+ /**
1442
+ * Exit a parse tree produced by `MalloyParser.filterStatement`.
1443
+ * @param ctx the parse tree
1444
+ */
1445
+ exitFilterStatement?: (ctx: FilterStatementContext) => void;
1446
+ /**
1447
+ * Enter a parse tree produced by `MalloyParser.filteredBy`.
1448
+ * @param ctx the parse tree
1449
+ */
1450
+ enterFilteredBy?: (ctx: FilteredByContext) => void;
1451
+ /**
1452
+ * Exit a parse tree produced by `MalloyParser.filteredBy`.
1453
+ * @param ctx the parse tree
1454
+ */
1455
+ exitFilteredBy?: (ctx: FilteredByContext) => void;
1456
+ /**
1457
+ * Enter a parse tree produced by `MalloyParser.filterClauseList`.
1458
+ * @param ctx the parse tree
1459
+ */
1460
+ enterFilterClauseList?: (ctx: FilterClauseListContext) => void;
1461
+ /**
1462
+ * Exit a parse tree produced by `MalloyParser.filterClauseList`.
1463
+ * @param ctx the parse tree
1464
+ */
1465
+ exitFilterClauseList?: (ctx: FilterClauseListContext) => void;
1466
+ /**
1467
+ * Enter a parse tree produced by `MalloyParser.whereStatement`.
1468
+ * @param ctx the parse tree
1469
+ */
1470
+ enterWhereStatement?: (ctx: WhereStatementContext) => void;
1471
+ /**
1472
+ * Exit a parse tree produced by `MalloyParser.whereStatement`.
1473
+ * @param ctx the parse tree
1474
+ */
1475
+ exitWhereStatement?: (ctx: WhereStatementContext) => void;
1476
+ /**
1477
+ * Enter a parse tree produced by `MalloyParser.havingStatement`.
1478
+ * @param ctx the parse tree
1479
+ */
1480
+ enterHavingStatement?: (ctx: HavingStatementContext) => void;
1481
+ /**
1482
+ * Exit a parse tree produced by `MalloyParser.havingStatement`.
1483
+ * @param ctx the parse tree
1484
+ */
1485
+ exitHavingStatement?: (ctx: HavingStatementContext) => void;
1486
+ /**
1487
+ * Enter a parse tree produced by `MalloyParser.subQueryDefList`.
1488
+ * @param ctx the parse tree
1489
+ */
1490
+ enterSubQueryDefList?: (ctx: SubQueryDefListContext) => void;
1491
+ /**
1492
+ * Exit a parse tree produced by `MalloyParser.subQueryDefList`.
1493
+ * @param ctx the parse tree
1494
+ */
1495
+ exitSubQueryDefList?: (ctx: SubQueryDefListContext) => void;
1496
+ /**
1497
+ * Enter a parse tree produced by `MalloyParser.exploreQueryNameDef`.
1498
+ * @param ctx the parse tree
1499
+ */
1500
+ enterExploreQueryNameDef?: (ctx: ExploreQueryNameDefContext) => void;
1501
+ /**
1502
+ * Exit a parse tree produced by `MalloyParser.exploreQueryNameDef`.
1503
+ * @param ctx the parse tree
1504
+ */
1505
+ exitExploreQueryNameDef?: (ctx: ExploreQueryNameDefContext) => void;
1506
+ /**
1507
+ * Enter a parse tree produced by `MalloyParser.exploreQueryDef`.
1508
+ * @param ctx the parse tree
1509
+ */
1510
+ enterExploreQueryDef?: (ctx: ExploreQueryDefContext) => void;
1511
+ /**
1512
+ * Exit a parse tree produced by `MalloyParser.exploreQueryDef`.
1513
+ * @param ctx the parse tree
1514
+ */
1515
+ exitExploreQueryDef?: (ctx: ExploreQueryDefContext) => void;
1516
+ /**
1517
+ * Enter a parse tree produced by `MalloyParser.queryStatement`.
1518
+ * @param ctx the parse tree
1519
+ */
1520
+ enterQueryStatement?: (ctx: QueryStatementContext) => void;
1521
+ /**
1522
+ * Exit a parse tree produced by `MalloyParser.queryStatement`.
1523
+ * @param ctx the parse tree
1524
+ */
1525
+ exitQueryStatement?: (ctx: QueryStatementContext) => void;
1526
+ /**
1527
+ * Enter a parse tree produced by `MalloyParser.groupByStatement`.
1528
+ * @param ctx the parse tree
1529
+ */
1530
+ enterGroupByStatement?: (ctx: GroupByStatementContext) => void;
1531
+ /**
1532
+ * Exit a parse tree produced by `MalloyParser.groupByStatement`.
1533
+ * @param ctx the parse tree
1534
+ */
1535
+ exitGroupByStatement?: (ctx: GroupByStatementContext) => void;
1536
+ /**
1537
+ * Enter a parse tree produced by `MalloyParser.queryFieldList`.
1538
+ * @param ctx the parse tree
1539
+ */
1540
+ enterQueryFieldList?: (ctx: QueryFieldListContext) => void;
1541
+ /**
1542
+ * Exit a parse tree produced by `MalloyParser.queryFieldList`.
1543
+ * @param ctx the parse tree
1544
+ */
1545
+ exitQueryFieldList?: (ctx: QueryFieldListContext) => void;
1546
+ /**
1547
+ * Enter a parse tree produced by `MalloyParser.dimensionDef`.
1548
+ * @param ctx the parse tree
1549
+ */
1550
+ enterDimensionDef?: (ctx: DimensionDefContext) => void;
1551
+ /**
1552
+ * Exit a parse tree produced by `MalloyParser.dimensionDef`.
1553
+ * @param ctx the parse tree
1554
+ */
1555
+ exitDimensionDef?: (ctx: DimensionDefContext) => void;
1556
+ /**
1557
+ * Enter a parse tree produced by `MalloyParser.queryFieldEntry`.
1558
+ * @param ctx the parse tree
1559
+ */
1560
+ enterQueryFieldEntry?: (ctx: QueryFieldEntryContext) => void;
1561
+ /**
1562
+ * Exit a parse tree produced by `MalloyParser.queryFieldEntry`.
1563
+ * @param ctx the parse tree
1564
+ */
1565
+ exitQueryFieldEntry?: (ctx: QueryFieldEntryContext) => void;
1566
+ /**
1567
+ * Enter a parse tree produced by `MalloyParser.nestStatement`.
1568
+ * @param ctx the parse tree
1569
+ */
1570
+ enterNestStatement?: (ctx: NestStatementContext) => void;
1571
+ /**
1572
+ * Exit a parse tree produced by `MalloyParser.nestStatement`.
1573
+ * @param ctx the parse tree
1574
+ */
1575
+ exitNestStatement?: (ctx: NestStatementContext) => void;
1576
+ /**
1577
+ * Enter a parse tree produced by `MalloyParser.nestedQueryList`.
1578
+ * @param ctx the parse tree
1579
+ */
1580
+ enterNestedQueryList?: (ctx: NestedQueryListContext) => void;
1581
+ /**
1582
+ * Exit a parse tree produced by `MalloyParser.nestedQueryList`.
1583
+ * @param ctx the parse tree
1584
+ */
1585
+ exitNestedQueryList?: (ctx: NestedQueryListContext) => void;
1586
+ /**
1587
+ * Enter a parse tree produced by `MalloyParser.nestEntry`.
1588
+ * @param ctx the parse tree
1589
+ */
1590
+ enterNestEntry?: (ctx: NestEntryContext) => void;
1591
+ /**
1592
+ * Exit a parse tree produced by `MalloyParser.nestEntry`.
1593
+ * @param ctx the parse tree
1594
+ */
1595
+ exitNestEntry?: (ctx: NestEntryContext) => void;
1596
+ /**
1597
+ * Enter a parse tree produced by `MalloyParser.aggregateStatement`.
1598
+ * @param ctx the parse tree
1599
+ */
1600
+ enterAggregateStatement?: (ctx: AggregateStatementContext) => void;
1601
+ /**
1602
+ * Exit a parse tree produced by `MalloyParser.aggregateStatement`.
1603
+ * @param ctx the parse tree
1604
+ */
1605
+ exitAggregateStatement?: (ctx: AggregateStatementContext) => void;
1606
+ /**
1607
+ * Enter a parse tree produced by `MalloyParser.projectStatement`.
1608
+ * @param ctx the parse tree
1609
+ */
1610
+ enterProjectStatement?: (ctx: ProjectStatementContext) => void;
1611
+ /**
1612
+ * Exit a parse tree produced by `MalloyParser.projectStatement`.
1613
+ * @param ctx the parse tree
1614
+ */
1615
+ exitProjectStatement?: (ctx: ProjectStatementContext) => void;
1616
+ /**
1617
+ * Enter a parse tree produced by `MalloyParser.orderByStatement`.
1618
+ * @param ctx the parse tree
1619
+ */
1620
+ enterOrderByStatement?: (ctx: OrderByStatementContext) => void;
1621
+ /**
1622
+ * Exit a parse tree produced by `MalloyParser.orderByStatement`.
1623
+ * @param ctx the parse tree
1624
+ */
1625
+ exitOrderByStatement?: (ctx: OrderByStatementContext) => void;
1626
+ /**
1627
+ * Enter a parse tree produced by `MalloyParser.ordering`.
1628
+ * @param ctx the parse tree
1629
+ */
1630
+ enterOrdering?: (ctx: OrderingContext) => void;
1631
+ /**
1632
+ * Exit a parse tree produced by `MalloyParser.ordering`.
1633
+ * @param ctx the parse tree
1634
+ */
1635
+ exitOrdering?: (ctx: OrderingContext) => void;
1636
+ /**
1637
+ * Enter a parse tree produced by `MalloyParser.orderBySpec`.
1638
+ * @param ctx the parse tree
1639
+ */
1640
+ enterOrderBySpec?: (ctx: OrderBySpecContext) => void;
1641
+ /**
1642
+ * Exit a parse tree produced by `MalloyParser.orderBySpec`.
1643
+ * @param ctx the parse tree
1644
+ */
1645
+ exitOrderBySpec?: (ctx: OrderBySpecContext) => void;
1646
+ /**
1647
+ * Enter a parse tree produced by `MalloyParser.limitStatement`.
1648
+ * @param ctx the parse tree
1649
+ */
1650
+ enterLimitStatement?: (ctx: LimitStatementContext) => void;
1651
+ /**
1652
+ * Exit a parse tree produced by `MalloyParser.limitStatement`.
1653
+ * @param ctx the parse tree
1654
+ */
1655
+ exitLimitStatement?: (ctx: LimitStatementContext) => void;
1656
+ /**
1657
+ * Enter a parse tree produced by `MalloyParser.bySpec`.
1658
+ * @param ctx the parse tree
1659
+ */
1660
+ enterBySpec?: (ctx: BySpecContext) => void;
1661
+ /**
1662
+ * Exit a parse tree produced by `MalloyParser.bySpec`.
1663
+ * @param ctx the parse tree
1664
+ */
1665
+ exitBySpec?: (ctx: BySpecContext) => void;
1666
+ /**
1667
+ * Enter a parse tree produced by `MalloyParser.topStatement`.
1668
+ * @param ctx the parse tree
1669
+ */
1670
+ enterTopStatement?: (ctx: TopStatementContext) => void;
1671
+ /**
1672
+ * Exit a parse tree produced by `MalloyParser.topStatement`.
1673
+ * @param ctx the parse tree
1674
+ */
1675
+ exitTopStatement?: (ctx: TopStatementContext) => void;
1676
+ /**
1677
+ * Enter a parse tree produced by `MalloyParser.indexElement`.
1678
+ * @param ctx the parse tree
1679
+ */
1680
+ enterIndexElement?: (ctx: IndexElementContext) => void;
1681
+ /**
1682
+ * Exit a parse tree produced by `MalloyParser.indexElement`.
1683
+ * @param ctx the parse tree
1684
+ */
1685
+ exitIndexElement?: (ctx: IndexElementContext) => void;
1686
+ /**
1687
+ * Enter a parse tree produced by `MalloyParser.indexFields`.
1688
+ * @param ctx the parse tree
1689
+ */
1690
+ enterIndexFields?: (ctx: IndexFieldsContext) => void;
1691
+ /**
1692
+ * Exit a parse tree produced by `MalloyParser.indexFields`.
1693
+ * @param ctx the parse tree
1694
+ */
1695
+ exitIndexFields?: (ctx: IndexFieldsContext) => void;
1696
+ /**
1697
+ * Enter a parse tree produced by `MalloyParser.indexStatement`.
1698
+ * @param ctx the parse tree
1699
+ */
1700
+ enterIndexStatement?: (ctx: IndexStatementContext) => void;
1701
+ /**
1702
+ * Exit a parse tree produced by `MalloyParser.indexStatement`.
1703
+ * @param ctx the parse tree
1704
+ */
1705
+ exitIndexStatement?: (ctx: IndexStatementContext) => void;
1706
+ /**
1707
+ * Enter a parse tree produced by `MalloyParser.sampleStatement`.
1708
+ * @param ctx the parse tree
1709
+ */
1710
+ enterSampleStatement?: (ctx: SampleStatementContext) => void;
1711
+ /**
1712
+ * Exit a parse tree produced by `MalloyParser.sampleStatement`.
1713
+ * @param ctx the parse tree
1714
+ */
1715
+ exitSampleStatement?: (ctx: SampleStatementContext) => void;
1716
+ /**
1717
+ * Enter a parse tree produced by `MalloyParser.sampleSpec`.
1718
+ * @param ctx the parse tree
1719
+ */
1720
+ enterSampleSpec?: (ctx: SampleSpecContext) => void;
1721
+ /**
1722
+ * Exit a parse tree produced by `MalloyParser.sampleSpec`.
1723
+ * @param ctx the parse tree
1724
+ */
1725
+ exitSampleSpec?: (ctx: SampleSpecContext) => void;
1726
+ /**
1727
+ * Enter a parse tree produced by `MalloyParser.aggregate`.
1728
+ * @param ctx the parse tree
1729
+ */
1730
+ enterAggregate?: (ctx: AggregateContext) => void;
1731
+ /**
1732
+ * Exit a parse tree produced by `MalloyParser.aggregate`.
1733
+ * @param ctx the parse tree
1734
+ */
1735
+ exitAggregate?: (ctx: AggregateContext) => void;
1736
+ /**
1737
+ * Enter a parse tree produced by `MalloyParser.malloyType`.
1738
+ * @param ctx the parse tree
1739
+ */
1740
+ enterMalloyType?: (ctx: MalloyTypeContext) => void;
1741
+ /**
1742
+ * Exit a parse tree produced by `MalloyParser.malloyType`.
1743
+ * @param ctx the parse tree
1744
+ */
1745
+ exitMalloyType?: (ctx: MalloyTypeContext) => void;
1746
+ /**
1747
+ * Enter a parse tree produced by `MalloyParser.compareOp`.
1748
+ * @param ctx the parse tree
1749
+ */
1750
+ enterCompareOp?: (ctx: CompareOpContext) => void;
1751
+ /**
1752
+ * Exit a parse tree produced by `MalloyParser.compareOp`.
1753
+ * @param ctx the parse tree
1754
+ */
1755
+ exitCompareOp?: (ctx: CompareOpContext) => void;
1756
+ /**
1757
+ * Enter a parse tree produced by `MalloyParser.literal`.
1758
+ * @param ctx the parse tree
1759
+ */
1760
+ enterLiteral?: (ctx: LiteralContext) => void;
1761
+ /**
1762
+ * Exit a parse tree produced by `MalloyParser.literal`.
1763
+ * @param ctx the parse tree
1764
+ */
1765
+ exitLiteral?: (ctx: LiteralContext) => void;
1766
+ /**
1767
+ * Enter a parse tree produced by `MalloyParser.dateLiteral`.
1768
+ * @param ctx the parse tree
1769
+ */
1770
+ enterDateLiteral?: (ctx: DateLiteralContext) => void;
1771
+ /**
1772
+ * Exit a parse tree produced by `MalloyParser.dateLiteral`.
1773
+ * @param ctx the parse tree
1774
+ */
1775
+ exitDateLiteral?: (ctx: DateLiteralContext) => void;
1776
+ /**
1777
+ * Enter a parse tree produced by `MalloyParser.tableName`.
1778
+ * @param ctx the parse tree
1779
+ */
1780
+ enterTableName?: (ctx: TableNameContext) => void;
1781
+ /**
1782
+ * Exit a parse tree produced by `MalloyParser.tableName`.
1783
+ * @param ctx the parse tree
1784
+ */
1785
+ exitTableName?: (ctx: TableNameContext) => void;
1786
+ /**
1787
+ * Enter a parse tree produced by `MalloyParser.id`.
1788
+ * @param ctx the parse tree
1789
+ */
1790
+ enterId?: (ctx: IdContext) => void;
1791
+ /**
1792
+ * Exit a parse tree produced by `MalloyParser.id`.
1793
+ * @param ctx the parse tree
1794
+ */
1795
+ exitId?: (ctx: IdContext) => void;
1796
+ /**
1797
+ * Enter a parse tree produced by `MalloyParser.timeframe`.
1798
+ * @param ctx the parse tree
1799
+ */
1800
+ enterTimeframe?: (ctx: TimeframeContext) => void;
1801
+ /**
1802
+ * Exit a parse tree produced by `MalloyParser.timeframe`.
1803
+ * @param ctx the parse tree
1804
+ */
1805
+ exitTimeframe?: (ctx: TimeframeContext) => void;
1806
+ /**
1807
+ * Enter a parse tree produced by `MalloyParser.ungroup`.
1808
+ * @param ctx the parse tree
1809
+ */
1810
+ enterUngroup?: (ctx: UngroupContext) => void;
1811
+ /**
1812
+ * Exit a parse tree produced by `MalloyParser.ungroup`.
1813
+ * @param ctx the parse tree
1814
+ */
1815
+ exitUngroup?: (ctx: UngroupContext) => void;
1816
+ /**
1817
+ * Enter a parse tree produced by `MalloyParser.fieldExpr`.
1818
+ * @param ctx the parse tree
1819
+ */
1820
+ enterFieldExpr?: (ctx: FieldExprContext) => void;
1821
+ /**
1822
+ * Exit a parse tree produced by `MalloyParser.fieldExpr`.
1823
+ * @param ctx the parse tree
1824
+ */
1825
+ exitFieldExpr?: (ctx: FieldExprContext) => void;
1826
+ /**
1827
+ * Enter a parse tree produced by `MalloyParser.partialAllowedFieldExpr`.
1828
+ * @param ctx the parse tree
1829
+ */
1830
+ enterPartialAllowedFieldExpr?: (ctx: PartialAllowedFieldExprContext) => void;
1831
+ /**
1832
+ * Exit a parse tree produced by `MalloyParser.partialAllowedFieldExpr`.
1833
+ * @param ctx the parse tree
1834
+ */
1835
+ exitPartialAllowedFieldExpr?: (ctx: PartialAllowedFieldExprContext) => void;
1836
+ /**
1837
+ * Enter a parse tree produced by `MalloyParser.pickStatement`.
1838
+ * @param ctx the parse tree
1839
+ */
1840
+ enterPickStatement?: (ctx: PickStatementContext) => void;
1841
+ /**
1842
+ * Exit a parse tree produced by `MalloyParser.pickStatement`.
1843
+ * @param ctx the parse tree
1844
+ */
1845
+ exitPickStatement?: (ctx: PickStatementContext) => void;
1846
+ /**
1847
+ * Enter a parse tree produced by `MalloyParser.pick`.
1848
+ * @param ctx the parse tree
1849
+ */
1850
+ enterPick?: (ctx: PickContext) => void;
1851
+ /**
1852
+ * Exit a parse tree produced by `MalloyParser.pick`.
1853
+ * @param ctx the parse tree
1854
+ */
1855
+ exitPick?: (ctx: PickContext) => void;
1856
+ /**
1857
+ * Enter a parse tree produced by `MalloyParser.argumentList`.
1858
+ * @param ctx the parse tree
1859
+ */
1860
+ enterArgumentList?: (ctx: ArgumentListContext) => void;
1861
+ /**
1862
+ * Exit a parse tree produced by `MalloyParser.argumentList`.
1863
+ * @param ctx the parse tree
1864
+ */
1865
+ exitArgumentList?: (ctx: ArgumentListContext) => void;
1866
+ /**
1867
+ * Enter a parse tree produced by `MalloyParser.fieldNameList`.
1868
+ * @param ctx the parse tree
1869
+ */
1870
+ enterFieldNameList?: (ctx: FieldNameListContext) => void;
1871
+ /**
1872
+ * Exit a parse tree produced by `MalloyParser.fieldNameList`.
1873
+ * @param ctx the parse tree
1874
+ */
1875
+ exitFieldNameList?: (ctx: FieldNameListContext) => void;
1876
+ /**
1877
+ * Enter a parse tree produced by `MalloyParser.fieldCollection`.
1878
+ * @param ctx the parse tree
1879
+ */
1880
+ enterFieldCollection?: (ctx: FieldCollectionContext) => void;
1881
+ /**
1882
+ * Exit a parse tree produced by `MalloyParser.fieldCollection`.
1883
+ * @param ctx the parse tree
1884
+ */
1885
+ exitFieldCollection?: (ctx: FieldCollectionContext) => void;
1886
+ /**
1887
+ * Enter a parse tree produced by `MalloyParser.collectionMember`.
1888
+ * @param ctx the parse tree
1889
+ */
1890
+ enterCollectionMember?: (ctx: CollectionMemberContext) => void;
1891
+ /**
1892
+ * Exit a parse tree produced by `MalloyParser.collectionMember`.
1893
+ * @param ctx the parse tree
1894
+ */
1895
+ exitCollectionMember?: (ctx: CollectionMemberContext) => void;
1896
+ /**
1897
+ * Enter a parse tree produced by `MalloyParser.fieldPath`.
1898
+ * @param ctx the parse tree
1899
+ */
1900
+ enterFieldPath?: (ctx: FieldPathContext) => void;
1901
+ /**
1902
+ * Exit a parse tree produced by `MalloyParser.fieldPath`.
1903
+ * @param ctx the parse tree
1904
+ */
1905
+ exitFieldPath?: (ctx: FieldPathContext) => void;
1906
+ /**
1907
+ * Enter a parse tree produced by `MalloyParser.joinName`.
1908
+ * @param ctx the parse tree
1909
+ */
1910
+ enterJoinName?: (ctx: JoinNameContext) => void;
1911
+ /**
1912
+ * Exit a parse tree produced by `MalloyParser.joinName`.
1913
+ * @param ctx the parse tree
1914
+ */
1915
+ exitJoinName?: (ctx: JoinNameContext) => void;
1916
+ /**
1917
+ * Enter a parse tree produced by `MalloyParser.fieldName`.
1918
+ * @param ctx the parse tree
1919
+ */
1920
+ enterFieldName?: (ctx: FieldNameContext) => void;
1921
+ /**
1922
+ * Exit a parse tree produced by `MalloyParser.fieldName`.
1923
+ * @param ctx the parse tree
1924
+ */
1925
+ exitFieldName?: (ctx: FieldNameContext) => void;
1926
+ /**
1927
+ * Enter a parse tree produced by `MalloyParser.justExpr`.
1928
+ * @param ctx the parse tree
1929
+ */
1930
+ enterJustExpr?: (ctx: JustExprContext) => void;
1931
+ /**
1932
+ * Exit a parse tree produced by `MalloyParser.justExpr`.
1933
+ * @param ctx the parse tree
1934
+ */
1935
+ exitJustExpr?: (ctx: JustExprContext) => void;
1936
+ /**
1937
+ * Enter a parse tree produced by `MalloyParser.json`.
1938
+ * @param ctx the parse tree
1939
+ */
1940
+ enterJson?: (ctx: JsonContext) => void;
1941
+ /**
1942
+ * Exit a parse tree produced by `MalloyParser.json`.
1943
+ * @param ctx the parse tree
1944
+ */
1945
+ exitJson?: (ctx: JsonContext) => void;
1946
+ /**
1947
+ * Enter a parse tree produced by `MalloyParser.jsonValue`.
1948
+ * @param ctx the parse tree
1949
+ */
1950
+ enterJsonValue?: (ctx: JsonValueContext) => void;
1951
+ /**
1952
+ * Exit a parse tree produced by `MalloyParser.jsonValue`.
1953
+ * @param ctx the parse tree
1954
+ */
1955
+ exitJsonValue?: (ctx: JsonValueContext) => void;
1956
+ /**
1957
+ * Enter a parse tree produced by `MalloyParser.jsonObject`.
1958
+ * @param ctx the parse tree
1959
+ */
1960
+ enterJsonObject?: (ctx: JsonObjectContext) => void;
1961
+ /**
1962
+ * Exit a parse tree produced by `MalloyParser.jsonObject`.
1963
+ * @param ctx the parse tree
1964
+ */
1965
+ exitJsonObject?: (ctx: JsonObjectContext) => void;
1966
+ /**
1967
+ * Enter a parse tree produced by `MalloyParser.jsonProperty`.
1968
+ * @param ctx the parse tree
1969
+ */
1970
+ enterJsonProperty?: (ctx: JsonPropertyContext) => void;
1971
+ /**
1972
+ * Exit a parse tree produced by `MalloyParser.jsonProperty`.
1973
+ * @param ctx the parse tree
1974
+ */
1975
+ exitJsonProperty?: (ctx: JsonPropertyContext) => void;
1976
+ /**
1977
+ * Enter a parse tree produced by `MalloyParser.jsonArray`.
1978
+ * @param ctx the parse tree
1979
+ */
1980
+ enterJsonArray?: (ctx: JsonArrayContext) => void;
1981
+ /**
1982
+ * Exit a parse tree produced by `MalloyParser.jsonArray`.
1983
+ * @param ctx the parse tree
1984
+ */
1985
+ exitJsonArray?: (ctx: JsonArrayContext) => void;
1986
+ /**
1987
+ * Enter a parse tree produced by `MalloyParser.sqlBlock`.
1988
+ * @param ctx the parse tree
1989
+ */
1990
+ enterSqlBlock?: (ctx: SqlBlockContext) => void;
1991
+ /**
1992
+ * Exit a parse tree produced by `MalloyParser.sqlBlock`.
1993
+ * @param ctx the parse tree
1994
+ */
1995
+ exitSqlBlock?: (ctx: SqlBlockContext) => void;
1996
+ /**
1997
+ * Enter a parse tree produced by `MalloyParser.sqlExploreNameRef`.
1998
+ * @param ctx the parse tree
1999
+ */
2000
+ enterSqlExploreNameRef?: (ctx: SqlExploreNameRefContext) => void;
2001
+ /**
2002
+ * Exit a parse tree produced by `MalloyParser.sqlExploreNameRef`.
2003
+ * @param ctx the parse tree
2004
+ */
2005
+ exitSqlExploreNameRef?: (ctx: SqlExploreNameRefContext) => void;
2006
+ /**
2007
+ * Enter a parse tree produced by `MalloyParser.sqlCommandNameDef`.
2008
+ * @param ctx the parse tree
2009
+ */
2010
+ enterSqlCommandNameDef?: (ctx: SqlCommandNameDefContext) => void;
2011
+ /**
2012
+ * Exit a parse tree produced by `MalloyParser.sqlCommandNameDef`.
2013
+ * @param ctx the parse tree
2014
+ */
2015
+ exitSqlCommandNameDef?: (ctx: SqlCommandNameDefContext) => void;
2016
+ /**
2017
+ * Enter a parse tree produced by `MalloyParser.connectionName`.
2018
+ * @param ctx the parse tree
2019
+ */
2020
+ enterConnectionName?: (ctx: ConnectionNameContext) => void;
2021
+ /**
2022
+ * Exit a parse tree produced by `MalloyParser.connectionName`.
2023
+ * @param ctx the parse tree
2024
+ */
2025
+ exitConnectionName?: (ctx: ConnectionNameContext) => void;
2026
+ }