org.apache.spark.sql.collection

WrappedInternalRow

final class WrappedInternalRow extends Row

Wraps an InternalRow to expose a Row

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

Instance Constructors

  1. new WrappedInternalRow(schema: StructType, converters: Array[(InternalRow, Int) ⇒ 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
    Row
  7. def apply(i: Int): Any

    Definition Classes
    Row
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

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

  11. def copy(): WrappedInternalRow

    Definition Classes
    WrappedInternalRow → Row
  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    Row → AnyRef → Any
  14. def fieldIndex(name: String): Int

    Definition Classes
    Row
  15. def finalize(): Unit

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

    Definition Classes
    WrappedInternalRow → Row
  17. def getAs[T](fieldName: String): T

    Definition Classes
    Row
  18. def getAs[T](i: Int): T

    Definition Classes
    Row
  19. def getBoolean(ordinal: Int): Boolean

    Definition Classes
    WrappedInternalRow → Row
  20. def getByte(ordinal: Int): Byte

    Definition Classes
    WrappedInternalRow → Row
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def getDate(i: Int): Date

    Definition Classes
    Row
  23. def getDecimal(i: Int): BigDecimal

    Definition Classes
    Row
  24. def getDouble(ordinal: Int): Double

    Definition Classes
    WrappedInternalRow → Row
  25. def getFloat(ordinal: Int): Float

    Definition Classes
    WrappedInternalRow → Row
  26. def getInt(ordinal: Int): Int

    Definition Classes
    WrappedInternalRow → Row
  27. def getJavaMap[K, V](i: Int): Map[K, V]

    Definition Classes
    Row
  28. def getList[T](i: Int): List[T]

    Definition Classes
    Row
  29. def getLong(ordinal: Int): Long

    Definition Classes
    WrappedInternalRow → Row
  30. def getMap[K, V](i: Int): Map[K, V]

    Definition Classes
    Row
  31. def getSeq[T](i: Int): Seq[T]

    Definition Classes
    Row
  32. def getShort(ordinal: Int): Short

    Definition Classes
    WrappedInternalRow → Row
  33. def getString(ordinal: Int): String

    Definition Classes
    WrappedInternalRow → Row
  34. def getStruct(i: Int): Row

    Definition Classes
    Row
  35. def getTimestamp(i: Int): Timestamp

    Definition Classes
    Row
  36. def getUTF8String(ordinal: Int): UTF8String

  37. def getValuesMap[T](fieldNames: Seq[String]): Map[String, T]

    Definition Classes
    Row
  38. def hashCode(): Int

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

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

    Definition Classes
    WrappedInternalRow → Row
  41. def length: Int

    Definition Classes
    WrappedInternalRow → Row
  42. def mkString(start: String, sep: String, end: String): String

    Definition Classes
    Row
  43. def mkString(sep: String): String

    Definition Classes
    Row
  44. def mkString: String

    Definition Classes
    Row
  45. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  48. val schema: StructType

    Definition Classes
    WrappedInternalRow → Row
  49. def size: Int

    Definition Classes
    Row
  50. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  51. def toSeq: Seq[Any]

    Definition Classes
    Row
  52. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Row

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped