arrow_row::variable

Function decode_string_view

Source
pub unsafe fn decode_string_view(
    rows: &mut [&[u8]],
    options: SortOptions,
    validate_utf8: bool,
) -> StringViewArray
Expand description

Decodes a string view array from rows with the provided options

ยงSafety

The row must contain valid UTF-8 data