Interface ResolvedFlow
- All Superinterfaces:
- Flow,- GraphElement,- Input,- org.apache.spark.internal.Logging,- ResolutionCompletedFlow
- All Known Implementing Classes:
- AppendOnceFlow,- CompleteFlow,- StreamingFlow
A 
Flow whose flow function has successfully resolved.- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.spark.internal.Loggingorg.apache.spark.internal.Logging.LogStringContext, org.apache.spark.internal.Logging.SparkShellLoggingFilter
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.spark.sql.classic.Dataset<Row>df()The logical plan for this flow's query.scala.collection.immutable.Set<org.apache.spark.sql.catalyst.TableIdentifier>inputs()org.apache.spark.sql.classic.Dataset<Row>load(InputReadOptions readOptions) Returns a DataFrame that is a result of loading data from thisInput.schema()Returns the schema of the output of thisFlow.Methods 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.ResolutionCompletedFlowdestinationIdentifier, flow, func, funcResult, identifier, origin, queryContext, sqlConf
- 
Method Details- 
dforg.apache.spark.sql.classic.Dataset<Row> df()The logical plan for this flow's query.
- 
inputsscala.collection.immutable.Set<org.apache.spark.sql.catalyst.TableIdentifier> inputs()
- 
loadDescription copied from interface:InputReturns a DataFrame that is a result of loading data from thisInput.
- 
schemaStructType schema()Returns the schema of the output of thisFlow.
 
-