The meaning of a string literal in an expression #4226
Unanswered
cornmonster
asked this question in
Q&A
Replies: 1 comment
-
@liuminghui233 Hi, I noticed you refactored the ANTLR part recently, could you please have a look at this question? thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, I am a little confused by the STRING_LITERAL in the expression:
And in the IoTDBSQLVisitor#parseExpression, the string literal is treated as a suffix path:
So I can execute the following query without any exception, which is quite unintuitive:
I am not sure about the reason for this implementation. Can anyone give me some hints?
Thanks,
Zhong
Beta Was this translation helpful? Give feedback.
All reactions