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

Method registerVectorSerde

bolt/serializers/CompactRowSerializer.cpp:113–115  ·  view source on GitHub ↗

static

Source from the content-addressed store, hash-verified

111
112// static
113void CompactRowVectorSerde::registerVectorSerde() {
114 bolt::registerVectorSerde(std::make_unique<CompactRowVectorSerde>());
115}
116
117// static
118void CompactRowVectorSerde::registerNamedVectorSerde() {

Callers

nothing calls this directly

Calls 1

registerVectorSerdeFunction · 0.85

Tested by

no test coverage detected