Expand description
Defines kernel to extract a substring of an Array Supported array types: [GenericStringArray], [GenericBinaryArray], [FixedSizeBinaryArray], [DictionaryArray]
Functionsยง
- byte_
substring ๐ - get_
start_ ๐end_ offset val
- stringstart
- the start char index of the substringlength
- the char length of the substring - Returns an [
ArrayRef
] with substrings of all the elements inarray
. - Substrings based on character index