Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ context
Method
context
src/repr/src/adt/numeric.rs:208–210 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
206
impl Dec<NUMERIC_DATUM_WIDTH_USIZE> for Numeric {
207
const TWOS_COMPLEMENT_BYTE_WIDTH: usize = 17;
208
fn context() -> Context<Numeric> {
209
CX_DATUM.clone()
210
}
211
fn u128_splitter() -> &'static Numeric {
212
&U128_SPLITTER_DATUM
213
}
Callers
15
run
Function · 0.45
handle_connection
Method · 0.45
main
Function · 0.45
ensure_service
Method · 0.45
get_clusterd_usage
Method · 0.45
new
Method · 0.45
parse_header
Function · 0.45
parse_command
Function · 0.45
run
Function · 0.45
run
Function · 0.45
new
Method · 0.45
ensure_service
Method · 0.45
Calls
1
clone
Method · 0.45
Tested by
1
auth_with_ws_impl
Function · 0.36