Class FlowNode
Object
org.apache.spark.sql.pipelines.graph.FlowNode
- All Implemented Interfaces:
- Serializable,- scala.Equals,- scala.Product
param:  identifier The identifier of the flow.
 param:  inputs The identifiers of nodes used as inputs to this flow.
 param:  output The identifier of the output that this flow writes to.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionFlowNode(org.apache.spark.sql.catalyst.TableIdentifier identifier, scala.collection.immutable.Set<org.apache.spark.sql.catalyst.TableIdentifier> inputs, org.apache.spark.sql.catalyst.TableIdentifier output) 
- 
Method SummaryMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
FlowNodepublic FlowNode(org.apache.spark.sql.catalyst.TableIdentifier identifier, scala.collection.immutable.Set<org.apache.spark.sql.catalyst.TableIdentifier> inputs, org.apache.spark.sql.catalyst.TableIdentifier output) 
 
- 
- 
Method Details- 
applypublic abstract static R apply(T1 v1, T2 v2, T3 v3) 
- 
toString
- 
identifierpublic org.apache.spark.sql.catalyst.TableIdentifier identifier()
- 
inputspublic scala.collection.immutable.Set<org.apache.spark.sql.catalyst.TableIdentifier> inputs()
- 
outputpublic org.apache.spark.sql.catalyst.TableIdentifier output()
 
-