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:20:00 UTC

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

     [ https://issues.apache.org/jira/browse/CALCITE-5415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Hyde updated CALCITE-5415:
---------------------------------
    Fix Version/s: avatica-1.23.0

> 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
>            Assignee: Julian Hyde
>            Priority: Major
>             Fix For: avatica-1.23.0
>
>
> 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)