-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.20.0
-
Component/s: None
-
Labels:
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();
}
- supercedes
-
CALCITE-2738 Add support for copying of RexDynamicParam and RexRangeRef to RexCopier
-
- Closed
-
- links to