MCPcopy Create free account
hub / github.com/bytedance/bolt / traceInput

Method traceInput

bolt/exec/Operator.cpp:168–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168void Operator::traceInput(const RowVectorPtr& input) {
169 if (FOLLY_UNLIKELY(inputTracer_ != nullptr)) {
170 inputTracer_->write(input);
171 }
172}
173
174void Operator::finishTrace() {
175 BOLT_CHECK(inputTracer_ == nullptr || splitTracer_ == nullptr);

Callers 1

runInternalMethod · 0.80

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected