Packages

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
Linear Supertypes
Serializable, Product, Equals, View, GraphElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PersistedView
  2. Serializable
  3. Product
  4. Equals
  5. View
  6. GraphElement
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. 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
    PersistedViewView
  7. def displayName: String

    Returns a user-visible name for the element.

    Returns a user-visible name for the element.

    Definition Classes
    GraphElement
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. val identifier: TableIdentifier

    Returns the unique identifier for this View.

    Returns the unique identifier for this View.

    Definition Classes
    PersistedViewViewGraphElement
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  15. 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
    PersistedViewGraphElement
  16. def productElementNames: Iterator[String]
    Definition Classes
    Product
  17. val properties: Map[String, String]

    Properties of this view

    Properties of this view

    Definition Classes
    PersistedViewView
  18. def spark: classic.SparkSession
    Attributes
    protected
    Definition Classes
    GraphElement
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from View

Inherited from GraphElement

Inherited from AnyRef

Inherited from Any

Ungrouped