wu-sheng commented on code in PR #9813:
URL: https://github.com/apache/skywalking/pull/9813#discussion_r999093199


##########
oap-server/oal-grammar/src/main/antlr4/org/apache/skywalking/oal/rt/grammar/OALParser.g4:
##########
@@ -87,7 +87,9 @@ functionName
 funcParamExpression
     : expression
     ;
-
+arrayFuncParamExpression
+    : LS_BRACKET ((funcParamExpression|literalExpression|attributeExpression) 
(COMMA (funcParamExpression|literalExpression|attributeExpression))*) RS_BRACKET

Review Comment:
   The element of an array could be `funcParamExpression`? Could you demo how 
it would be?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to