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 02:48:00 UTC

[jira] [Resolved] (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 resolved CALCITE-5415.
----------------------------------
    Resolution: Fixed

Fixed inĀ [dcc0ff32|https://github.com/apache/calcite-avatica/commit/dcc0ff3243e01150aff3f14e157d02e2669ed691].

> 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
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)