Hi,

I've a use case where i want to find all the columns, and their respective
tables accessed in a sql query. I'm able to find all the table names by
converting the sql query to RelNode and then visiting the TableScan node
but not sure what would be the right approach to find all the column names.

Can someone help me with this?


Thanks
Gaurav Sehgal

Reply via email to