MCPcopy 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
150void deregisterVectorSerde() {
151 getVectorSerdeImpl().reset();
152}
153
154bool isRegisteredVectorSerde() {
155 return getVectorSerdeImpl() != nullptr;

Callers 4

TESTFunction · 0.85
TearDownTestCaseMethod · 0.85
TearDownTestCaseMethod · 0.85
compactRowVectorSerdeMethod · 0.85

Calls 1

resetMethod · 0.45

Tested by 3

TESTFunction · 0.68
TearDownTestCaseMethod · 0.68
TearDownTestCaseMethod · 0.68