Skip to main content

encode_vint_fixed

Function encode_vint_fixed 

Source
pub fn encode_vint_fixed(value: i64) -> Vec<u8> 
Expand description

Encode VInt according to Cassandra specification with ZigZag encoding