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

Function DeleteCollectionIndexRecord

pg_documentdb/src/metadata/index.c:894–898  ·  view source on GitHub ↗

* DeleteCollectionIndexRecord wrapper for DeleteCollectionIndexRecordCore that deletes with a * specific indexId. The delete is done as a commutative write */

Source from the content-addressed store, hash-verified

892 * specific indexId. The delete is done as a commutative write
893 */
894void
895DeleteCollectionIndexRecord(uint64 collectionId, int indexId)
896{
897 DeleteCollectionIndexRecordCore(collectionId, &indexId);
898}
899
900
901/*

Calls 1

Tested by

no test coverage detected