Module substring

Source
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 in array.
substring_by_char
Substrings based on character index