@ThriftStruct public class PlanStatistics extends Object
| Constructor and Description |
|---|
PlanStatistics(Estimate rowCount,
Estimate outputSize,
double confidence) |
| Modifier and Type | Method and Description |
|---|---|
static PlanStatistics |
empty() |
boolean |
equals(Object o) |
double |
getConfidence() |
Estimate |
getOutputSize() |
Estimate |
getRowCount() |
int |
hashCode() |
String |
toString() |
public static PlanStatistics empty()
@ThriftField(value=1) public Estimate getRowCount()
@ThriftField(value=2) public Estimate getOutputSize()
@ThriftField(value=3) public double getConfidence()
Copyright © 2012–2022. All rights reserved.