Object/Class

org.apache.spark.sql.execution.columnar.impl

ColumnDelta

Related Docs: class ColumnDelta | package impl

Permalink

object ColumnDelta

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val INIT_SIZE: Int

    Permalink

    The initial size of delta column (the smallest delta in the hierarchy).

  5. val MAX_DEPTH: Int

    Permalink

    The maximum depth of the hierarchy of deltas for column starting with smallest delta, which is merged with larger delta, then larger, ...

    The maximum depth of the hierarchy of deltas for column starting with smallest delta, which is merged with larger delta, then larger, ... till the full column value.

  6. val USED_MAX_DEPTH: Int

    Permalink

    This is the currently used maximum depth which must be <= MAX_DEPTH.

    This is the currently used maximum depth which must be <= MAX_DEPTH. It should only be used by transient execution-time structures and never in storage.

  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def deltaColumnIndex(tableColumnIndex: Int, hierarchyDepth: Int): Int

    Permalink

    Returns the delta column index as store in region key given the 0 based table column index (table column index stored in region key is 1 based).

  10. def deltaHierarchyDepth(deltaColumnIndex: Int): Int

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def mutableKeyAttributes: Seq[AttributeReference]

    Permalink
  18. val mutableKeyFields: Seq[StructField]

    Permalink
  19. val mutableKeyNamePrefix: String

    Permalink
  20. val mutableKeyNames: Seq[String]

    Permalink

    These are the virtual columns that are injected in the select plan for update/delete so that those operations can actually apply the changes.

  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def tableColumnIndex(deltaColumnIndex: Int): Int

    Permalink

    Returns 1 based table column index for given delta or table column index (table column index stored in region key is 1 based).

  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped