Class

org.apache.spark.sql.catalyst.expressions

RowBasedKeyValueBatch

Related Doc: package expressions

Permalink

abstract class RowBasedKeyValueBatch extends MemoryConsumer

Linear Supertypes
MemoryConsumer, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RowBasedKeyValueBatch
  2. MemoryConsumer
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RowBasedKeyValueBatch(keySchema: StructType, valueSchema: StructType, maxRows: Int, manager: TaskMemoryManager)

    Permalink

Abstract Value Members

  1. abstract def appendRow(kbase: Any, koff: Long, klen: Int, vbase: Any, voff: Long, vlen: Int): UnsafeRow

    Permalink
  2. abstract def getKeyRow(rowId: Int): UnsafeRow

    Permalink
  3. abstract def getValueFromKey(rowId: Int): UnsafeRow

    Permalink
  4. abstract def rowIterator(): KVIterator[UnsafeRow, UnsafeRow]

    Permalink

Concrete 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. def acquireMemory(arg0: Long): Long

    Permalink
    Definition Classes
    MemoryConsumer
  5. def allocateArray(arg0: Long): LongArray

    Permalink
    Definition Classes
    MemoryConsumer
  6. def allocatePage(arg0: Long): MemoryBlock

    Permalink
    Attributes
    protected[org.apache.spark.memory]
    Definition Classes
    MemoryConsumer
  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. final def close(): Unit

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def freeArray(arg0: LongArray): Unit

    Permalink
    Definition Classes
    MemoryConsumer
  14. def freeMemory(arg0: Long): Unit

    Permalink
    Definition Classes
    MemoryConsumer
  15. def freePage(arg0: MemoryBlock): Unit

    Permalink
    Attributes
    protected[org.apache.spark.memory]
    Definition Classes
    MemoryConsumer
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getMode(): MemoryMode

    Permalink
    Definition Classes
    MemoryConsumer
  18. def getUsed(): Long

    Permalink
    Attributes
    protected[org.apache.spark.memory]
    Definition Classes
    MemoryConsumer
  19. final def getValueRow(rowId: Int): UnsafeRow

    Permalink
  20. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  25. final def numRows(): Int

    Permalink
  26. final def spill(size: Long, trigger: MemoryConsumer): Long

    Permalink
    Definition Classes
    RowBasedKeyValueBatch → MemoryConsumer
  27. def spill(): Unit

    Permalink
    Definition Classes
    MemoryConsumer
    Annotations
    @throws( classOf[java.io.IOException] )
  28. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from MemoryConsumer

Inherited from AnyRef

Inherited from Any

Ungrouped