coveringScansUsed property

int coveringScansUsed
getter/setter pair

Cumulative count of index-only (covering) scans the executor has served. Reset by resetCounters. Tests use this to assert that a query took the covering path.

Implementation

int coveringScansUsed = 0;