Object/Trait

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

ColumnEncoding

Related Docs: trait ColumnEncoding | package encoding

Permalink

object ColumnEncoding

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

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. val allDecoders: Array[(AnyRef, Long, StructField, (AnyRef, Long) ⇒ Long, DataType, Boolean) ⇒ ColumnDecoder]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. final def checkBufferSize(size: Long): Int

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getAllocator(buffer: ByteBuffer): BufferAllocator

    Permalink
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def getColumnDecoder(columnBytes: AnyRef, offset: Long, field: StructField, initDelta: (AnyRef, Long) ⇒ Long): ColumnDecoder

    Permalink
  14. def getColumnDecoder(buffer: ByteBuffer, field: StructField): ColumnDecoder

    Permalink
  15. def getColumnDecoderAndBuffer(buffer: ByteBuffer, field: StructField, initDelta: (AnyRef, Long) ⇒ Long): (ColumnDecoder, AnyRef)

    Permalink
  16. def getColumnEncoder(dataType: DataType, nullable: Boolean): ColumnEncoder

    Permalink
  17. def getColumnEncoder(field: StructField): ColumnEncoder

    Permalink
  18. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  20. val littleEndian: Boolean

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. final def readDouble(columnBytes: AnyRef, cursor: Long): Double

    Permalink
    Annotations
    @inline()
  25. final def readFloat(columnBytes: AnyRef, cursor: Long): Float

    Permalink
    Annotations
    @inline()
  26. final def readInt(columnBytes: AnyRef, cursor: Long): Int

    Permalink
    Annotations
    @inline()
  27. final def readIntBigEndian(columnBytes: AnyRef, cursor: Long): Int

    Permalink
    Annotations
    @inline()
  28. final def readLong(columnBytes: AnyRef, cursor: Long): Long

    Permalink
    Annotations
    @inline()
  29. final def readLongBigEndian(columnBytes: AnyRef, cursor: Long): Long

    Permalink
    Annotations
    @inline()
  30. final def readShort(columnBytes: AnyRef, cursor: Long): Short

    Permalink
    Annotations
    @inline()
  31. final def readUTF8String(columnBytes: AnyRef, cursor: Long): UTF8String

    Permalink
    Annotations
    @inline()
  32. def stringFromDictionaryCode(dictVar: String, bufferVar: String, indexVar: String): String

    Permalink
  33. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def writeInt(columnBytes: AnyRef, cursor: Long, value: Int): Unit

    Permalink
    Annotations
    @inline()
  39. final def writeLong(columnBytes: AnyRef, cursor: Long, value: Long): Unit

    Permalink
    Annotations
    @inline()
  40. final def writeRunLength(columnBytes: AnyRef, cursor: Long, run: Int): Long

    Permalink

    Write a short run-length as either 1 or 2 bytes

  41. final def writeShort(columnBytes: AnyRef, cursor: Long, value: Short): Unit

    Permalink
    Annotations
    @inline()
  42. final def writeUTF8String(columnBytes: AnyRef, cursor: Long, base: AnyRef, offset: Long, size: Int): Long

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped