Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ isDictionaryStream
Method
isDictionaryStream
bolt/serializers/PrestoSerializer.cpp:1465–1467 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1463
}
1464
1465
bool isDictionaryStream() const {
1466
return isDictionaryStream_;
1467
}
1468
1469
bool isConstantStream() const {
1470
return isConstantStream_;
Callers
1
serializeDictionaryVector
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected