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