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

Method from_string

arrow-buffer/src/bigint/mod.rs:230–232  ·  view source on GitHub ↗
(value_str: &str)

Source from the content-addressed store, hash-verified

228 /// Create an integer value from its representation as string.
229 #[inline]
230 pub fn from_string(value_str: &str) -> Option<Self> {
231 value_str.parse().ok()
232 }
233
234 /// Create an optional i256 from the provided `f64`. Returning `None`
235 /// if overflow occurred

Callers

nothing calls this directly

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected