Description
Calling SUBSTRING(binary FROM int) and SUBSTRING(binary FROM int FOR int) is failing. While failing it complains that there're no matching SqlFunctions.substring(ByteString, int) and SqlFunctions.substring(ByteString, int, int).
Could be simple fix.
Attachments
Issue Links
- is related to
-
CALCITE-1423 Add method ByteString.indexOf(ByteString, int)
- Closed