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

Function DeleteAllCollectionIndexRecords

pg_documentdb/src/metadata/index.c:883–887  ·  view source on GitHub ↗

* DeleteAllCollectionIndexRecords wrapper for DeleteCollectionIndexRecordCore that deletes * all indexes of a collection. The delete is done as a commutative write */

Source from the content-addressed store, hash-verified

881 * all indexes of a collection. The delete is done as a commutative write
882 */
883void
884DeleteAllCollectionIndexRecords(uint64 collectionId)
885{
886 DeleteCollectionIndexRecordCore(collectionId, NULL);
887}
888
889
890/*

Callers 1

command_drop_collectionFunction · 0.85

Calls 1

Tested by

no test coverage detected