Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/kvrocks
/ VectorTypeToString
Function
VectorTypeToString
src/search/search_encoding.h:90–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
};
89
90
inline const char *VectorTypeToString(VectorType type) {
91
switch (type) {
92
case VectorType::FLOAT64:
93
return
"FLOAT64"
;
94
}
95
96
return
"unknown"
;
97
}
98
99
enum class DistanceMetric : uint8_t {
100
L2 = 0,
Callers
1
Execute
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected