pub unsafe fn decode_string<I: OffsetSizeTrait>(
rows: &mut [&[u8]],
options: SortOptions,
validate_utf8: bool,
) -> GenericStringArray<I>
Expand description
Decodes a string array from rows
with the provided options
ยงSafety
The row must contain valid UTF-8 data