@@ -144,7 +144,7 @@ import { SampledRelationContext } from "./TrinoSqlParser.js";
144144import { SampleTypeContext } from "./TrinoSqlParser.js" ;
145145import { TrimsSpecificationContext } from "./TrinoSqlParser.js" ;
146146import { ListAggOverflowBehaviorContext } from "./TrinoSqlParser.js" ;
147- import { ListaggCountIndicationContext } from "./TrinoSqlParser.js" ;
147+ import { ListAggCountIndicationContext } from "./TrinoSqlParser.js" ;
148148import { PatternRecognitionContext } from "./TrinoSqlParser.js" ;
149149import { MeasureDefinitionContext } from "./TrinoSqlParser.js" ;
150150import { RowsPerMatchContext } from "./TrinoSqlParser.js" ;
@@ -181,7 +181,7 @@ import { TableArgumentTableContext } from "./TrinoSqlParser.js";
181181import { TableArgumentQueryContext } from "./TrinoSqlParser.js" ;
182182import { DescriptorArgumentContext } from "./TrinoSqlParser.js" ;
183183import { DescriptorFieldContext } from "./TrinoSqlParser.js" ;
184- import { CopartitionTablesContext } from "./TrinoSqlParser.js" ;
184+ import { CoPartitionTablesContext } from "./TrinoSqlParser.js" ;
185185import { ExpressionContext } from "./TrinoSqlParser.js" ;
186186import { LogicalNotContext } from "./TrinoSqlParser.js" ;
187187import { PredicatedContext } from "./TrinoSqlParser.js" ;
@@ -212,6 +212,7 @@ import { TrimContext } from "./TrinoSqlParser.js";
212212import { ParameterContext } from "./TrinoSqlParser.js" ;
213213import { NormalizeContext } from "./TrinoSqlParser.js" ;
214214import { LocalTimestampContext } from "./TrinoSqlParser.js" ;
215+ import { ListAggContext } from "./TrinoSqlParser.js" ;
215216import { JsonObjectContext } from "./TrinoSqlParser.js" ;
216217import { IntervalLiteralContext } from "./TrinoSqlParser.js" ;
217218import { NumericLiteralContext } from "./TrinoSqlParser.js" ;
@@ -239,7 +240,6 @@ import { CurrentTimestampContext } from "./TrinoSqlParser.js";
239240import { CurrentSchemaContext } from "./TrinoSqlParser.js" ;
240241import { ExistsContext } from "./TrinoSqlParser.js" ;
241242import { PositionContext } from "./TrinoSqlParser.js" ;
242- import { ListaggContext } from "./TrinoSqlParser.js" ;
243243import { SearchedCaseContext } from "./TrinoSqlParser.js" ;
244244import { CurrentCatalogContext } from "./TrinoSqlParser.js" ;
245245import { GroupingOperationContext } from "./TrinoSqlParser.js" ;
@@ -1947,15 +1947,15 @@ export class TrinoSqlListener implements ParseTreeListener {
19471947 */
19481948 exitListAggOverflowBehavior ?: ( ctx : ListAggOverflowBehaviorContext ) => void ;
19491949 /**
1950- * Enter a parse tree produced by `TrinoSqlParser.listaggCountIndication `.
1950+ * Enter a parse tree produced by `TrinoSqlParser.listAggCountIndication `.
19511951 * @param ctx the parse tree
19521952 */
1953- enterListaggCountIndication ?: ( ctx : ListaggCountIndicationContext ) => void ;
1953+ enterListAggCountIndication ?: ( ctx : ListAggCountIndicationContext ) => void ;
19541954 /**
1955- * Exit a parse tree produced by `TrinoSqlParser.listaggCountIndication `.
1955+ * Exit a parse tree produced by `TrinoSqlParser.listAggCountIndication `.
19561956 * @param ctx the parse tree
19571957 */
1958- exitListaggCountIndication ?: ( ctx : ListaggCountIndicationContext ) => void ;
1958+ exitListAggCountIndication ?: ( ctx : ListAggCountIndicationContext ) => void ;
19591959 /**
19601960 * Enter a parse tree produced by `TrinoSqlParser.patternRecognition`.
19611961 * @param ctx the parse tree
@@ -2351,15 +2351,15 @@ export class TrinoSqlListener implements ParseTreeListener {
23512351 */
23522352 exitDescriptorField ?: ( ctx : DescriptorFieldContext ) => void ;
23532353 /**
2354- * Enter a parse tree produced by `TrinoSqlParser.copartitionTables `.
2354+ * Enter a parse tree produced by `TrinoSqlParser.coPartitionTables `.
23552355 * @param ctx the parse tree
23562356 */
2357- enterCopartitionTables ?: ( ctx : CopartitionTablesContext ) => void ;
2357+ enterCoPartitionTables ?: ( ctx : CoPartitionTablesContext ) => void ;
23582358 /**
2359- * Exit a parse tree produced by `TrinoSqlParser.copartitionTables `.
2359+ * Exit a parse tree produced by `TrinoSqlParser.coPartitionTables `.
23602360 * @param ctx the parse tree
23612361 */
2362- exitCopartitionTables ?: ( ctx : CopartitionTablesContext ) => void ;
2362+ exitCoPartitionTables ?: ( ctx : CoPartitionTablesContext ) => void ;
23632363 /**
23642364 * Enter a parse tree produced by `TrinoSqlParser.expression`.
23652365 * @param ctx the parse tree
@@ -2718,6 +2718,18 @@ export class TrinoSqlListener implements ParseTreeListener {
27182718 * @param ctx the parse tree
27192719 */
27202720 exitLocalTimestamp ?: ( ctx : LocalTimestampContext ) => void ;
2721+ /**
2722+ * Enter a parse tree produced by the `listAgg`
2723+ * labeled alternative in `TrinoSqlParser.primaryExpression`.
2724+ * @param ctx the parse tree
2725+ */
2726+ enterListAgg ?: ( ctx : ListAggContext ) => void ;
2727+ /**
2728+ * Exit a parse tree produced by the `listAgg`
2729+ * labeled alternative in `TrinoSqlParser.primaryExpression`.
2730+ * @param ctx the parse tree
2731+ */
2732+ exitListAgg ?: ( ctx : ListAggContext ) => void ;
27212733 /**
27222734 * Enter a parse tree produced by the `jsonObject`
27232735 * labeled alternative in `TrinoSqlParser.primaryExpression`.
@@ -3042,18 +3054,6 @@ export class TrinoSqlListener implements ParseTreeListener {
30423054 * @param ctx the parse tree
30433055 */
30443056 exitPosition ?: ( ctx : PositionContext ) => void ;
3045- /**
3046- * Enter a parse tree produced by the `listagg`
3047- * labeled alternative in `TrinoSqlParser.primaryExpression`.
3048- * @param ctx the parse tree
3049- */
3050- enterListagg ?: ( ctx : ListaggContext ) => void ;
3051- /**
3052- * Exit a parse tree produced by the `listagg`
3053- * labeled alternative in `TrinoSqlParser.primaryExpression`.
3054- * @param ctx the parse tree
3055- */
3056- exitListagg ?: ( ctx : ListaggContext ) => void ;
30573057 /**
30583058 * Enter a parse tree produced by the `searchedCase`
30593059 * labeled alternative in `TrinoSqlParser.primaryExpression`.
0 commit comments