Object

org.apache.spark.sql.collection

InternalRowToRow

Related Doc: package collection

Permalink

object InternalRowToRow extends Row

Linear Supertypes
Row, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InternalRowToRow
  2. Row
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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
    InternalRowToRow → 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
    InternalRowToRow → 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
    InternalRowToRow → Row
  17. def getByte(ordinal: Int): Byte

    Permalink
    Definition Classes
    InternalRowToRow → 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
    InternalRowToRow → Row
  22. def getFloat(ordinal: Int): Float

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

    Permalink
    Definition Classes
    InternalRowToRow → 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
    InternalRowToRow → 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
    InternalRowToRow → Row
  30. def getString(ordinal: Int): String

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

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

    Permalink
    Definition Classes
    Row
  33. def getValuesMap[T](fieldNames: Seq[String]): Map[String, T]

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

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

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

    Permalink
    Definition Classes
    InternalRowToRow → Row
  37. def length: Int

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

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

    Permalink
    Definition Classes
    Row
  40. def mkString: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  44. val rowHolder: ThreadLocal[(InternalRow, Array[(Any) ⇒ Any], Array[DataType])]

    Permalink
  45. def schema: StructType

    Permalink
    Definition Classes
    Row
  46. def size: Int

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. 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