Packages

object RowId

Collection of helpers to handle Row IDs.

This file includes the following Row ID features: - Enabling Row IDs using table feature and table property. - Assigning fresh Row IDs. - Reading back Row IDs. - Preserving stable Row IDs.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RowId
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class RowTrackingMetadataDomain(rowIdHighWaterMark: Long) extends JsonMetadataDomain[RowTrackingMetadataDomain] with Product with Serializable

    Metadata domain for the high water mark stored using a DomainMetadata action.

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. val BASE_ROW_ID: String

    Base Row ID column name

  5. val MISSING_HIGH_WATER_MARK: Long
  6. val QUALIFIED_COLUMN_NAME: String
  7. val ROW_ID: String

    Row ID column name

  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def columnMetadata(materializedColumnName: String): Metadata

    Column metadata to be used in conjunction QUALIFIED_COLUMN_NAME to mark row id columns

  11. def createBaseRowIdField(protocol: Protocol, metadata: Metadata): Option[StructField]

    The field readers can use to access the base row id column.

  12. def createRowIdField(protocol: Protocol, metadata: Metadata, nullable: Boolean): Option[StructField]

    The field readers can use to access the generated row id column.

    The field readers can use to access the generated row id column. The scanner's internal column name is obtained from the table's metadata.

  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def isEnabled(protocol: Protocol, metadata: Metadata): Boolean

    Returns whether Row IDs are enabled on this table version.

    Returns whether Row IDs are enabled on this table version. Checks that Row IDs are supported, which is a pre-requisite for enabling Row IDs, throws an error if not.

  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isSupported(protocol: Protocol): Boolean

    Returns whether the protocol version supports the Row ID table feature.

    Returns whether the protocol version supports the Row ID table feature. Whenever Row IDs are supported, fresh Row IDs must be assigned to all newly committed files, even when Row IDs are disabled in the current table version.

  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. object BaseRowIdMetadataStructField
  30. object RowIdMetadataAttribute
  31. object RowIdMetadataStructField
  32. object RowTrackingMetadataDomain extends JsonMetadataDomainUtils[RowTrackingMetadataDomain] with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped