Class

org.apache.spark.sql.execution.columnar.encoding

UncompressedDecoder

Related Doc: package encoding

Permalink

final class UncompressedDecoder extends UncompressedDecoderBase with NotNullDecoder

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UncompressedDecoder
  2. NotNullDecoder
  3. UncompressedDecoderBase
  4. Uncompressed
  5. ColumnDecoder
  6. ColumnEncoding
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UncompressedDecoder()

    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 absoluteArray(columnBytes: AnyRef, position: Int): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  5. def absoluteBinary(columnBytes: AnyRef, position: Int): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  6. def absoluteBoolean(columnBytes: AnyRef, position: Int): Long

    Permalink

    Random access to the encoded data.

    Random access to the encoded data.

    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  7. def absoluteByte(columnBytes: AnyRef, position: Int): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  8. def absoluteDate(columnBytes: AnyRef, position: Int): Long

    Permalink
    Definition Classes
    ColumnDecoder
  9. def absoluteDecimal(columnBytes: AnyRef, position: Int): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  10. def absoluteDouble(columnBytes: AnyRef, position: Int): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  11. def absoluteFloat(columnBytes: AnyRef, position: Int): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  12. def absoluteInt(columnBytes: AnyRef, position: Int): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  13. def absoluteInterval(columnBytes: AnyRef, position: Int): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  14. def absoluteLong(columnBytes: AnyRef, position: Int): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  15. def absoluteLongDecimal(columnBytes: AnyRef, position: Int): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  16. def absoluteMap(columnBytes: AnyRef, position: Int): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  17. def absoluteShort(columnBytes: AnyRef, position: Int): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  18. def absoluteStruct(columnBytes: AnyRef, position: Int): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  19. def absoluteTimestamp(columnBytes: AnyRef, position: Int): Long

    Permalink
    Definition Classes
    ColumnDecoder
  20. def absoluteUTF8String(columnBytes: AnyRef, position: Int): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  21. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  22. final var baseCursor: Long

    Permalink
    Attributes
    protected
    Definition Classes
    ColumnDecoder
  23. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final var currentCursor: Long

    Permalink

    Normally not used by decoder but supplied by caller to the methods but can be used if required but needs to be set by caller explicitly.

    Normally not used by decoder but supplied by caller to the methods but can be used if required but needs to be set by caller explicitly.

    Definition Classes
    ColumnDecoder
  25. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  29. def getStringDictionary: StringDictionary

    Permalink
    Definition Classes
    ColumnDecoder
  30. final def hasNulls: Boolean

    Permalink
    Attributes
    protected[org.apache.spark.sql]
    Definition Classes
    NotNullDecoderColumnDecoder
  31. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def initialize(columnBytes: AnyRef, cursor: Long, field: StructField): Long

    Permalink

    Delta encoder/decoder depend on initialize being final and invoking initializeCursor and initializeNulls as below.

    Delta encoder/decoder depend on initialize being final and invoking initializeCursor and initializeNulls as below.

    Definition Classes
    ColumnDecoder
  33. final def initialize(buffer: ByteBuffer, field: StructField): Long

    Permalink
    Definition Classes
    ColumnDecoder
  34. def initializeCursor(columnBytes: AnyRef, cursor: Long, dataType: DataType): Long

    Permalink
    Attributes
    protected[org.apache.spark.sql]
    Definition Classes
    UncompressedDecoderBase
  35. def initializeCursor(columnBytes: AnyRef, cursor: Long, field: StructField): Long

    Permalink
    Attributes
    protected[org.apache.spark.sql]
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  36. def initializeNulls(columnBytes: AnyRef, cursor: Long, field: StructField): Long

    Permalink
    Attributes
    protected[org.apache.spark.sql]
    Definition Classes
    NotNullDecoderColumnDecoder
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. final def isNull(columnBytes: AnyRef, ordinal: Int): Boolean

    Permalink

    Sequential null check for a value which should be invoked for all values of ordinal from 0 until maximum in order.

    Sequential null check for a value which should be invoked for all values of ordinal from 0 until maximum in order.

    Definition Classes
    NotNullDecoderColumnDecoder
  39. final def isNullAt(columnBytes: AnyRef, position: Int): Boolean

    Permalink

    Absolute ordinal null check for random access.

    Absolute ordinal null check for random access.

    Definition Classes
    NotNullDecoderColumnDecoder
  40. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  41. def nextArray(columnBytes: AnyRef, cursor: Long): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  42. def nextBinary(columnBytes: AnyRef, cursor: Long): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  43. def nextBoolean(columnBytes: AnyRef, cursor: Long): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  44. def nextByte(columnBytes: AnyRef, cursor: Long): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  45. def nextDecimal(columnBytes: AnyRef, cursor: Long): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  46. def nextDouble(columnBytes: AnyRef, cursor: Long): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  47. def nextFloat(columnBytes: AnyRef, cursor: Long): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  48. def nextInt(columnBytes: AnyRef, cursor: Long): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  49. def nextInterval(columnBytes: AnyRef, cursor: Long): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  50. def nextLong(columnBytes: AnyRef, cursor: Long): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  51. def nextLongDecimal(columnBytes: AnyRef, cursor: Long): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  52. def nextMap(columnBytes: AnyRef, cursor: Long): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  53. def nextShort(columnBytes: AnyRef, cursor: Long): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  54. def nextStruct(columnBytes: AnyRef, cursor: Long): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  55. def nextUTF8String(columnBytes: AnyRef, cursor: Long): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  56. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  58. def numNullsUntilPosition(columnBytes: AnyRef, position: Int): Int

    Permalink

    Get the number of null values till given 0-based position (exclusive) for random access.

    Get the number of null values till given 0-based position (exclusive) for random access.

    Attributes
    protected
    Definition Classes
    NotNullDecoderColumnDecoder
  59. def readArray(columnBytes: AnyRef, cursor: Long): SerializedArray

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  60. def readBinary(columnBytes: AnyRef, cursor: Long): Array[Byte]

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  61. def readBoolean(columnBytes: AnyRef, cursor: Long): Boolean

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  62. def readByte(columnBytes: AnyRef, cursor: Long): Byte

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  63. def readDate(columnBytes: AnyRef, cursor: Long): Int

    Permalink
    Definition Classes
    ColumnDecoder
  64. def readDecimal(columnBytes: AnyRef, precision: Int, scale: Int, cursor: Long): Decimal

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  65. def readDictionaryIndex(columnBytes: AnyRef, cursor: Long): Int

    Permalink
    Definition Classes
    ColumnDecoder
  66. def readDouble(columnBytes: AnyRef, cursor: Long): Double

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  67. def readFloat(columnBytes: AnyRef, cursor: Long): Float

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  68. def readInt(columnBytes: AnyRef, cursor: Long): Int

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  69. def readInterval(columnBytes: AnyRef, cursor: Long): CalendarInterval

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  70. def readLong(columnBytes: AnyRef, cursor: Long): Long

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  71. def readLongDecimal(columnBytes: AnyRef, precision: Int, scale: Int, cursor: Long): Decimal

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  72. def readMap(columnBytes: AnyRef, cursor: Long): SerializedMap

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  73. def readShort(columnBytes: AnyRef, cursor: Long): Short

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  74. def readStruct(columnBytes: AnyRef, numFields: Int, cursor: Long): SerializedRow

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  75. def readTimestamp(columnBytes: AnyRef, cursor: Long): Long

    Permalink
    Definition Classes
    ColumnDecoder
  76. def readUTF8String(columnBytes: AnyRef, cursor: Long): UTF8String

    Permalink
    Definition Classes
    UncompressedDecoderBaseColumnDecoder
  77. final def supports(dataType: DataType): Boolean

    Permalink
    Definition Classes
    UncompressedColumnEncoding
  78. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  80. final def typeId: Int

    Permalink
    Definition Classes
    UncompressedColumnEncoding
  81. final def wait(): Unit

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

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

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

Inherited from NotNullDecoder

Inherited from UncompressedDecoderBase

Inherited from Uncompressed

Inherited from ColumnDecoder

Inherited from ColumnEncoding

Inherited from AnyRef

Inherited from Any

Ungrouped