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

Function IndexI

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

Source from the content-addressed store, hash-verified

89}
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); }

Callers 3

FieldIFunction · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85

Calls 2

getMethod · 0.80
FindMethod · 0.80

Tested by

no test coverage detected