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

Function N

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

Source from the content-addressed store, hash-verified

92static auto FieldI(const std::string& f) -> const FieldInfo* { return &IndexI()->fields.at(f); }
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

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected