Interface OutputStatsEstimator
- All Known Implementing Classes:
ByEagerParentOutputStatsEstimator,BySmallStageOutputStatsEstimator,ByTaskProgressOutputStatsEstimator,CompositeOutputStatsEstimator
public interface OutputStatsEstimator
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetEstimatedOutputStats(EventDrivenFaultTolerantQueryScheduler.StageExecution stageExecution, Function<StageId, EventDrivenFaultTolerantQueryScheduler.StageExecution> stageExecutionLookup, boolean parentEager)
-
Field Details
-
UNKNOWN
-
-
Method Details
-
getEstimatedOutputStats
Optional<OutputStatsEstimator.OutputStatsEstimateResult> getEstimatedOutputStats(EventDrivenFaultTolerantQueryScheduler.StageExecution stageExecution, Function<StageId, EventDrivenFaultTolerantQueryScheduler.StageExecution> stageExecutionLookup, boolean parentEager)
-