ResolutionCompletedFlow¶
ResolutionCompletedFlow is an extension of the Flow abstraction for flows with a flow function executed successfully or not (ResolvedFlow and ResolutionFailedFlow, respectively).
Contract¶
UnresolvedFlow¶
flow: UnresolvedFlow
Used when:
CoreDataflowNodeProcessoris requested to processNodeDataflowGraphis requested to reanalyzeFlow- This
ResolutionCompletedFlowis requested for the destination identifier, FlowFunction, identifier, QueryOrigin, QueryContext
FlowFunctionResult¶
funcResult: FlowFunctionResult
FlowFunctionResult
FlowFunctionResult is used to assert that ResolvedFlow and ResolutionFailedFlow are in proper state.
Used when:
- This
ResolutionCompletedFlowis requested for the sqlConf ResolutionFailedFlowis requested for the failureResolvedFlowis requested for the logical query plan and inputsGraphValidationsis requested to validatePersistedViewSources, validateSuccessfulFlowAnalysis