I would like to create a RexNode to convert date fields in desired format. Below is the SQL equivalent
SELECT CONVERT(varchar(12), "DATE_FIELD", 101) - 06/29/2009
I have been struggling past two days to find it in the calcite API. Please help me with this.