Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ getOutput
Method
getOutput
bolt/exec/OperatorTraceScan.cpp:55–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
RowVectorPtr OperatorTraceScan::getOutput() {
56
RowVectorPtr batch;
57
if (traceReader_->read(batch)) {
58
return batch;
59
}
60
finished_ = true;
61
return nullptr;
62
}
63
64
bool OperatorTraceScan::isFinished() {
65
return finished_;
Callers
nothing calls this directly
Calls
1
read
Method · 0.45
Tested by
no test coverage detected