MCPcopy Create free account
hub / github.com/bytedance/bolt / getVectorSerde

Function getVectorSerde

bolt/vector/VectorStream.cpp:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136VectorSerde* getVectorSerde() {
137 auto serde = getVectorSerdeImpl().get();
138 BOLT_CHECK_NOT_NULL(serde, "Vector serde is not registered.");
139 return serde;
140}
141
142/// None of the calls below are thread-safe. We only expect one call of it in
143/// the entire system upon startup.

Callers 8

readMethod · 0.85
IOBufToRowVectorFunction · 0.85
VectorStreamGroupMethod · 0.85
TESTFunction · 0.85
getSerdeMethod · 0.85

Calls 1

getMethod · 0.45

Tested by 1

TESTFunction · 0.68