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

Method setup

bolt/serializers/tests/SerializerBenchmark.cpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 };
65
66 void setup() {
67 serde_ = std::make_unique<serializer::presto::PrestoVectorSerde>();
68 }
69 void timeFlat() {
70 // Serialize different fractions of a 10K vector of int32_t and int64_t with
71 // IndexRange and row range variants with and without nulls.

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected