Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-2998

RexCopier should support all rex types

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.20.0
    • 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

          Activity

            People

              Chunwei Lei Chunwei Lei
              Chunwei Lei Chunwei Lei
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 4.5h
                  4.5h