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

Function IsTextIndex

pg_documentdb/src/metadata/index.c:2313–2318  ·  view source on GitHub ↗

* Returns true if the index plugin vector for the key document is a text index. */

Source from the content-addressed store, hash-verified

2311 * Returns true if the index plugin vector for the key document is a text index.
2312 */
2313inline static bool
2314IsTextIndex(const bson_value_t *value)
2315{
2316 char *indexTextType = "text";
2317 return IsIndexOfType(value, indexTextType);
2318}
2319
2320
2321/*

Callers 2

Calls 1

IsIndexOfTypeFunction · 0.85

Tested by

no test coverage detected