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

Method from

src/environmentd/src/http/sql.rs:567–569  ·  view source on GitHub ↗
(inner: SqlResult)

Source from the content-addressed store, hash-verified

565
566impl From<SqlResult> for StatementResult {
567 fn from(inner: SqlResult) -> Self {
568 Self::SqlResult(inner)
569 }
570}
571
572/// The result of a single query in a [`SqlResponse`].

Callers

nothing calls this directly

Calls 12

SqlResultEnum · 0.85
typlenMethod · 0.80
typmodMethod · 0.80
to_stringMethod · 0.45
codeMethod · 0.45
detailMethod · 0.45
hintMethod · 0.45
positionMethod · 0.45
collectMethod · 0.45
mapMethod · 0.45
iterMethod · 0.45
oidMethod · 0.45

Tested by

no test coverage detected