public class HistoryBasedSourceInfo extends SourceInfo
| Constructor and Description |
|---|
HistoryBasedSourceInfo(Optional<String> hash,
Optional<List<PlanStatistics>> inputTableStatistics) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Optional<String> |
getHash() |
Optional<List<PlanStatistics>> |
getInputTableStatistics() |
int |
hashCode() |
public HistoryBasedSourceInfo(Optional<String> hash, Optional<List<PlanStatistics>> inputTableStatistics)
Copyright © 2012–2022. All rights reserved.