Interface TableInput
- All Superinterfaces:
- GraphElement,- Input
- All Known Implementing Classes:
- Table,- VirtualTableInput
A type of 
Input where data is loaded from a table.- 
Method SummaryModifier and TypeMethodDescriptionscala.Option<StructType>The user-specified schema for this table.Methods inherited from interface org.apache.spark.sql.pipelines.graph.GraphElementdisplayName, identifier, origin, spark
- 
Method Details- 
specifiedSchemascala.Option<StructType> specifiedSchema()The user-specified schema for this table.
 
-