pub fn to_bigint(int: i64) -> Vec<u8> ⓘ
Convers integer into Cassandra’s [int]
It panics if given i64 could not be converted into bytes
i64