MCPcopy Create free account
hub / github.com/apache/arrow-rs / to_isize

Method to_isize

arrow-buffer/src/native.rs:204–206  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

202 }
203
204 fn to_isize(self) -> Option<isize> {
205 self.to_i128()?.try_into().ok()
206 }
207
208 fn to_i64(self) -> Option<i64> {
209 self.to_i128()?.try_into().ok()

Callers 1

value_uncheckedMethod · 0.80

Calls 1

to_i128Method · 0.45

Tested by

no test coverage detected