Class

org.apache.spark.sql.collection

WrappedInternalRow

Related Doc: package collection

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WrappedInternalRow(internalRow: InternalRow, schema: StructType, columnConverters: Option[Array[(Any) ⇒ Any]])

    Permalink
  2. new WrappedInternalRow(schema: StructType, columnConverters: Option[Array[(Any) ⇒ Any]] = None)

    Permalink

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

    Permalink
    Definition Classes
    Row
  5. def apply(i: Int): Any

    Permalink
    Definition Classes
    Row
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def copy(): WrappedInternalRow

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

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

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

    Permalink
    Definition Classes
    Row
  12. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Row
  35. def hashCode(): Int

    Permalink
    Definition Classes
    Row → AnyRef → Any
  36. def internalRow: InternalRow

    Permalink
  37. def internalRow_=(row: InternalRow): WrappedInternalRow

    Permalink
  38. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    WrappedInternalRow → Row
  40. def length: Int

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

    Permalink
    Definition Classes
    Row
  42. def mkString(sep: String): String

    Permalink
    Definition Classes
    Row
  43. def mkString: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  47. val schema: StructType

    Permalink
    Definition Classes
    WrappedInternalRow → Row
  48. def size: Int

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

    Permalink
    Definition Classes
    AnyRef
  50. def toSeq: Seq[Any]

    Permalink
    Definition Classes
    Row
  51. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Row

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped