Function tidb_query_datatype::codec::overflow::div_i64 [−][src]
pub fn div_i64(a: i64, b: i64) -> Result<i64>
div_i64
divides i64 a with b and returns:
- an Error indicating overflow occurred or the divisor is 0
pub fn div_i64(a: i64, b: i64) -> Result<i64>
div_i64
divides i64 a with b and returns: