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

Function mapSimpleToName

bolt/vector/VectorEncoding.h:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89inline std::string mapSimpleToName(const VectorEncoding::Simple& simple) {
90 std::stringstream ss;
91 ss << simple;
92 return ss.str();
93}
94
95inline bool isFlat(VectorEncoding::Simple encoding) {
96 return encoding == VectorEncoding::Simple::FLAT;

Callers 12

writeEncodingFunction · 0.85
saveVectorFunction · 0.85
decodeMethod · 0.85
combineWrappersMethod · 0.85
formatMethod · 0.85
formatMethod · 0.85
printEncodingAndTypeFunction · 0.85
printTypeAndEncodingTreeFunction · 0.85
exportFlattenedVectorFunction · 0.85
physOfFunction · 0.85
testShuffleRandomnessMethod · 0.85
toStringMethod · 0.85

Calls 1

strMethod · 0.80

Tested by 3

physOfFunction · 0.68
testShuffleRandomnessMethod · 0.68
toStringMethod · 0.68