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

Function V

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

Source from the content-addressed store, hash-verified

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) {
99 std::vector<ExecutorNode::RowType> data{

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected