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

Class Numeric

src/pgrepr/src/value/numeric.rs:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22/// and deserialized from the PostgreSQL binary format.
23#[derive(Debug)]
24pub struct Numeric(pub OrderedDecimal<AdtNumeric>);
25
26impl fmt::Display for Numeric {
27 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {

Callers 15

fromMethod · 0.70
innerFunction · 0.70
test_jsonbFunction · 0.50
from_datumMethod · 0.50
into_datumMethod · 0.50
decode_textMethod · 0.50
decode_text_into_rowMethod · 0.50
decode_binaryMethod · 0.50
plan_literalFunction · 0.50
fromMethod · 0.50
to_sqlMethod · 0.50

Calls

no outgoing calls

Tested by 1

test_jsonbFunction · 0.40