Class

org.apache.spark.sql.execution.row

UnsafeRowDecoder

Related Doc: package row

Permalink

final class UnsafeRowDecoder extends ColumnDecoder

Linear Supertypes
ColumnDecoder, ColumnEncoding, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnsafeRowDecoder
  2. ColumnDecoder
  3. ColumnEncoding
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UnsafeRowDecoder(holder: UnsafeRowHolder, columnIndex: Int)

    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. final val baseCursor: Long

    Permalink
    Attributes
    protected[org.apache.spark.sql]
    Definition Classes
    ColumnDecoder
  6. def clone(): AnyRef

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

    Permalink
    Definition Classes
    ColumnDecoder
  8. final var currentCursor: Long

    Permalink
    Attributes
    protected
    Definition Classes
    ColumnDecoder
  9. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def findNextNullPosition(columnBytes: AnyRef, nextNullPosition: Int, num: Int): Int

    Permalink
    Definition Classes
    UnsafeRowDecoder → ColumnDecoder
  13. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    UnsafeRowDecoder → ColumnDecoder
  15. def getStringDictionary: StringDictionary

    Permalink
    Definition Classes
    ColumnDecoder
  16. def hasNulls: Boolean

    Permalink
    Attributes
    protected[org.apache.spark.sql]
    Definition Classes
    UnsafeRowDecoder → ColumnDecoder
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. def initializeCursor(columnBytes: AnyRef, cursor: Long, dataType: DataType): Long

    Permalink
    Attributes
    protected[org.apache.spark.sql]
    Definition Classes
    UnsafeRowDecoder → ColumnDecoder
  19. def initializeNulls(columnBytes: AnyRef, startCursor: Long, field: StructField): Long

    Permalink
    Attributes
    protected[org.apache.spark.sql]
    Definition Classes
    UnsafeRowDecoder → ColumnDecoder
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isNullAt(columnBytes: AnyRef, position: Int): Boolean

    Permalink
    Definition Classes
    UnsafeRowDecoder → ColumnDecoder
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final var nonNullPosition: Int

    Permalink
    Attributes
    protected[org.apache.spark.sql]
    Definition Classes
    ColumnDecoder
  24. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  26. def numNulls(columnBytes: AnyRef, ordinal: Int, num: Int): Int

    Permalink
    Definition Classes
    UnsafeRowDecoder → ColumnDecoder
  27. def readArray(columnBytes: AnyRef, nonNullPosition: Int): ArrayData

    Permalink
    Definition Classes
    UnsafeRowDecoder → ColumnDecoder
  28. def readBinary(columnBytes: AnyRef, nonNullPosition: Int): Array[Byte]

    Permalink
    Definition Classes
    UnsafeRowDecoder → ColumnDecoder
  29. def readBoolean(columnBytes: AnyRef, nonNullPosition: Int): Boolean

    Permalink
    Definition Classes
    UnsafeRowDecoder → ColumnDecoder
  30. def readByte(columnBytes: AnyRef, nonNullPosition: Int): Byte

    Permalink
    Definition Classes
    UnsafeRowDecoder → ColumnDecoder
  31. def readDate(columnBytes: AnyRef, nonNullPosition: Int): Int

    Permalink
    Definition Classes
    ColumnDecoder
  32. def readDecimal(columnBytes: AnyRef, precision: Int, scale: Int, nonNullPosition: Int): Decimal

    Permalink
    Definition Classes
    UnsafeRowDecoder → ColumnDecoder
  33. def readDictionaryIndex(columnBytes: AnyRef, nonNullPosition: Int): Int

    Permalink
    Definition Classes
    ColumnDecoder
  34. def readDouble(columnBytes: AnyRef, nonNullPosition: Int): Double

    Permalink
    Definition Classes
    UnsafeRowDecoder → ColumnDecoder
  35. def readFloat(columnBytes: AnyRef, nonNullPosition: Int): Float

    Permalink
    Definition Classes
    UnsafeRowDecoder → ColumnDecoder
  36. def readInt(columnBytes: AnyRef, nonNullPosition: Int): Int

    Permalink
    Definition Classes
    UnsafeRowDecoder → ColumnDecoder
  37. def readInterval(columnBytes: AnyRef, nonNullPosition: Int): CalendarInterval

    Permalink
    Definition Classes
    UnsafeRowDecoder → ColumnDecoder
  38. def readLong(columnBytes: AnyRef, nonNullPosition: Int): Long

    Permalink
    Definition Classes
    UnsafeRowDecoder → ColumnDecoder
  39. def readLongDecimal(columnBytes: AnyRef, precision: Int, scale: Int, nonNullPosition: Int): Decimal

    Permalink
    Definition Classes
    UnsafeRowDecoder → ColumnDecoder
  40. def readMap(columnBytes: AnyRef, nonNullPosition: Int): MapData

    Permalink
    Definition Classes
    UnsafeRowDecoder → ColumnDecoder
  41. def readShort(columnBytes: AnyRef, nonNullPosition: Int): Short

    Permalink
    Definition Classes
    UnsafeRowDecoder → ColumnDecoder
  42. def readStruct(columnBytes: AnyRef, numFields: Int, nonNullPosition: Int): InternalRow

    Permalink
    Definition Classes
    UnsafeRowDecoder → ColumnDecoder
  43. def readTimestamp(columnBytes: AnyRef, nonNullPosition: Int): Long

    Permalink
    Definition Classes
    ColumnDecoder
  44. def readUTF8String(columnBytes: AnyRef, nonNullPosition: Int): UTF8String

    Permalink
    Definition Classes
    UnsafeRowDecoder → ColumnDecoder
  45. def supports(dataType: DataType): Boolean

    Permalink
    Definition Classes
    UnsafeRowDecoder → ColumnEncoding
  46. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  48. def typeId: Int

    Permalink
    Definition Classes
    UnsafeRowDecoder → ColumnEncoding
  49. final def wait(): Unit

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

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

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

Inherited from ColumnDecoder

Inherited from ColumnEncoding

Inherited from AnyRef

Inherited from Any

Ungrouped