Json – Is there a way to get more information on the Identifier Nodes in Apache Calcite before Validation phase?
I was working on parsing sql queries and then turning them into their parse trees, but in calcite, the smallest node is broken down to SqlIdentifier. Which doesn't specify the context of the node. I want to know if that…