Packages

c

smile.spark

SparkRow

case class SparkRow(tuple: Tuple, schema: StructType) extends Row with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SparkRow
  2. Product
  3. Equals
  4. Row
  5. Serializable
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SparkRow(tuple: Tuple, schema: StructType)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from SparkRow toany2stringadd[SparkRow] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SparkRow, B)
    Implicit
    This member is added by an implicit conversion from SparkRow toArrowAssoc[SparkRow] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → 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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def copy(): Row
    Definition Classes
    SparkRow → Row
  11. def ensuring(cond: (SparkRow) => Boolean, msg: => Any): SparkRow
    Implicit
    This member is added by an implicit conversion from SparkRow toEnsuring[SparkRow] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (SparkRow) => Boolean): SparkRow
    Implicit
    This member is added by an implicit conversion from SparkRow toEnsuring[SparkRow] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: => Any): SparkRow
    Implicit
    This member is added by an implicit conversion from SparkRow toEnsuring[SparkRow] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): SparkRow
    Implicit
    This member is added by an implicit conversion from SparkRow toEnsuring[SparkRow] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(o: Any): Boolean
    Definition Classes
    Row → AnyRef → Any
  17. def fieldIndex(name: String): Int
    Definition Classes
    Row
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. def get(i: Int): Any
    Definition Classes
    SparkRow → Row
  20. def getAs[T](fieldName: String): T
    Definition Classes
    Row
  21. def getAs[T](i: Int): T
    Definition Classes
    Row
  22. def getBoolean(i: Int): Boolean
    Definition Classes
    Row
  23. def getByte(i: Int): Byte
    Definition Classes
    Row
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def getDate(i: Int): Date
    Definition Classes
    Row
  26. def getDecimal(i: Int): BigDecimal
    Definition Classes
    Row
  27. def getDouble(i: Int): Double
    Definition Classes
    Row
  28. def getFloat(i: Int): Float
    Definition Classes
    Row
  29. def getInstant(i: Int): Instant
    Definition Classes
    Row
  30. def getInt(i: Int): Int
    Definition Classes
    Row
  31. def getJavaMap[K, V](i: Int): Map[K, V]
    Definition Classes
    Row
  32. def getList[T](i: Int): List[T]
    Definition Classes
    Row
  33. def getLocalDate(i: Int): LocalDate
    Definition Classes
    Row
  34. def getLong(i: Int): Long
    Definition Classes
    Row
  35. def getMap[K, V](i: Int): Map[K, V]
    Definition Classes
    Row
  36. def getSeq[T](i: Int): Seq[T]
    Definition Classes
    Row
  37. def getShort(i: Int): Short
    Definition Classes
    Row
  38. def getString(i: Int): String
    Definition Classes
    Row
  39. def getStruct(i: Int): Row
    Definition Classes
    Row
  40. def getTimestamp(i: Int): Timestamp
    Definition Classes
    Row
  41. def getValuesMap[T](fieldNames: Seq[String]): Map[String, T]
    Definition Classes
    Row
  42. def hashCode(): Int
    Definition Classes
    Row → AnyRef → Any
  43. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  44. def isNullAt(i: Int): Boolean
    Definition Classes
    Row
  45. def json: String
    Definition Classes
    Row
    Annotations
    @Unstable()
  46. def length: Int
    Definition Classes
    SparkRow → Row
  47. def mkString(start: String, sep: String, end: String): String
    Definition Classes
    Row
  48. def mkString(sep: String): String
    Definition Classes
    Row
  49. def mkString: String
    Definition Classes
    Row
  50. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  52. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  53. def prettyJson: String
    Definition Classes
    Row
    Annotations
    @Unstable()
  54. def productElementNames: Iterator[String]
    Definition Classes
    Product
  55. val schema: StructType
    Definition Classes
    SparkRow → Row
  56. def size: Int
    Definition Classes
    Row
  57. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  58. def toSeq: Seq[Any]
    Definition Classes
    Row
  59. def toString(): String
    Definition Classes
    Row → AnyRef → Any
  60. val tuple: Tuple
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  62. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  63. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from SparkRow toStringFormat[SparkRow] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. def [B](y: B): (SparkRow, B)
    Implicit
    This member is added by an implicit conversion from SparkRow toArrowAssoc[SparkRow] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Product

Inherited from Equals

Inherited from Row

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromSparkRow to any2stringadd[SparkRow]

Inherited by implicit conversion StringFormat fromSparkRow to StringFormat[SparkRow]

Inherited by implicit conversion Ensuring fromSparkRow to Ensuring[SparkRow]

Inherited by implicit conversion ArrowAssoc fromSparkRow to ArrowAssoc[SparkRow]

Ungrouped