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

Method from

src/sql/src/func.rs:545–547  ·  view source on GitHub ↗
(n: UnmaterializableFunc)

Source from the content-addressed store, hash-verified

543
544impl From<UnmaterializableFunc> for Operation<HirScalarExpr> {
545 fn from(n: UnmaterializableFunc) -> Operation<HirScalarExpr> {
546 Operation::nullary(move |_ecx| Ok(HirScalarExpr::call_unmaterializable(n.clone())))
547 }
548}
549
550impl From<UnaryFunc> for Operation<HirScalarExpr> {

Callers

nothing calls this directly

Calls 3

cloneMethod · 0.45
call_unaryMethod · 0.45
call_binaryMethod · 0.45

Tested by

no test coverage detected