I am using Apache Calcite to develop my project.My target is to simply provide 
an SQL string to Calcite and mainly using its optimizer to optimize it and 
output a optimized SQL string, which means that i don't have concrete tables or 
fields. But as far as I know for now, after the parse process, I must go 
through a validation process and then I can turn validated SqlNodes to RelNodes.

As the problem above said. Are there any methods I can use to avoid validation 
process and directly turn the parsed SqlNode to a RelNode?


--
Thanks,
Rajesh Agarwal
"Confidentiality Warning: This message and any attachments are intended only 
for the use of the intended recipient(s). 
are confidential and may be privileged. If you are not the intended recipient. 
you are hereby notified that any 
review. re-transmission. conversion to hard copy. copying. circulation or other 
use of this message and any attachments is 
strictly prohibited. If you are not the intended recipient. please notify the 
sender immediately by return email. 
and delete this message and any attachments from your system.

Virus Warning: Although the company has taken reasonable precautions to ensure 
no viruses are present in this email. 
The company cannot accept responsibility for any loss or damage arising from 
the use of this email or attachment."

Reply via email to