MCPcopy 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

206impl 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

runFunction · 0.45
handle_connectionMethod · 0.45
mainFunction · 0.45
ensure_serviceMethod · 0.45
get_clusterd_usageMethod · 0.45
newMethod · 0.45
parse_headerFunction · 0.45
parse_commandFunction · 0.45
runFunction · 0.45
runFunction · 0.45
newMethod · 0.45
ensure_serviceMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by 1

auth_with_ws_implFunction · 0.36