Re: Re:List of tables & Columns

2022-02-07 Thread Yogendra Sharma
. Thank you. From: Zhe Hu Sent: Monday, February 7, 2022 8:15 AM To: dev@calcite.apache.org Subject: Re:List of tables & Columns Hi, Sharma. As far as I can tell, Calcite doesn’t provide a simple way to get table names or column names for a query(or maybe I

Re:List of tables & Columns

2022-02-06 Thread Zhe Hu
Hi, Sharma. As far as I can tell, Calcite doesn’t provide a simple way to get table names or column names for a query(or maybe I miss something). But you can take a look at SqlSelect、SqlOrderBy and SqlWith if you want to do such things. Based on my own experience, SqlVisitor seems the only way t