tustvold commented on code in PR #2169:
URL: https://github.com/apache/arrow-rs/pull/2169#discussion_r930758125


##########
arrow/src/datatypes/native.rs:
##########
@@ -79,6 +79,18 @@ pub trait ArrowNativeType:
         None
     }
 
+    /// Convert native type to i128.
+    #[inline]
+    fn to_i128(&self) -> Option<i128> {

Review Comment:
   I'm not a massive fan of more of these, when I hope to remove them in favour 
of the standard num traits...



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to