Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
24
pub struct Numeric(pub OrderedDecimal<AdtNumeric>);
25
26
impl fmt::Display for Numeric {
27
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
Callers
15
from
Method · 0.70
inner
Function · 0.70
test_jsonb
Function · 0.50
from_datum
Method · 0.50
into_datum
Method · 0.50
decode_text
Method · 0.50
decode_text_into_row
Method · 0.50
decode_binary
Method · 0.50
decode_numeric_applies_destination_scale
Function · 0.50
plan_literal
Function · 0.50
from
Method · 0.50
to_sql
Method · 0.50
Calls
no outgoing calls
Tested by
1
test_jsonb
Function · 0.40