Expand description
Arrow string kernels
Modules§
- Provides utility functions for concatenation of elements in arrays.
- Defines kernel for length of string arrays and binary arrays
- Provide SQL’s LIKE operators for Arrow’s string arrays
- Defines kernel to extract substrings based on a regular expression of a [Large]StringArray
- Defines kernel to extract a substring of an Array Supported array types: [GenericStringArray], [GenericBinaryArray], [FixedSizeBinaryArray], [DictionaryArray]