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

Function GetIndexQueueName

pg_documentdb/src/metadata/index.c:2212–2216  ·  view source on GitHub ↗

* Returns the index queue name based on the cluster version. * The return value includes the schema name and the queue name. */

Source from the content-addressed store, hash-verified

2210 * The return value includes the schema name and the queue name.
2211 */
2212char *
2213GetIndexQueueName(void)
2214{
2215 return psprintf("%s.%s", ApiCatalogSchemaNameV2, GetIndexQueueTableName());
2216}
2217
2218
2219void

Callers 15

CreateIndexBuildsTableFunction · 0.85
command_drop_collectionFunction · 0.85
CancelIndexBuildRequestFunction · 0.85
AddIndexBuildsFunction · 0.85
setup_index_queue_tableFunction · 0.85
CheckForIndexCmdToFinishFunction · 0.85
AddRequestInIndexQueueFunction · 0.85
GetRequestFromIndexQueueFunction · 0.85

Calls 1

GetIndexQueueTableNameFunction · 0.85

Tested by

no test coverage detected