MCPcopy Create free account
hub / github.com/apache/datafusion / mark_failed

Method mark_failed

benchmarks/src/util/run.rs:161–167  ·  view source on GitHub ↗

Mark current query

(&mut self)

Source from the content-addressed store, hash-verified

159
160 /// Mark current query
161 pub fn mark_failed(&mut self) {
162 if let Some(idx) = self.current_case {
163 self.queries[idx].success = false;
164 } else {
165 unreachable!("Cannot mark failure: no current case");
166 }
167 }
168
169 /// Stringify data into formatted json
170 pub fn to_json(&self) -> String {

Callers 5

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected