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

Method ok

src/environmentd/src/http/sql.rs:705–711  ·  view source on GitHub ↗
(client: &mut SessionClient, tag: String, params: Vec<ParameterStatus>)

Source from the content-addressed store, hash-verified

703 }
704
705 fn ok(client: &mut SessionClient, tag: String, params: Vec<ParameterStatus>) -> SqlResult {
706 SqlResult::Ok {
707 ok: tag,
708 parameters: params,
709 notices: make_notices(client),
710 }
711 }
712}
713
714#[derive(Debug, Deserialize, Serialize)]

Callers 15

apiRequestMethod · 0.45
ensureFunction · 0.45
runFunction · 0.45
handle_connectionMethod · 0.45
as_literal_non_errorMethod · 0.45
jsonb_get_int64Function · 0.45
jsonb_get_stringFunction · 0.45
jsonb_get_pathFunction · 0.45
getMethod · 0.45
asciiFunction · 0.45

Calls 1

make_noticesFunction · 0.85

Tested by 2

setupFunction · 0.36