Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Context: Bounded filter conditions (e.g. SUM(field> > 1 AND SUM(field) < 10) are converted to calls to a SEARCH operator. If this is then serialized and deserialized, it will throw an exception when resolving SEARCH.
To complete this ticket: Add functionality such that Sarg literals can be serialized and deserialized.
RelJson.java should be updated so that toRex can serialize Sarg objects
RexBuilder.java should be updated to be able to successfully deserialize a JSON string that includes Sarg literals
Attachments
Issue Links
- relates to
-
CALCITE-5625 Expand SEARCH RexNode when converting toJson
- Closed
- links to