class JoinedSeries extends Series
A wrapper that makes two series appear as a single concatenated series.
- Alphabetic
- By Inheritance
- JoinedSeries
- Series
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def anyMissing: Boolean
- Definition Classes
- JoinedSeries → Series
- 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
- JoinedSeries → Series
- 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
- def asArray: Array[Any]
- Definition Classes
- Series
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asJavaMap: Map[String, Any]
- Definition Classes
- Series
- def asMap: Map[String, Any]
- Definition Classes
- Series
- def asPairSeq: Seq[(String, Any)]
- Definition Classes
- Series
- def asSeq: Seq[Any]
- Definition Classes
- Series
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def columns: Array[String]
- Definition Classes
- Series
- def copy(): Series
Make a copy of the current Series object.
Make a copy of the current Series object.
- Definition Classes
- JoinedSeries → Series
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fieldIndex(name: String): Int
Returns the index of a given field name.
Returns the index of a given field name.
- Definition Classes
- JoinedSeries → Series
- def filter(filter: Seq[String]): Series
- Definition Classes
- Series
- 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
- JoinedSeries → Series
- Annotations
- @inline()
- def get(fieldName: String): DataVal
Returns the value of a given fieldName.
Returns the value of a given fieldName.
- Definition Classes
- Series
- def getBoolean(i: Int): Boolean
- Definition Classes
- Series
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getDouble(i: Int): Double
- Definition Classes
- Series
- def getInt(i: Int): Int
- Definition Classes
- Series
- def getLong(i: Int): Long
- Definition Classes
- Series
- def getString(i: Int): String
- Definition Classes
- Series
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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
- 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
- val length: Int
Number of elements in the Series.
Number of elements in the Series.
- Definition Classes
- JoinedSeries → Series
- def mkString(sep: String): String
- Definition Classes
- Series
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val schema: StructType
Schema for the Series.
Schema for the Series.
- Definition Classes
- JoinedSeries → Series
- val series1: Series
- val series2: Series
- def show(): Unit
- Definition Classes
- Series
- def size: Int
Number of elements in the Series.
Number of elements in the Series.
- Definition Classes
- Series
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toArray: Array[DataVal]
- Definition Classes
- JoinedSeries → Series
- def toJavaMap: Map[String, DataVal]
- Definition Classes
- Series
- def toJson(isObj: Boolean = true): JsValue
- Definition Classes
- Series
- def toMap: Map[String, DataVal]
- Definition Classes
- Series
- def toPairSeq: Seq[(String, DataVal)]
- Definition Classes
- Series
- def toSeq: Seq[DataVal]
- Definition Classes
- Series
- def toString(): String
- Definition Classes
- JoinedSeries → Series → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withLeft(left: Series): JoinedSeries
- def withRight(right: Series): JoinedSeries
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)