Interface View
- All Superinterfaces:
- GraphElement
- All Known Implementing Classes:
- PersistedView,- TemporaryView
Representing a view in the 
DataflowGraph.- 
Method SummaryModifier and TypeMethodDescriptionscala.Option<String>comment()User-specified comment that can be placed on theView.org.apache.spark.sql.catalyst.TableIdentifierReturns the unique identifier for thisView.Properties of this viewscala.Option<String>sqlText()(SQL-specific) The raw query that defines theView.Methods inherited from interface org.apache.spark.sql.pipelines.graph.GraphElementdisplayName, origin, spark
- 
Method Details- 
commentscala.Option<String> comment()User-specified comment that can be placed on theView.
- 
identifierorg.apache.spark.sql.catalyst.TableIdentifier identifier()Returns the unique identifier for thisView.- Specified by:
- identifierin interface- GraphElement
 
- 
propertiesProperties of this view
- 
sqlTextscala.Option<String> sqlText()(SQL-specific) The raw query that defines theView.
 
-