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

Method error_logger

src/compute/src/render/context.rs:178–180  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

176 }
177
178 pub(super) fn error_logger(&self) -> ErrorLogger {
179 ErrorLogger::new(self.debug_name.clone())
180 }
181}
182
183impl<'scope, T: RenderTimestamp> Context<'scope, T> {

Callers 11

build_distinctMethod · 0.80
build_basic_aggregateMethod · 0.80
build_bucketedMethod · 0.80
build_monotonicMethod · 0.80
build_accumulableMethod · 0.80
render_topkMethod · 0.80
build_topk_stageMethod · 0.80
render_top1_monotonicMethod · 0.80

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected