org.apache.spark.sql.catalyst.expressions

BaseGenericInternalRow

trait BaseGenericInternalRow extends InternalRow

An extended version of InternalRow that implements all special getters, toString and equals/hashCode by genericGet.

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

Abstract Value Members

  1. abstract def copy(): InternalRow

    Make a copy of the current InternalRow object.

    Make a copy of the current InternalRow object.

    Definition Classes
    InternalRow
  2. abstract def genericGet(ordinal: Int): Any

    Attributes
    protected
  3. abstract def numFields: Int

    Definition Classes
    InternalRow

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. def anyNull: Boolean

    Returns true if there are any NULL values in this row.

    Returns true if there are any NULL values in this row.

    Definition Classes
    BaseGenericInternalRowInternalRow
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def get(ordinal: Int, dataType: DataType): AnyRef

  13. def getArray(ordinal: Int): ArrayData

  14. def getBinary(ordinal: Int): Array[Byte]

  15. def getBoolean(ordinal: Int): Boolean

  16. def getByte(ordinal: Int): Byte

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

    Definition Classes
    AnyRef → Any
  18. def getDecimal(ordinal: Int, precision: Int, scale: Int): Decimal

  19. def getDouble(ordinal: Int): Double

  20. def getFloat(ordinal: Int): Float

  21. def getInt(ordinal: Int): Int

  22. def getInterval(ordinal: Int): CalendarInterval

  23. def getLong(ordinal: Int): Long

  24. def getMap(ordinal: Int): MapData

  25. def getShort(ordinal: Int): Short

  26. def getString(ordinal: Int): String

    Definition Classes
    InternalRow
  27. def getStruct(ordinal: Int, numFields: Int): InternalRow

  28. def getUTF8String(ordinal: Int): UTF8String

  29. def hashCode(): Int

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

    Definition Classes
    Any
  31. def isNullAt(ordinal: Int): Boolean

  32. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef
  36. def toSeq(schema: StructType): Seq[Any]

    Definition Classes
    InternalRow
  37. def toSeq(fieldTypes: Seq[DataType]): Seq[Any]

    Return a Scala Seq representing the row.

    Return a Scala Seq representing the row. Elements are placed in the same order in the Seq.

    Definition Classes
    InternalRow
  38. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from InternalRow

Inherited from Serializable

Inherited from Serializable

Inherited from SpecializedGetters

Inherited from AnyRef

Inherited from Any

Ungrouped