fn bigint_to_i256(v: &BigInt) -> Option<i256>Expand description
Returns None if the value can’t be converted to i256. Modified from https://github.com/apache/arrow-rs/blob/c4dbf0d8af6ca5a19b8b2ea777da3c276807fc5e/arrow-buffer/src/bigint/mod.rs#L303
fn bigint_to_i256(v: &BigInt) -> Option<i256>Returns None if the value can’t be converted to i256. Modified from https://github.com/apache/arrow-rs/blob/c4dbf0d8af6ca5a19b8b2ea777da3c276807fc5e/arrow-buffer/src/bigint/mod.rs#L303