@ThriftStruct public class HistoricalPlanStatisticsEntry extends Object
| Constructor and Description |
|---|
HistoricalPlanStatisticsEntry(PlanStatistics planStatistics,
List<PlanStatistics> inputTableStatistics) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<PlanStatistics> |
getInputTableStatistics() |
PlanStatistics |
getPlanStatistics() |
int |
hashCode() |
String |
toString() |
@ThriftConstructor public HistoricalPlanStatisticsEntry(PlanStatistics planStatistics, List<PlanStatistics> inputTableStatistics)
@ThriftField(value=1,
requiredness=OPTIONAL)
public PlanStatistics getPlanStatistics()
@ThriftField(value=2,
requiredness=OPTIONAL)
public List<PlanStatistics> getInputTableStatistics()
Copyright © 2012–2022. All rights reserved.