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

Method literal

src/expr/src/interpret.rs:517–519  ·  view source on GitHub ↗
(&self, result: &Result<Row, EvalError>, col_type: &ReprColumnType)

Source from the content-addressed store, hash-verified

515 }
516
517 fn literal(&self, result: &Result<Row, EvalError>, col_type: &ReprColumnType) -> Self::Summary {
518 self.evaluator.literal(result, col_type)
519 }
520
521 fn unmaterializable(&self, func: &UnmaterializableFunc) -> Self::Summary {
522 self.evaluator.unmaterializable(func)

Callers 1

exprMethod · 0.45

Calls 7

eval_resultMethod · 0.80
make_datumMethod · 0.80
unpack_firstMethod · 0.80
cloneMethod · 0.45
mapMethod · 0.45
as_refMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected