parquet::column::writer

Function increment

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

Try and increment the bytes from right to left.

Returns None if all bytes are set to u8::MAX.