Packages

c

org.apache.spark.sql

SWGenericRow

class SWGenericRow extends GenericRow

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

Instance Constructors

  1. new SWGenericRow(values: Array[Any])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def anyNull: Boolean
    Definition Classes
    Row
  5. def apply(i: Int): Any
    Definition Classes
    Row
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def copy(): GenericRow
    Definition Classes
    GenericRow → Row
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(o: Any): Boolean
    Definition Classes
    Row → AnyRef → Any
  11. def fieldIndex(name: String): Int
    Definition Classes
    Row
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def get(i: Int): Any
    Definition Classes
    GenericRow → Row
  14. def getAs[T](fieldName: String): T
    Definition Classes
    Row
  15. def getAs[T](i: Int): T
    Definition Classes
    Row
  16. def getBoolean(i: Int): Boolean
    Definition Classes
    Row
  17. def getByte(i: Int): Byte
    Definition Classes
    Row
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getDate(i: Int): Date
    Definition Classes
    Row
  20. def getDecimal(i: Int): BigDecimal
    Definition Classes
    Row
  21. def getDouble(i: Int): Double
    Definition Classes
    Row
  22. def getFloat(i: Int): Float
    Definition Classes
    Row
  23. def getInstant(i: Int): Instant
    Definition Classes
    Row
  24. def getInt(i: Int): Int
    Definition Classes
    Row
  25. def getJavaMap[K, V](i: Int): Map[K, V]
    Definition Classes
    Row
  26. def getList[T](i: Int): List[T]
    Definition Classes
    Row
  27. def getLocalDate(i: Int): LocalDate
    Definition Classes
    Row
  28. def getLong(i: Int): Long
    Definition Classes
    Row
  29. def getMap[K, V](i: Int): Map[K, V]
    Definition Classes
    Row
  30. def getSeq[T](i: Int): Seq[T]
    Definition Classes
    Row
  31. def getShort(i: Int): Short
    Definition Classes
    Row
  32. def getString(i: Int): String
    Definition Classes
    Row
  33. def getStruct(i: Int): Row
    Definition Classes
    Row
  34. def getTimestamp(i: Int): Timestamp
    Definition Classes
    Row
  35. def getValuesMap[T](fieldNames: Seq[String]): Map[String, T]
    Definition Classes
    Row
  36. def hashCode(): Int
    Definition Classes
    Row → AnyRef → Any
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. def isNullAt(i: Int): Boolean
    Definition Classes
    Row
  39. def json: String
    Definition Classes
    Row
    Annotations
    @Unstable()
  40. def length: Int
    Definition Classes
    GenericRow → Row
  41. def mkString(start: String, sep: String, end: String): String
    Definition Classes
    Row
  42. def mkString(sep: String): String
    Definition Classes
    Row
  43. def mkString: String
    Definition Classes
    Row
  44. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  46. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  47. def prettyJson: String
    Definition Classes
    Row
    Annotations
    @Unstable()
  48. def schema: StructType
    Definition Classes
    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
    GenericRow → Row
  52. def toString(): String
    Definition Classes
    Row → AnyRef → Any
  53. val values: Array[Any]
    Definition Classes
    SWGenericRow → GenericRow
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from GenericRow

Inherited from Row

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped