Function to_bigint

Source
pub fn to_bigint(int: i64) -> Vec<u8> 
Expand description

Convers integer into Cassandra’s [int]

§Panics

It panics if given i64 could not be converted into bytes