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

Function HandleColocation

pg_documentdb/src/api_hooks.c:356–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354
355
356void
357HandleColocation(MongoCollection *collection, const bson_value_t *colocationOptions)
358{
359 /* By default single node collections are always colocated */
360 if (handle_colocation_hook != NULL)
361 {
362 handle_colocation_hook(collection, colocationOptions);
363 }
364}
365
366
367Query *

Callers 1

command_coll_modFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected