Class ResolutionFailedFlow
Object
org.apache.spark.sql.pipelines.graph.ResolutionFailedFlow
- All Implemented Interfaces:
- org.apache.spark.internal.Logging,- Flow,- GraphElement,- ResolutionCompletedFlow
A 
Flow whose flow function has failed to resolve.- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.spark.internal.Loggingorg.apache.spark.internal.Logging.LogStringContext, org.apache.spark.internal.Logging.SparkShellLoggingFilter
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.spark.sql.catalyst.TableIdentifierThe dataset that this Flow represents a write to.scala.collection.immutable.Seq<Throwable>failure()flow()org.apache.spark.sql.catalyst.TableIdentifierReturns the unique identifier for thisGraphElement.Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.spark.sql.pipelines.graph.GraphElementdisplayName, sparkMethods inherited from interface org.apache.spark.internal.LogginginitializeForcefully, initializeLogIfNecessary, initializeLogIfNecessary, initializeLogIfNecessary$default$2, isTraceEnabled, log, logBasedOnLevel, logDebug, logDebug, logDebug, logDebug, logError, logError, logError, logError, logInfo, logInfo, logInfo, logInfo, logName, LogStringContext, logTrace, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, logWarning, MDC, org$apache$spark$internal$Logging$$log_, org$apache$spark$internal$Logging$$log__$eq, withLogContextMethods inherited from interface org.apache.spark.sql.pipelines.graph.ResolutionCompletedFlowfunc, origin, queryContext, sqlConf
- 
Constructor Details- 
ResolutionFailedFlow
 
- 
- 
Method Details- 
destinationIdentifierpublic org.apache.spark.sql.catalyst.TableIdentifier destinationIdentifier()Description copied from interface:FlowThe dataset that this Flow represents a write to.- Specified by:
- destinationIdentifierin interface- Flow
- Specified by:
- destinationIdentifierin interface- ResolutionCompletedFlow
- Returns:
- (undocumented)
 
- 
failure
- 
flow- Specified by:
- flowin interface- ResolutionCompletedFlow
 
- 
funcResult- Specified by:
- funcResultin interface- ResolutionCompletedFlow
 
- 
identifierpublic org.apache.spark.sql.catalyst.TableIdentifier identifier()Description copied from interface:GraphElementReturns the unique identifier for thisGraphElement.- Specified by:
- identifierin interface- Flow
- Specified by:
- identifierin interface- GraphElement
- Specified by:
- identifierin interface- ResolutionCompletedFlow
 
 
-