ResolvedFlow¶
ResolvedFlow
is an extension of the ResolutionCompletedFlow and Input abstractions for resolved flows that are resolved successfully.
ResolvedFlow
s 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:
DatasetManager
is requested to materializeViewsGraphOperations
is requested for the flowNodesGraphValidations
is requested to validateGraphIsTopologicallySorted