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

Function ExplainRegularIndexScan

pg_documentdb/src/index_am/rum.c:1920–1929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1918
1919
1920void
1921ExplainRegularIndexScan(IndexScanDesc scan, struct ExplainState *es)
1922{
1923 if (IsBsonRegularIndexAm(scan->indexRelation->rd_rel->relam))
1924 {
1925 /* See if there's a hook to explain more in this index */
1926 ExplainWriterFuncs writerFuncs = GetForExplain();
1927 TryExplainByIndexAm(scan, &writerFuncs, es);
1928 }
1929}
1930
1931
1932void

Callers 1

ExplainIndexScanStateFunction · 0.85

Calls 3

IsBsonRegularIndexAmFunction · 0.85
GetForExplainFunction · 0.85
TryExplainByIndexAmFunction · 0.85

Tested by

no test coverage detected