Class

org.apache.spark.sql.catalyst.expressions

VariableLengthRowBasedKeyValueBatch

Related Doc: package expressions

Permalink

final class VariableLengthRowBasedKeyValueBatch extends RowBasedKeyValueBatch

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

Instance Constructors

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

    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. 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. def appendRow(kbase: Any, koff: Long, klen: Int, vbase: Any, voff: Long, vlen: Int): UnsafeRow

    Permalink
  8. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def close(): Unit

    Permalink
    Definition Classes
    RowBasedKeyValueBatch
  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. def freeArray(arg0: LongArray): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getKeyRow(rowId: Int): UnsafeRow

    Permalink
  19. def getMode(): MemoryMode

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

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

    Permalink
  22. final def getValueRow(rowId: Int): UnsafeRow

    Permalink
    Definition Classes
    RowBasedKeyValueBatch
  23. def hashCode(): Int

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

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

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

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

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

    Permalink
    Definition Classes
    RowBasedKeyValueBatch
  29. def rowIterator(): KVIterator[UnsafeRow, UnsafeRow]

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

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

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

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

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

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

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

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

Inherited from RowBasedKeyValueBatch

Inherited from MemoryConsumer

Inherited from AnyRef

Inherited from Any

Ungrouped