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

Function T

tests/cppunit/plan_executor_test.cc:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94static auto N(double n) { return MakeValue<Numeric>(n); }
95static auto T(const std::string& v) { return MakeValue<StringArray>(util::Split(v, ",")); }
96static auto V(const std::vector<double>& vals) { return MakeValue<NumericArray>(vals); }
97
98TEST(PlanExecutorTest, TopN) {

Callers 1

TESTFunction · 0.70

Calls 1

SplitFunction · 0.85

Tested by

no test coverage detected