Expand description
MySQL-compatible INSERT function implementation.
INSERT(str, pos, len, newstr) - Inserts newstr into str at position pos, replacing len characters.
Structsยง
- Insert
Function - MySQL-compatible INSERT function.
Constantsยง
- NAME ๐
Functionsยง
- cast_
to_ ๐int64 - cast_
to_ ๐large_ utf8 - Cast array to LargeUtf8 for uniform string access.
- char_
to_ ๐byte_ idx - insert_
string ๐ - Perform the INSERT string operation. pos is 1-based. If pos < 1 or pos > len(str) + 1, returns original string.