Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
RexCopier don't support some rex types such as RexOver, RexDynamicParam and so on as follows.
//RexCopier.java
public RexNode visitOver(RexOver over) {
throw new UnsupportedOperationException();
}
public RexWindow visitWindow(RexWindow window) {
throw new UnsupportedOperationException();
}
Attachments
Issue Links
- supercedes
-
CALCITE-2738 Add support for copying of RexDynamicParam and RexRangeRef to RexCopier
- Closed
- links to