Modifier and Type | Method and Description |
---|---|
List<ProfiledPlan> |
children()
As noted in the class-level javadoc, a plan is a tree, where each child is another plan.
|
long |
dbHits() |
boolean |
hasPageCacheStats() |
double |
pageCacheHitRatio() |
long |
pageCacheHits() |
long |
pageCacheMisses() |
long |
records() |
long |
time() |
arguments, identifiers, operatorType
long dbHits()
long records()
boolean hasPageCacheStats()
long pageCacheHits()
long pageCacheMisses()
double pageCacheHitRatio()
long time()
List<ProfiledPlan> children()
Plan
operator
that introduces
new records on its own.