org.apache.spark.sql.collection

WrappedRow

final class WrappedRow extends InternalRow with BaseGenericInternalRow

Wraps a Row to expose an InternalRow

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

Instance Constructors

  1. new WrappedRow(schema: Array[StructField])

  2. new WrappedRow(numFields: Int, converters: Array[(Any) ⇒ Any])

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

    Definition Classes
    BaseGenericInternalRow → InternalRow
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val converters: Array[(Any) ⇒ Any]

  10. def copy(): InternalRow

    Make a copy of the current InternalRow object.

    Make a copy of the current InternalRow object.

    Definition Classes
    WrappedRow → InternalRow
  11. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def genericGet(ordinal: Int): Any

    Attributes
    protected
    Definition Classes
    WrappedRow → BaseGenericInternalRow
  15. def get(ordinal: Int, dataType: DataType): AnyRef

    Definition Classes
    WrappedRow → BaseGenericInternalRow → SpecializedGetters
  16. def getArray(ordinal: Int): ArrayData

    Definition Classes
    BaseGenericInternalRow → SpecializedGetters
  17. def getBinary(ordinal: Int): Array[Byte]

    Definition Classes
    BaseGenericInternalRow → SpecializedGetters
  18. def getBoolean(ordinal: Int): Boolean

    Definition Classes
    WrappedRow → BaseGenericInternalRow → SpecializedGetters
  19. def getByte(ordinal: Int): Byte

    Definition Classes
    WrappedRow → BaseGenericInternalRow → SpecializedGetters
  20. final def getClass(): Class[_]

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

    Definition Classes
    BaseGenericInternalRow → SpecializedGetters
  22. def getDouble(ordinal: Int): Double

    Definition Classes
    WrappedRow → BaseGenericInternalRow → SpecializedGetters
  23. def getFloat(ordinal: Int): Float

    Definition Classes
    WrappedRow → BaseGenericInternalRow → SpecializedGetters
  24. def getInt(ordinal: Int): Int

    Definition Classes
    WrappedRow → BaseGenericInternalRow → SpecializedGetters
  25. def getInterval(ordinal: Int): CalendarInterval

    Definition Classes
    BaseGenericInternalRow → SpecializedGetters
  26. def getLong(ordinal: Int): Long

    Definition Classes
    WrappedRow → BaseGenericInternalRow → SpecializedGetters
  27. def getMap(ordinal: Int): MapData

    Definition Classes
    BaseGenericInternalRow → SpecializedGetters
  28. def getShort(ordinal: Int): Short

    Definition Classes
    WrappedRow → BaseGenericInternalRow → SpecializedGetters
  29. def getString(ordinal: Int): String

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

    Definition Classes
    BaseGenericInternalRow → SpecializedGetters
  31. def getUTF8String(ordinal: Int): UTF8String

    Definition Classes
    BaseGenericInternalRow → SpecializedGetters
  32. def hashCode(): Int

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

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

    Definition Classes
    WrappedRow → BaseGenericInternalRow → SpecializedGetters
  35. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  38. val numFields: Int

    Definition Classes
    WrappedRow → InternalRow
  39. def row: Row

  40. def row_=(r: Row): Unit

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

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

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

    Definition Classes
    InternalRow
  44. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BaseGenericInternalRow

Inherited from InternalRow

Inherited from Serializable

Inherited from Serializable

Inherited from SpecializedGetters

Inherited from AnyRef

Inherited from Any

Ungrouped