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

Function IsOptionsKeyOrderedIndex

pg_documentdb/src/metadata/index.c:2409–2414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2407
2408
2409inline static bool
2410IsOptionsKeyOrderedIndex(const char *key)
2411{
2412 return strcmp(key, "enableCompositeTerm") == 0 ||
2413 strcmp(key, "enableOrderedIndex") == 0;
2414}
2415
2416
2417bool

Callers 3

IndexSpecIsOrderedIndexFunction · 0.85
SerializeIndexSpecFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected