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