public class BaseJoinStats extends BOpStats
Modifier and Type | Field and Description |
---|---|
CAT |
accessPathChunksIn
The #of chunks read from an
IAccessPath . |
CAT |
accessPathCount
The #of access paths which were evaluated.
|
CAT |
accessPathDups
The #of duplicate access paths which were detected and filtered out.
|
CAT |
accessPathRangeCount
The running sum of the range counts of the accepted as-bound access
paths.
|
CAT |
accessPathUnitsIn
The #of elements read from an
IAccessPath . |
chunksIn, chunksOut, elapsed, mutationCount, opCount, typeErrors, unitsIn, unitsOut
Constructor and Description |
---|
BaseJoinStats() |
Modifier and Type | Method and Description |
---|---|
void |
add(BOpStats o)
Combine the statistics (addition), but do NOT add to self.
|
protected void |
toString(StringBuilder sb)
Extension hook for
BOpStats.toString() . |
public final CAT accessPathDups
public final CAT accessPathCount
Note: Some join operators can coalesce duplicate access paths. Such operators may reported fewer access paths here.
Note: Hash join operators typically run the access path exactly once (if they are written to use the native heap and their memory budget is exceeded then they may run the access path more than once).
public final CAT accessPathRangeCount
public final CAT accessPathChunksIn
IAccessPath
.public final CAT accessPathUnitsIn
IAccessPath
.public void add(BOpStats o)
BOpStats
protected void toString(StringBuilder sb)
BOpStats
BOpStats.toString()
.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.