Interface Input
- All Superinterfaces:
- GraphElement
- All Known Subinterfaces:
- ResolvedFlow,- TableInput
- All Known Implementing Classes:
- AppendOnceFlow,- CompleteFlow,- StreamingFlow,- Table,- VirtualTableInput
Specifies an input that can be referenced by another Dataset's query.
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.spark.sql.classic.Dataset<Row>load(InputReadOptions readOptions) Returns a DataFrame that is a result of loading data from thisInput.Methods inherited from interface org.apache.spark.sql.pipelines.graph.GraphElementdisplayName, identifier, origin, spark
- 
Method Details- 
loadReturns a DataFrame that is a result of loading data from thisInput.- Parameters:
- readOptions- Type of input. Used to determine streaming/batch
- Returns:
- Streaming or batch DataFrame of this Input's data.
 
 
-