hyrise / sql-parser

SQL Parser for C++. Building C++ object structure from SQL statements.
MIT License
733 stars 243 forks source link

print the full string content of the current child node #235

Open nIxedoahz opened 1 year ago

nIxedoahz commented 1 year ago

Hello, if I want to print the full string content of the current child node, what do I need to do