Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
namespace {
38
39
enum class Encoding : int8_t {
40
kFlat = 0,
41
kConstant = 1,
42
kDictionary = 2,
43
kLazy = 3,
44
};
45
46
template <typename T>
47
void write(const T& value, std::ostream& out) {
Callers
1
readEncoding
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected