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

Function FieldI

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

Source from the content-addressed store, hash-verified

90
91static auto IndexI() -> const IndexInfo* { return index_map.Find("ia", "search_ns")->second.get(); }
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, ",")); }

Callers 2

TESTFunction · 0.85
TEST_FFunction · 0.85

Calls 1

IndexIFunction · 0.85

Tested by

no test coverage detected