Interface View
- All Superinterfaces:
GraphElement
- All Known Implementing Classes:
PersistedView
,TemporaryView
Representing a view in the
DataflowGraph
.-
Method Summary
Modifier and TypeMethodDescriptionscala.Option<String>
comment()
User-specified comment that can be placed on theView
.org.apache.spark.sql.catalyst.TableIdentifier
Returns 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.GraphElement
displayName, origin, spark
-
Method Details
-
comment
scala.Option<String> comment()User-specified comment that can be placed on theView
. -
identifier
org.apache.spark.sql.catalyst.TableIdentifier identifier()Returns the unique identifier for thisView
.- Specified by:
identifier
in interfaceGraphElement
-
properties
Properties of this view -
sqlText
scala.Option<String> sqlText()(SQL-specific) The raw query that defines theView
.
-