MCPcopy Create free account
hub / github.com/apache/kvrocks / GroupReducerTypeToString

Function GroupReducerTypeToString

src/commands/cmd_timeseries.cc:116–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116std::string_view GroupReducerTypeToString(GroupReducerType reducer) {
117 auto it = kGroupReducerTypeMap.find(reducer);
118 if (it == kGroupReducerTypeMap.end()) {
119 UNREACHABLE();
120 }
121 return it->second;
122}
123
124std::string GroupSourceToString(const std::vector<std::string> &sources) {
125 std::string res;

Callers 1

ExecuteMethod · 0.85

Calls 1

endMethod · 0.80

Tested by

no test coverage detected