ResolvedFlow¶
ResolvedFlow is an extension of the ResolutionCompletedFlow and Input abstractions for resolved flows that are resolved successfully.
ResolvedFlows are Flows with FlowFunctionResult being resolved.
ResolvedFlow is a mere wrapper around FlowFunctionResult.
Implementations¶
Inputs¶
inputs: Set[TableIdentifier]
inputs requests this FlowFunctionResult for the inputs.
inputs is used when:
DatasetManageris requested to materializeViewsGraphOperationsis requested for the flowNodesGraphValidationsis requested to validateGraphIsTopologicallySorted