parquet::column::writer

Function increment_utf8

Source
fn increment_utf8(data: Vec<u8>) -> Option<Vec<u8>>
Expand description

Try and increment the the string’s bytes from right to left, returning when the result is a valid UTF8 string. Returns None when it can’t increment any byte.