org.apache.spark.sql.types

ArrayData

abstract class ArrayData extends SpecializedGetters with Serializable

Linear Supertypes
Serializable, Serializable, SpecializedGetters, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ArrayData
  2. Serializable
  3. Serializable
  4. SpecializedGetters
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ArrayData()

Abstract Value Members

  1. abstract def copy(): ArrayData

  2. abstract def get(arg0: Int, arg1: DataType): AnyRef

    Definition Classes
    SpecializedGetters
  3. abstract def getArray(arg0: Int): ArrayData

    Definition Classes
    SpecializedGetters
  4. abstract def getBinary(arg0: Int): Array[Byte]

    Definition Classes
    SpecializedGetters
  5. abstract def getBoolean(arg0: Int): Boolean

    Definition Classes
    SpecializedGetters
  6. abstract def getByte(arg0: Int): Byte

    Definition Classes
    SpecializedGetters
  7. abstract def getDecimal(arg0: Int, arg1: Int, arg2: Int): Decimal

    Definition Classes
    SpecializedGetters
  8. abstract def getDouble(arg0: Int): Double

    Definition Classes
    SpecializedGetters
  9. abstract def getFloat(arg0: Int): Float

    Definition Classes
    SpecializedGetters
  10. abstract def getInt(arg0: Int): Int

    Definition Classes
    SpecializedGetters
  11. abstract def getInterval(arg0: Int): CalendarInterval

    Definition Classes
    SpecializedGetters
  12. abstract def getLong(arg0: Int): Long

    Definition Classes
    SpecializedGetters
  13. abstract def getMap(arg0: Int): MapData

    Definition Classes
    SpecializedGetters
  14. abstract def getShort(arg0: Int): Short

    Definition Classes
    SpecializedGetters
  15. abstract def getStruct(arg0: Int, arg1: Int): InternalRow

    Definition Classes
    SpecializedGetters
  16. abstract def getUTF8String(arg0: Int): UTF8String

    Definition Classes
    SpecializedGetters
  17. abstract def isNullAt(arg0: Int): Boolean

    Definition Classes
    SpecializedGetters
  18. abstract def numElements(): Int

Concrete 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def foreach(elementType: DataType, f: (Int, Any) ⇒ Unit): Unit

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

    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

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

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

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

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

    Definition Classes
    AnyRef
  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  19. def toArray[T](elementType: DataType)(implicit arg0: ClassTag[T]): Array[T]

  20. def toBooleanArray(): Array[Boolean]

  21. def toByteArray(): Array[Byte]

  22. def toDoubleArray(): Array[Double]

  23. def toFloatArray(): Array[Float]

  24. def toIntArray(): Array[Int]

  25. def toLongArray(): Array[Long]

  26. def toShortArray(): Array[Short]

  27. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from SpecializedGetters

Inherited from AnyRef

Inherited from Any

Ungrouped