trait ArrayFunctions extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- ArrayFunctions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class Array[V](columns: (ArrayFunctions.this)#ConstOrColMagnet[V]*) extends (ArrayFunctions.this)#ArrayFunctionOp[Iterable[V]] with Product with Serializable
- case class ArrayConcat[V](col1: (ArrayFunctions.this)#ArrayColMagnet[V], columns: (ArrayFunctions.this)#ArrayColMagnet[V]*) extends (ArrayFunctions.this)#ArrayFunctionOp[Iterable[V]] with Product with Serializable
- case class ArrayElement[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], n: (ArrayFunctions.this)#NumericCol[_]) extends (ArrayFunctions.this)#ArrayFunctionOp[V] with Product with Serializable
- case class ArrayEnumerate[V](col: (ArrayFunctions.this)#ArrayColMagnet[V]) extends (ArrayFunctions.this)#ArrayFunctionOp[Iterable[Long]] with Product with Serializable
- case class ArrayEnumerateUniq[V](col1: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], columns: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]]*) extends (ArrayFunctions.this)#ArrayFunctionOp[Iterable[Long]] with Product with Serializable
- sealed trait ArrayFunction extends AnyRef
- abstract class ArrayFunctionConst[V] extends ExpressionColumn[Iterable[V]] with (ArrayFunctions.this)#ArrayFunction
- abstract class ArrayFunctionOp[V] extends ExpressionColumn[V] with (ArrayFunctions.this)#ArrayFunction
- case class ArrayJoin[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]]) extends (ArrayFunctions.this)#ArrayFunctionOp[V] with Product with Serializable
- case class ArrayPopBack[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]]) extends (ArrayFunctions.this)#ArrayFunctionOp[Iterable[V]] with Product with Serializable
- case class ArrayPopFront[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]]) extends (ArrayFunctions.this)#ArrayFunctionOp[Iterable[V]] with Product with Serializable
- case class ArrayPushBack[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], elm: (ArrayFunctions.this)#ConstOrColMagnet[V]) extends (ArrayFunctions.this)#ArrayFunctionOp[Iterable[V]] with Product with Serializable
- case class ArrayPushFront[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], elm: (ArrayFunctions.this)#ConstOrColMagnet[V]) extends (ArrayFunctions.this)#ArrayFunctionOp[Iterable[V]] with Product with Serializable
- case class ArrayResize[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], size: (ArrayFunctions.this)#NumericCol[_], extender: (ArrayFunctions.this)#ConstOrColMagnet[V]) extends (ArrayFunctions.this)#ArrayFunctionOp[Iterable[V]] with Product with Serializable
- case class ArraySlice[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], offset: (ArrayFunctions.this)#NumericCol[_], length: (ArrayFunctions.this)#NumericCol[_] = 0) extends (ArrayFunctions.this)#ArrayFunctionOp[Iterable[V]] with Product with Serializable
- case class ArrayUniq[V](col1: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], columns: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]]*) extends (ArrayFunctions.this)#ArrayFunctionOp[Long] with Product with Serializable
- case class CountEqual[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], elm: (ArrayFunctions.this)#ConstOrColMagnet[V]) extends (ArrayFunctions.this)#ArrayFunctionOp[Long] with Product with Serializable
- case class EmptyArrayDate() extends (ArrayFunctions.this)#ArrayFunctionConst[LocalDate] with Product with Serializable
- case class EmptyArrayDateTime() extends (ArrayFunctions.this)#ArrayFunctionConst[DateTime] with Product with Serializable
- case class EmptyArrayFloat32() extends (ArrayFunctions.this)#ArrayFunctionConst[Float] with Product with Serializable
- case class EmptyArrayFloat64() extends (ArrayFunctions.this)#ArrayFunctionConst[Double] with Product with Serializable
- case class EmptyArrayInt16() extends (ArrayFunctions.this)#ArrayFunctionConst[Short] with Product with Serializable
- case class EmptyArrayInt32() extends (ArrayFunctions.this)#ArrayFunctionConst[Int] with Product with Serializable
- case class EmptyArrayInt64() extends (ArrayFunctions.this)#ArrayFunctionConst[Long] with Product with Serializable
- case class EmptyArrayInt8() extends (ArrayFunctions.this)#ArrayFunctionConst[Boolean] with Product with Serializable
- case class EmptyArrayString() extends (ArrayFunctions.this)#ArrayFunctionConst[String] with Product with Serializable
- case class EmptyArrayToSingle[V](col: (ArrayFunctions.this)#ArrayColMagnet[V]) extends (ArrayFunctions.this)#ArrayFunctionOp[V] with Product with Serializable
- case class EmptyArrayUInt16() extends (ArrayFunctions.this)#ArrayFunctionConst[Short] with Product with Serializable
- case class EmptyArrayUInt32() extends (ArrayFunctions.this)#ArrayFunctionConst[Int] with Product with Serializable
- case class EmptyArrayUInt64() extends (ArrayFunctions.this)#ArrayFunctionConst[Long] with Product with Serializable
- case class EmptyArrayUInt8() extends (ArrayFunctions.this)#ArrayFunctionConst[Boolean] with Product with Serializable
- case class Has[V](col: (ArrayFunctions.this)#ArrayColMagnet[V], elm: (ArrayFunctions.this)#Magnet[V]) extends (ArrayFunctions.this)#ArrayFunctionOp[Boolean] with Product with Serializable
- case class HasAll[V](col: (ArrayFunctions.this)#ArrayColMagnet[V], elm: (ArrayFunctions.this)#Magnet[V]) extends (ArrayFunctions.this)#ArrayFunctionOp[Boolean] with Product with Serializable
- case class HasAny[V](col: (ArrayFunctions.this)#ArrayColMagnet[V], elm: (ArrayFunctions.this)#Magnet[V]) extends (ArrayFunctions.this)#ArrayFunctionOp[Boolean] with Product with Serializable
- case class IndexOf[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], elm: (ArrayFunctions.this)#ConstOrColMagnet[V]) extends (ArrayFunctions.this)#ArrayFunctionOp[Long] with Product with Serializable
- case class Range(n: (ArrayFunctions.this)#NumericCol[_]) extends (ArrayFunctions.this)#ArrayFunctionConst[Long] with Product with Serializable
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 arrayConcat[V](col1: (ArrayFunctions.this)#ArrayColMagnet[V], columns: (ArrayFunctions.this)#ArrayColMagnet[V]*): (ArrayFunctions.this)#ArrayConcat[V]
- def arrayElement[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], n: (ArrayFunctions.this)#NumericCol[_]): (ArrayFunctions.this)#ArrayElement[V]
- def arrayEnumerate[V](col: (ArrayFunctions.this)#ArrayColMagnet[V]): (ArrayFunctions.this)#ArrayEnumerate[V]
- def arrayEnumerateUniq[V](col1: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], coln: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]]*): (ArrayFunctions.this)#ArrayEnumerateUniq[V]
- def arrayJoin[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]]): (ArrayFunctions.this)#ArrayJoin[V]
- def arrayPopBack[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]]): (ArrayFunctions.this)#ArrayPopBack[V]
- def arrayPopFront[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]]): (ArrayFunctions.this)#ArrayPopFront[V]
- def arrayPushBack[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], elm: (ArrayFunctions.this)#ConstOrColMagnet[V]): (ArrayFunctions.this)#ArrayPushBack[V]
- def arrayPushFront[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], elm: (ArrayFunctions.this)#ConstOrColMagnet[V]): (ArrayFunctions.this)#ArrayPushFront[V]
- def arrayResize[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], size: (ArrayFunctions.this)#NumericCol[_], extender: (ArrayFunctions.this)#ConstOrColMagnet[V]): (ArrayFunctions.this)#ArrayResize[V]
- def arraySlice[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], offset: (ArrayFunctions.this)#NumericCol[_], length: (ArrayFunctions.this)#NumericCol[_] = 0): (ArrayFunctions.this)#ArraySlice[V]
- def arrayUniq[V](col1: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], coln: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]]*): (ArrayFunctions.this)#ArrayUniq[V]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def countEqual[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], elm: (ArrayFunctions.this)#ConstOrColMagnet[V]): (ArrayFunctions.this)#CountEqual[V]
- def emptyArrayDate: (ArrayFunctions.this)#EmptyArrayDate
- def emptyArrayDateTime: (ArrayFunctions.this)#EmptyArrayDateTime
- def emptyArrayFloat32: (ArrayFunctions.this)#EmptyArrayFloat32
- def emptyArrayFloat64: (ArrayFunctions.this)#EmptyArrayFloat64
- def emptyArrayInt16: (ArrayFunctions.this)#EmptyArrayInt16
- def emptyArrayInt32: (ArrayFunctions.this)#EmptyArrayInt32
- def emptyArrayInt64: (ArrayFunctions.this)#EmptyArrayInt64
- def emptyArrayInt8: (ArrayFunctions.this)#EmptyArrayInt8
- def emptyArrayString: (ArrayFunctions.this)#EmptyArrayString
- def emptyArrayToSingle[V](col: (ArrayFunctions.this)#ArrayColMagnet[V]): (ArrayFunctions.this)#EmptyArrayToSingle[V]
- def emptyArrayUInt16: (ArrayFunctions.this)#EmptyArrayUInt16
- def emptyArrayUInt32: (ArrayFunctions.this)#EmptyArrayUInt32
- def emptyArrayUInt64: (ArrayFunctions.this)#EmptyArrayUInt64
- def emptyArrayUInt8: (ArrayFunctions.this)#EmptyArrayUInt8
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def has[V](col: (ArrayFunctions.this)#ArrayColMagnet[V], elm: (ArrayFunctions.this)#ConstOrColMagnet[V]): (ArrayFunctions.this)#Has[V]
- def hasAll[V](col: (ArrayFunctions.this)#ArrayColMagnet[V], elm: (ArrayFunctions.this)#ArrayColMagnet[V]): (ArrayFunctions.this)#HasAll[V]
- def hasAny[V](col: (ArrayFunctions.this)#ArrayColMagnet[V], elm: (ArrayFunctions.this)#ArrayColMagnet[V]): (ArrayFunctions.this)#HasAny[V]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def indexOf[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], elm: (ArrayFunctions.this)#ConstOrColMagnet[V]): (ArrayFunctions.this)#IndexOf[V]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def range(n: (ArrayFunctions.this)#NumericCol[_]): (ArrayFunctions.this)#Range
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.