Interface View
- All Superinterfaces:
GraphElement
- All Known Implementing Classes:
PersistedView
,TemporaryView
Representing a view in the
DataflowGraph
.-
Method Summary
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
-