pub(crate) fn decode_short_string(
metadata: u8,
data: &[u8],
) -> Result<ShortString<'_>, ArrowError>
Expand description
Decodes a short string from the value section of a variant.
pub(crate) fn decode_short_string(
metadata: u8,
data: &[u8],
) -> Result<ShortString<'_>, ArrowError>
Decodes a short string from the value section of a variant.