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

Method to_i64

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

Source from the content-addressed store, hash-verified

206 }
207
208 fn to_i64(self) -> Option<i64> {
209 self.to_i128()?.try_into().ok()
210 }
211}
212
213impl private::Sealed for IntervalMonthDayNano {}

Callers 1

fmtMethod · 0.45

Calls 1

to_i128Method · 0.45

Tested by

no test coverage detected