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

Method unmaterializable

src/expr/src/interpret.rs:521–523  ·  view source on GitHub ↗
(&self, func: &UnmaterializableFunc)

Source from the content-addressed store, hash-verified

519 }
520
521 fn unmaterializable(&self, func: &UnmaterializableFunc) -> Self::Summary {
522 self.evaluator.unmaterializable(func)
523 }
524
525 fn unary(&self, func: &UnaryFunc, expr: Self::Summary) -> Self::Summary {
526 self.evaluator.unary(func, expr)

Callers 3

exprMethod · 0.80
mfp_plan_filterMethod · 0.80
mfp_plan_filterMethod · 0.80

Calls 2

output_typeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected