Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
In order to persist/store the watermark strategy expression (and the future computed column expression), we should find a way to serialize Expression to String and parse String back to Expression.
More details can be discussed under this JIRA issue, and this may need another FLIP.
There are two ways:
1) introduce a SqlExpression which wraps the raw SQL string and resolved DataType. Only implement the asSerializableString for SqlExpression.
2) support all of the ResolvedExpressions’ asSerializableString.
Attachments
Issue Links
- relates to
-
FLINK-14367 Fully support for converting RexNode to Expression
- Open