Hello, We are using calcite in our project to parse and manipulate SQL. We have also extended the parser for our use case.
Now, we would like to serialize the parsed SqlNode with type information and pass it to a different system over wire for query intelligence. We were thinking of using protobuf for this, I was wondering if anyone has already done similar work or thought about a good approach to achieve serialization of a parsed query. Thanks
