MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / getIndexesContext

Method getIndexesContext

src/QLContext.actor.cpp:700–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

698}
699
700Reference<UnboundQueryContext> UnboundCollectionContext::getIndexesContext() {
701 return Reference<UnboundQueryContext>(new UnboundQueryContext(DataKey()))->getSubContext(getIndexesSubspace());
702}
703
704Optional<Reference<IndexInfo>> UnboundCollectionContext::getSimpleIndex(std::string simpleIndexMapKey) {
705 if (bannedFieldNames.find(simpleIndexMapKey) != bannedFieldNames.end())

Callers 1

IndexInfoMethod · 0.80

Calls 2

DataKeyClass · 0.85
getSubContextMethod · 0.45

Tested by

no test coverage detected