Skip to main content

try_encode_row

Function try_encode_row 

Source
pub fn try_encode_row(schema: &Schema, values: &[Value]) -> Result<Vec<u8>>
Expand description

Fallible version of encode_row — returns an error if the row exceeds the 64KB size limit.