@@ -162,6 +162,11 @@ public ConditionTree visitOR_fun(mathParser.OR_funContext context) {
162162 return visit_fun (context );
163163 }
164164
165+ @ Override
166+ public ConditionTree visitADDMONTHS_fun (mathParser .ADDMONTHS_funContext context ) {
167+ return visit_fun (context );
168+ }
169+
165170 @ Override
166171 public ConditionTree visitNORMSINV_fun (mathParser .NORMSINV_funContext context ) {
167172 return visit_fun (context );
@@ -503,6 +508,16 @@ public ConditionTree visitSTDEVP_fun(mathParser.STDEVP_funContext context) {
503508 return visit_fun (context );
504509 }
505510
511+ @ Override
512+ public ConditionTree visitADDYEARS_fun (mathParser .ADDYEARS_funContext context ) {
513+ return visit_fun (context );
514+ }
515+
516+ @ Override
517+ public ConditionTree visitADDSECONDS_fun (mathParser .ADDSECONDS_funContext ctx ) {
518+ return null ;
519+ }
520+
506521 @ Override
507522 public ConditionTree visitArray_fun (mathParser .Array_funContext context ) {
508523 return visit_fun (context );
@@ -778,6 +793,11 @@ public ConditionTree visitEXACT_fun(mathParser.EXACT_funContext context) {
778793 return visit_fun (context );
779794 }
780795
796+ @ Override
797+ public ConditionTree visitADDMINUTES_fun (mathParser .ADDMINUTES_funContext context ) {
798+ return visit_fun (context );
799+ }
800+
781801 @ Override
782802 public ConditionTree visitSUMSQ_fun (mathParser .SUMSQ_funContext context ) {
783803 return visit_fun (context );
@@ -954,6 +974,11 @@ public ConditionTree visitMIN_fun(mathParser.MIN_funContext context) {
954974 return visit_fun (context );
955975 }
956976
977+ @ Override
978+ public ConditionTree visitADDDAYS_fun (mathParser .ADDDAYS_funContext context ) {
979+ return visit_fun (context );
980+ }
981+
957982 @ Override
958983 public ConditionTree visitISNONTEXT_fun (mathParser .ISNONTEXT_funContext context ) {
959984 return visit_fun (context );
@@ -1084,6 +1109,11 @@ public ConditionTree visitATAN2_fun(mathParser.ATAN2_funContext context) {
10841109 return visit_fun (context );
10851110 }
10861111
1112+ @ Override
1113+ public ConditionTree visitADDHOURS_fun (mathParser .ADDHOURS_funContext context ) {
1114+ return visit_fun (context );
1115+ }
1116+
10871117 @ Override
10881118 public ConditionTree visitRAND_fun (mathParser .RAND_funContext context ) {
10891119 return visit_fun (context );
0 commit comments