| 354 | |
| 355 | |
| 356 | void |
| 357 | HandleColocation(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 | |
| 367 | Query * |