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

Method SetUp

bolt/vector/tests/VectorTest.cpp:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 }
127
128 void SetUp() override {
129 if (!isRegisteredVectorSerde()) {
130 bytedance::bolt::serializer::presto::PrestoVectorSerde::
131 registerVectorSerde();
132 }
133 }
134
135 template <typename T>
136 T testValue(int32_t i, BufferPtr& space) {

Callers

nothing calls this directly

Calls 1

isRegisteredVectorSerdeFunction · 0.85

Tested by

no test coverage detected