Current now, RelToSqlConverter does not support Window, due to its original design for RelNode of JDBC-type.
When we try to convert EnumerableWindow node back to SQL, it will fail.
For more general use, I think we need to implement this feature.
- links to