Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ isConstantStream
Method
isConstantStream
bolt/serializers/PrestoSerializer.cpp:1469–1471 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1467
}
1468
1469
bool isConstantStream() const {
1470
return isConstantStream_;
1471
}
1472
1473
VectorStream* childAt(int32_t index) {
1474
return children_[index].get();
Callers
1
serializeConstantVector
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected