Re: CQL Tuples & CQL Grammar

2022-03-14 Thread Benjamin Lerer
Sorry, I missed your reply. Yes it is what you described. Le jeu. 10 mars 2022 à 11:25, Claude Warren a écrit : > I found it in https://github.com/antlr/grammars-v4.git and I suspected it > was wrong. I assume it should be that the tuple can contain 1 or more > elements and the elements may be

Re: CQL Tuples & CQL Grammar

2022-03-10 Thread Claude Warren
I found it in https://github.com/antlr/grammars-v4.git and I suspected it was wrong. I assume it should be that the tuple can contain 1 or more elements and the elements may be of type tuple, constant, map, list or set. Does that make sense? I think that is what I saw in the code base. On Thu,

Re: CQL Tuples & CQL Grammar

2022-03-10 Thread Benjamin Lerer
Hi Claude, I am not aware of the CqlParser.g4 file in our code base. Where did you find that file? At first glance effectively something looks wrong in the syntax. The construct ((4 ,5 ), 6, (7, 8)) should be legal in CQL. Le jeu. 10 mars 2022 à 06:50, Claude Warren a écrit : > I have been loo