org.apache.spark.sql.catalyst.expressions

VariableLengthRowBasedKeyValueBatch

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def acquireMemory(arg0: Long): Long

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

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

    Attributes
    protected[org.apache.spark.memory]
    Definition Classes
    MemoryConsumer
  9. def appendRow(kbase: Any, koff: Long, klen: Int, vbase: Any, voff: Long, vlen: Int): UnsafeRow

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

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

    Definition Classes
    RowBasedKeyValueBatch
  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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def freeArray(arg0: LongArray): Unit

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

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

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

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

  21. def getMode(): MemoryMode

    Definition Classes
    MemoryConsumer
  22. def getUsed(): Long

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

  24. final def getValueRow(rowId: Int): UnsafeRow

    Definition Classes
    RowBasedKeyValueBatch
  25. def hashCode(): Int

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

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

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. final def numRows(): Int

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

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

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

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

    Definition Classes
    AnyRef
  35. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RowBasedKeyValueBatch

Inherited from MemoryConsumer

Inherited from AnyRef

Inherited from Any

Ungrouped