[jira] [Created] (FLINK-13058) Avoid memory copy for the trimming operations of BinaryString

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-13058) Avoid memory copy for the trimming operations of BinaryString

Shang Yuanchun (Jira)
Liya Fan created FLINK-13058:
--------------------------------

             Summary: Avoid memory copy for the trimming operations of BinaryString
                 Key: FLINK-13058
                 URL: https://issues.apache.org/jira/browse/FLINK-13058
             Project: Flink
          Issue Type: Improvement
          Components: Table SQL / Runtime
            Reporter: Liya Fan
            Assignee: Liya Fan


For trimming operations of BinaryString (trim, trimLeft, trimRight), if the trimmed string is identical to the original string. The memory copy can be avoided by directly returning the original string.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)