public final class OperatorStats extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OperatorStats.IncorrectRuntimeStatsMarker
Marker class to help with plan elements which will collect invalid statistics
|
static class |
OperatorStats.MayNotUseForRelNodes
Marker class to help with plan elements which will collect invalid statistics
|
| Constructor and Description |
|---|
OperatorStats(String opId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getOperatorId() |
long |
getOutputRecords() |
int |
hashCode() |
void |
setOutputRecords(long outputRecords) |
String |
toString() |
Copyright © 2024 The Apache Software Foundation. All rights reserved.