Default ??String representation is apostrophe in calcite SQL ??like 'word'. how do I set this to Double quotes ??like "word".
Default is : select * from table1 where column1 = 'word' I hope to support?? select * from table1 where column1 = "word"