Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ from
Method
from
src/pgrepr/src/value/numeric.rs:33–35 ·
view source on GitHub ↗
(n: AdtNumeric)
Source
from the content-addressed store, hash-verified
31
32
impl From<AdtNumeric> for Numeric {
33
fn from(n: AdtNumeric) -> Numeric {
34
Numeric(OrderedDecimal(n))
35
}
36
}
37
38
/// `ToSql` and `FromSql` use base 10,000 units.
Callers
nothing calls this directly
Calls
1
Numeric
Class · 0.70
Tested by
no test coverage detected