case class PersistedView(identifier: TableIdentifier, properties: Map[String, String], comment: Option[String], origin: QueryOrigin) extends View with Product with Serializable
Representing a persisted View in a DataflowGraph.
- identifier
The identifier of this view within the graph.
- properties
Properties of the view
- comment
when defining a view
- Source
- elements.scala
- Alphabetic
- By Inheritance
- PersistedView
- Serializable
- Product
- Equals
- View
- GraphElement
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new PersistedView(identifier: TableIdentifier, properties: Map[String, String], comment: Option[String], origin: QueryOrigin)
- identifier
The identifier of this view within the graph.
- properties
Properties of the view
- comment
when defining a view
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val comment: Option[String]
User-specified comment that can be placed on the View.
User-specified comment that can be placed on the View.
- Definition Classes
- PersistedView → View
- def displayName: String
Returns a user-visible name for the element.
Returns a user-visible name for the element.
- Definition Classes
- GraphElement
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val identifier: TableIdentifier
Returns the unique identifier for this View.
Returns the unique identifier for this View.
- Definition Classes
- PersistedView → View → GraphElement
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val origin: QueryOrigin
Contains provenance to tie back this GraphElement to the user code that defined it.
Contains provenance to tie back this GraphElement to the user code that defined it.
This must be set when a GraphElement is directly created by some user code. Subsequently, this initial origin must be propagated as is without modification. If this GraphElement is copied or converted to a different type, then this origin must be copied as is.
- Definition Classes
- PersistedView → GraphElement
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val properties: Map[String, String]
Properties of this view
Properties of this view
- Definition Classes
- PersistedView → View
- def spark: classic.SparkSession
- Attributes
- protected
- Definition Classes
- GraphElement
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)