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

Method toString

bolt/exec/Operator.cpp:293–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293std::string OperatorCtx::toString() const {
294 return fmt::format(
295 "{}#{}[task={}, pipe={}, driver={}, op={}]",
296 operatorType(),
297 planNodeId(),
298 taskId(),
299 driverCtx_->pipelineId,
300 driverCtx_->driverId,
301 operatorId());
302}
303
304void OperatorCtx::traverseOpToGetRowCount(
305 uint64_t& totalRowCount,

Callers 2

exprToChannelFunction · 0.45

Calls 1

strMethod · 0.80

Tested by

no test coverage detected