Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ deregisterVectorSerde
Function
deregisterVectorSerde
bolt/vector/VectorStream.cpp:150–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
void deregisterVectorSerde() {
151
getVectorSerdeImpl().reset();
152
}
153
154
bool isRegisteredVectorSerde() {
155
return getVectorSerdeImpl() != nullptr;
Callers
4
TEST
Function · 0.85
TearDownTestCase
Method · 0.85
TearDownTestCase
Method · 0.85
compactRowVectorSerde
Method · 0.85
Calls
1
reset
Method · 0.45
Tested by
3
TEST
Function · 0.68
TearDownTestCase
Method · 0.68
TearDownTestCase
Method · 0.68