You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (Jira)" <ji...@apache.org> on 2022/12/02 01:18:00 UTC

[jira] [Created] (CALCITE-5415) In ByteString, add startsWith and endsWith methods

Julian Hyde created CALCITE-5415:
------------------------------------

             Summary: In ByteString, add startsWith and endsWith methods
                 Key: CALCITE-5415
                 URL: https://issues.apache.org/jira/browse/CALCITE-5415
             Project: Calcite
          Issue Type: Bug
            Reporter: Julian Hyde


In {{{}ByteString{}}}, add the following methods:
 * {{boolean startsWith(ByteString prefix)}}
 * {{boolean startsWith(ByteString prefix, int offset)}}
 * {{boolean endsWith(ByteString suffix)}}

Their meaning is analogous to the methods on {{{}String{}}}.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)