Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
183
impl<
'scope, T: RenderTimestamp> Context<'
scope, T> {
Callers
11
build_distinct
Method · 0.80
build_basic_aggregates
Method · 0.80
build_basic_aggregate
Method · 0.80
build_reduce_inaccumulable_distinct
Method · 0.80
build_bucketed
Method · 0.80
build_bucketed_negated_output
Method · 0.80
build_monotonic
Method · 0.80
build_accumulable
Method · 0.80
render_topk
Method · 0.80
build_topk_stage
Method · 0.80
render_top1_monotonic
Method · 0.80
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected