jpedroantunes opened a new pull request #10169:
URL: https://github.com/apache/arrow/pull/10169


   Implement BYTE_SUBSTR([string] giventext, [number] x, [number] y)
   
   Produces the binary representation of a string y characters long derived by 
starting at position x in the string giventext. y may also be given by the 
expression LENGTH(giventext), which indicates that you wish to convert every 
remaining character in giventext.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to