case class FlowFunctionResult(requestedInputs: Set[TableIdentifier], batchInputs: Set[ResolvedInput], streamingInputs: Set[ResolvedInput], usedExternalInputs: Set[TableIdentifier], dataFrame: Try[classic.DataFrame], sqlConf: Map[String, String], analysisWarnings: Seq[AnalysisWarning] = Nil) extends Product with Serializable
Holds the DataFrame returned by a FlowFunction along with the inputs used to construct it.
- batchInputs
the complete inputs read by the flow
- streamingInputs
the incremental inputs read by the flow
- usedExternalInputs
the identifiers of the external inputs read by the flow
- dataFrame
the DataFrame expression executed by the flow if the flow can be resolved
- Source
- Flow.scala
- Alphabetic
- By Inheritance
- FlowFunctionResult
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new FlowFunctionResult(requestedInputs: Set[TableIdentifier], batchInputs: Set[ResolvedInput], streamingInputs: Set[ResolvedInput], usedExternalInputs: Set[TableIdentifier], dataFrame: Try[classic.DataFrame], sqlConf: Map[String, String], analysisWarnings: Seq[AnalysisWarning] = Nil)
- batchInputs
the complete inputs read by the flow
- streamingInputs
the incremental inputs read by the flow
- usedExternalInputs
the identifiers of the external inputs read by the flow
- dataFrame
the DataFrame expression executed by the flow if the flow can be resolved
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val analysisWarnings: Seq[AnalysisWarning]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val batchInputs: Set[ResolvedInput]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val dataFrame: Try[classic.DataFrame]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def failure: Seq[Throwable]
Returns errors that occurred when attempting to analyze this Flow.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def inputs: Set[TableIdentifier]
Returns the names of all of the Inputs used when resolving this Flow.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val requestedInputs: Set[TableIdentifier]
- final def resolved: Boolean
Whether this Flow is successfully analyzed.
- val sqlConf: Map[String, String]
- val streamingInputs: Set[ResolvedInput]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val usedExternalInputs: Set[TableIdentifier]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)