fn decode_utf8_text(bytes: &[u8]) -> Result<Datum<'_>, DefiniteError>
Expand description
Converts raw bytes that are expected to be UTF8 encoded into a Datum::String
fn decode_utf8_text(bytes: &[u8]) -> Result<Datum<'_>, DefiniteError>
Converts raw bytes that are expected to be UTF8 encoded into a Datum::String