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