pub fn try_encode_row(schema: &Schema, values: &[Value]) -> Result<Vec<u8>>
Fallible version of encode_row — returns an error if the row exceeds the 64KB size limit.
encode_row