MCPcopy Create free account
hub / github.com/documentdb/documentdb / CollectionIdGetValidIndexes

Function CollectionIdGetValidIndexes

pg_documentdb/src/metadata/index.c:802–809  ·  view source on GitHub ↗

* Like CollectionIdGetIndexes but does not consult index build in progress. */

Source from the content-addressed store, hash-verified

800 * Like CollectionIdGetIndexes but does not consult index build in progress.
801 */
802List *
803CollectionIdGetValidIndexes(uint64 collectionId, bool excludeIdIndex,
804 bool enableNestedDistribution)
805{
806 bool includeIndexBuilds = false;
807 return CollectionIdGetIndexesCore(collectionId, excludeIdIndex,
808 enableNestedDistribution, includeIndexBuilds);
809}
810
811
812/*

Calls 1

Tested by

no test coverage detected