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

Method debug

src/transform/src/lib.rs:259–261  ·  view source on GitHub ↗

A string describing the transform. This is useful mainly when iterating through many `Box ` and one wants to judge progress before some defect occurs.

(&self)

Source from the content-addressed store, hash-verified

257 /// This is useful mainly when iterating through many `Box<Transform>`
258 /// and one wants to judge progress before some defect occurs.
259 fn debug(&self) -> String {
260 format!("{:?}", self)
261 }
262
263 /// A short string naming the transform, as it will be reported in metrics.
264 fn name(&self) -> &'static str;

Callers 15

sentry.tsFile · 0.80
loadFunction · 0.80
ViewFunction · 0.80
loadFunction · 0.80
__init__Method · 0.80
__init__Method · 0.80
drop_databaseMethod · 0.80
create_databaseMethod · 0.80
configureFunction · 0.80
create_clientFunction · 0.80
list_toolsFunction · 0.80
call_toolFunction · 0.80

Implementers 15

case_literal.rssrc/transform/src/case_literal.rs
equivalence_propagation.rssrc/transform/src/equivalence_propagat
canonicalize_mfp.rssrc/transform/src/canonicalize_mfp.rs
reduce_elision.rssrc/transform/src/reduce_elision.rs
lib.rssrc/transform/src/lib.rs
typecheck.rssrc/transform/src/typecheck.rs
redundant_join.rssrc/transform/src/redundant_join.rs
literal_lifting.rssrc/transform/src/literal_lifting.rs
literal_constraints.rssrc/transform/src/literal_constraints.
canonicalization.rssrc/transform/src/canonicalization.rs
non_null_requirements.rssrc/transform/src/non_null_requirement
fold_constants.rssrc/transform/src/fold_constants.rs

Calls

no outgoing calls

Tested by

no test coverage detected