Class

org.apache.spark.sql.catalyst.util

SerializedMap

Related Doc: package util

Permalink

final class SerializedMap extends MapData

An implementation of MapData serialized like SerializedRow elements that pays attention to the platform endianness and uses a consistent endian format (little-endian) so is suitable for storage.

Linear Supertypes
MapData, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SerializedMap
  2. MapData
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SerializedMap()

    Permalink

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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def copy(): SerializedMap

    Permalink
    Definition Classes
    SerializedMap → MapData
  7. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def foreach(keyType: DataType, valueType: DataType, f: (Any, Any) ⇒ Unit): Unit

    Permalink
    Definition Classes
    MapData
  11. def getBaseObject: AnyRef

    Permalink
  12. def getBaseOffset: Long

    Permalink
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getSizeInBytes: Int

    Permalink
  15. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  17. def keyArray(): SerializedArray

    Permalink
    Definition Classes
    SerializedMap → MapData
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def numElements(): Int

    Permalink
    Definition Classes
    SerializedMap → MapData
  22. def pointTo(baseObject: AnyRef, baseOffset: Long): Unit

    Permalink

    Update this SerializedMap to point to different backing data.

    Update this SerializedMap to point to different backing data.

    baseObject

    the base object

    baseOffset

    the offset within the base object

  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. def valueArray(): SerializedArray

    Permalink
    Definition Classes
    SerializedMap → MapData
  26. final def wait(): Unit

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

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

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

Inherited from MapData

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped