MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / format_numeric

Function format_numeric

src/repr/src/strconv.rs:600–606  ·  view source on GitHub ↗
(buf: &mut F, n: &OrderedDecimal<Numeric>)

Source from the content-addressed store, hash-verified

598}
599
600pub fn format_numeric<F>(buf: &mut F, n: &OrderedDecimal<Numeric>) -> Nestable
601where
602 F: FormatBuffer,
603{
604 write!(buf, "{}", n.0.to_standard_notation_string());
605 Nestable::Yes
606}
607
608pub fn format_string<F>(buf: &mut F, s: &str) -> Nestable
609where

Callers 3

stringify_datumFunction · 0.85
cast_numeric_to_stringFunction · 0.85
encode_textMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected