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

Enum Encoding

bolt/vector/VectorSaver.cpp:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37namespace {
38
39enum class Encoding : int8_t {
40 kFlat = 0,
41 kConstant = 1,
42 kDictionary = 2,
43 kLazy = 3,
44};
45
46template <typename T>
47void write(const T& value, std::ostream& out) {

Callers 1

readEncodingFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected