Packages

class CombinedSeries extends Series

Linear Supertypes
Series, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CombinedSeries
  2. Series
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CombinedSeries()
  2. new CombinedSeries(rows: Array[Series])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +:(series: Series): CombinedSeries
  4. def :+(series: Series): CombinedSeries
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def anyMissing: Boolean
    Definition Classes
    Series
  7. def anyNull: Boolean

    Returns true if there are any NULL values in this series.

    Returns true if there are any NULL values in this series.

    Definition Classes
    Series
  8. def apply(i: Int): DataVal

    Returns the value at position i.

    Returns the value at position i. If the value is null, null is returned.

    Definition Classes
    Series
  9. def asArray: Array[Any]
    Definition Classes
    Series
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def asJavaMap: Map[String, Any]
    Definition Classes
    Series
  12. def asMap: Map[String, Any]
    Definition Classes
    Series
  13. def asPairSeq: Seq[(String, Any)]
    Definition Classes
    Series
  14. def asSeq: Seq[Any]
    Definition Classes
    Series
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  16. def columns: Array[String]
    Definition Classes
    Series
  17. def copy(): Series

    Make a copy of the current Series object.

    Make a copy of the current Series object.

    Definition Classes
    CombinedSeriesSeries
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. def fieldIndex(name: String): Int

    Returns the index of a given field name.

    Returns the index of a given field name.

    Definition Classes
    CombinedSeriesSeries
  21. def filter(filter: Seq[String]): Series
    Definition Classes
    Series
  22. def get(i: Int): DataVal

    Returns the value at position i.

    Returns the value at position i. If the value is null, null is returned.

    Definition Classes
    CombinedSeriesSeries
  23. def get(fieldName: String): DataVal

    Returns the value of a given fieldName.

    Returns the value of a given fieldName.

    Definition Classes
    Series
  24. def getBoolean(i: Int): Boolean
    Definition Classes
    Series
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  26. def getDouble(i: Int): Double
    Definition Classes
    Series
  27. def getInt(i: Int): Int
    Definition Classes
    Series
  28. def getLong(i: Int): Long
    Definition Classes
    Series
  29. def getString(i: Int): String
    Definition Classes
    Series
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  31. def header: Series
  32. def index(i: Int): (Series, Int)
  33. val individualRows: Array[Series]
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. def isMissingAt(i: Int): Boolean

    Checks whether the value at position i is missing (null or Double.NaN) if the position is valid, otherwise treated as missing too.

    Checks whether the value at position i is missing (null or Double.NaN) if the position is valid, otherwise treated as missing too.

    Definition Classes
    Series
  36. def isNullAt(i: Int): Boolean

    Checks whether the value at position i is null.

    Checks whether the value at position i is null.

    Definition Classes
    Series
  37. def last: Series
  38. val length: Int

    Number of elements in the Series.

    Number of elements in the Series.

    Definition Classes
    CombinedSeriesSeries
  39. def mkString(sep: String): String
    Definition Classes
    Series
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  43. val rows: Array[Series]
  44. val schema: StructType

    Schema for the Series.

    Schema for the Series.

    Definition Classes
    CombinedSeriesSeries
  45. def show(): Unit
    Definition Classes
    Series
  46. def size: Int

    Number of elements in the Series.

    Number of elements in the Series.

    Definition Classes
    Series
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. def toArray: Array[DataVal]
    Definition Classes
    CombinedSeriesSeries
  49. def toJavaMap: Map[String, DataVal]
    Definition Classes
    Series
  50. def toJson(isObj: Boolean = true): JsValue
    Definition Classes
    Series
  51. def toMap: Map[String, DataVal]
    Definition Classes
    Series
  52. def toPairSeq: Seq[(String, DataVal)]
    Definition Classes
    Series
  53. def toSeq: Seq[DataVal]
    Definition Classes
    Series
  54. def toString(): String
    Definition Classes
    Series → AnyRef → Any
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Series

Inherited from AnyRef

Inherited from Any

Ungrouped