public class PlanStatisticsWithSourceInfo extends Object
| Constructor and Description |
|---|
PlanStatisticsWithSourceInfo(PlanNodeId id,
PlanStatistics planStatistics,
SourceInfo sourceInfo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
PlanNodeId |
getId() |
PlanStatistics |
getPlanStatistics() |
SourceInfo |
getSourceInfo() |
int |
hashCode() |
public PlanStatisticsWithSourceInfo(PlanNodeId id, PlanStatistics planStatistics, SourceInfo sourceInfo)
public PlanNodeId getId()
public PlanStatistics getPlanStatistics()
public SourceInfo getSourceInfo()
Copyright © 2012–2022. All rights reserved.