t

com.crobox.clickhouse.dsl.column

ArrayFunctions

trait ArrayFunctions extends AnyRef

Self Type
ArrayFunctions with Magnets
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArrayFunctions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Array[V](columns: (ArrayFunctions.this)#ConstOrColMagnet[V]*) extends (ArrayFunctions.this)#ArrayFunctionOp[Iterable[V]] with Product with Serializable
  2. case class ArrayConcat[V](col1: (ArrayFunctions.this)#ArrayColMagnet[V], columns: (ArrayFunctions.this)#ArrayColMagnet[V]*) extends (ArrayFunctions.this)#ArrayFunctionOp[Iterable[V]] with Product with Serializable
  3. case class ArrayElement[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], n: (ArrayFunctions.this)#NumericCol[_]) extends (ArrayFunctions.this)#ArrayFunctionOp[V] with Product with Serializable
  4. case class ArrayEnumerate[V](col: (ArrayFunctions.this)#ArrayColMagnet[V]) extends (ArrayFunctions.this)#ArrayFunctionOp[Iterable[Long]] with Product with Serializable
  5. 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
  6. sealed trait ArrayFunction extends AnyRef
  7. abstract class ArrayFunctionConst[V] extends ExpressionColumn[Iterable[V]] with (ArrayFunctions.this)#ArrayFunction
  8. abstract class ArrayFunctionOp[V] extends ExpressionColumn[V] with (ArrayFunctions.this)#ArrayFunction
  9. case class ArrayJoin[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]]) extends (ArrayFunctions.this)#ArrayFunctionOp[V] with Product with Serializable
  10. case class ArrayPopBack[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]]) extends (ArrayFunctions.this)#ArrayFunctionOp[Iterable[V]] with Product with Serializable
  11. case class ArrayPopFront[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]]) extends (ArrayFunctions.this)#ArrayFunctionOp[Iterable[V]] with Product with Serializable
  12. 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
  13. 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
  14. 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
  15. 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
  16. 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
  17. case class CountEqual[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], elm: (ArrayFunctions.this)#ConstOrColMagnet[V]) extends (ArrayFunctions.this)#ArrayFunctionOp[Long] with Product with Serializable
  18. case class EmptyArrayDate() extends (ArrayFunctions.this)#ArrayFunctionConst[LocalDate] with Product with Serializable
  19. case class EmptyArrayDateTime() extends (ArrayFunctions.this)#ArrayFunctionConst[DateTime] with Product with Serializable
  20. case class EmptyArrayFloat32() extends (ArrayFunctions.this)#ArrayFunctionConst[Float] with Product with Serializable
  21. case class EmptyArrayFloat64() extends (ArrayFunctions.this)#ArrayFunctionConst[Double] with Product with Serializable
  22. case class EmptyArrayInt16() extends (ArrayFunctions.this)#ArrayFunctionConst[Short] with Product with Serializable
  23. case class EmptyArrayInt32() extends (ArrayFunctions.this)#ArrayFunctionConst[Int] with Product with Serializable
  24. case class EmptyArrayInt64() extends (ArrayFunctions.this)#ArrayFunctionConst[Long] with Product with Serializable
  25. case class EmptyArrayInt8() extends (ArrayFunctions.this)#ArrayFunctionConst[Boolean] with Product with Serializable
  26. case class EmptyArrayString() extends (ArrayFunctions.this)#ArrayFunctionConst[String] with Product with Serializable
  27. case class EmptyArrayToSingle[V](col: (ArrayFunctions.this)#ArrayColMagnet[V]) extends (ArrayFunctions.this)#ArrayFunctionOp[V] with Product with Serializable
  28. case class EmptyArrayUInt16() extends (ArrayFunctions.this)#ArrayFunctionConst[Short] with Product with Serializable
  29. case class EmptyArrayUInt32() extends (ArrayFunctions.this)#ArrayFunctionConst[Int] with Product with Serializable
  30. case class EmptyArrayUInt64() extends (ArrayFunctions.this)#ArrayFunctionConst[Long] with Product with Serializable
  31. case class EmptyArrayUInt8() extends (ArrayFunctions.this)#ArrayFunctionConst[Boolean] with Product with Serializable
  32. case class Has[V](col: (ArrayFunctions.this)#ArrayColMagnet[V], elm: (ArrayFunctions.this)#Magnet[V]) extends (ArrayFunctions.this)#ArrayFunctionOp[Boolean] with Product with Serializable
  33. case class HasAll[V](col: (ArrayFunctions.this)#ArrayColMagnet[V], elm: (ArrayFunctions.this)#Magnet[V]) extends (ArrayFunctions.this)#ArrayFunctionOp[Boolean] with Product with Serializable
  34. case class HasAny[V](col: (ArrayFunctions.this)#ArrayColMagnet[V], elm: (ArrayFunctions.this)#Magnet[V]) extends (ArrayFunctions.this)#ArrayFunctionOp[Boolean] with Product with Serializable
  35. case class IndexOf[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], elm: (ArrayFunctions.this)#ConstOrColMagnet[V]) extends (ArrayFunctions.this)#ArrayFunctionOp[Long] with Product with Serializable
  36. case class Range(n: (ArrayFunctions.this)#NumericCol[_]) extends (ArrayFunctions.this)#ArrayFunctionConst[Long] with Product with Serializable

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 arrayConcat[V](col1: (ArrayFunctions.this)#ArrayColMagnet[V], columns: (ArrayFunctions.this)#ArrayColMagnet[V]*): (ArrayFunctions.this)#ArrayConcat[V]
  5. def arrayElement[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], n: (ArrayFunctions.this)#NumericCol[_]): (ArrayFunctions.this)#ArrayElement[V]
  6. def arrayEnumerate[V](col: (ArrayFunctions.this)#ArrayColMagnet[V]): (ArrayFunctions.this)#ArrayEnumerate[V]
  7. def arrayEnumerateUniq[V](col1: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], coln: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]]*): (ArrayFunctions.this)#ArrayEnumerateUniq[V]
  8. def arrayJoin[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]]): (ArrayFunctions.this)#ArrayJoin[V]
  9. def arrayPopBack[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]]): (ArrayFunctions.this)#ArrayPopBack[V]
  10. def arrayPopFront[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]]): (ArrayFunctions.this)#ArrayPopFront[V]
  11. def arrayPushBack[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], elm: (ArrayFunctions.this)#ConstOrColMagnet[V]): (ArrayFunctions.this)#ArrayPushBack[V]
  12. def arrayPushFront[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], elm: (ArrayFunctions.this)#ConstOrColMagnet[V]): (ArrayFunctions.this)#ArrayPushFront[V]
  13. def arrayResize[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], size: (ArrayFunctions.this)#NumericCol[_], extender: (ArrayFunctions.this)#ConstOrColMagnet[V]): (ArrayFunctions.this)#ArrayResize[V]
  14. def arraySlice[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], offset: (ArrayFunctions.this)#NumericCol[_], length: (ArrayFunctions.this)#NumericCol[_] = 0): (ArrayFunctions.this)#ArraySlice[V]
  15. def arrayUniq[V](col1: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], coln: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]]*): (ArrayFunctions.this)#ArrayUniq[V]
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  18. def countEqual[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], elm: (ArrayFunctions.this)#ConstOrColMagnet[V]): (ArrayFunctions.this)#CountEqual[V]
  19. def emptyArrayDate: (ArrayFunctions.this)#EmptyArrayDate
  20. def emptyArrayDateTime: (ArrayFunctions.this)#EmptyArrayDateTime
  21. def emptyArrayFloat32: (ArrayFunctions.this)#EmptyArrayFloat32
  22. def emptyArrayFloat64: (ArrayFunctions.this)#EmptyArrayFloat64
  23. def emptyArrayInt16: (ArrayFunctions.this)#EmptyArrayInt16
  24. def emptyArrayInt32: (ArrayFunctions.this)#EmptyArrayInt32
  25. def emptyArrayInt64: (ArrayFunctions.this)#EmptyArrayInt64
  26. def emptyArrayInt8: (ArrayFunctions.this)#EmptyArrayInt8
  27. def emptyArrayString: (ArrayFunctions.this)#EmptyArrayString
  28. def emptyArrayToSingle[V](col: (ArrayFunctions.this)#ArrayColMagnet[V]): (ArrayFunctions.this)#EmptyArrayToSingle[V]
  29. def emptyArrayUInt16: (ArrayFunctions.this)#EmptyArrayUInt16
  30. def emptyArrayUInt32: (ArrayFunctions.this)#EmptyArrayUInt32
  31. def emptyArrayUInt64: (ArrayFunctions.this)#EmptyArrayUInt64
  32. def emptyArrayUInt8: (ArrayFunctions.this)#EmptyArrayUInt8
  33. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  35. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. def has[V](col: (ArrayFunctions.this)#ArrayColMagnet[V], elm: (ArrayFunctions.this)#ConstOrColMagnet[V]): (ArrayFunctions.this)#Has[V]
  37. def hasAll[V](col: (ArrayFunctions.this)#ArrayColMagnet[V], elm: (ArrayFunctions.this)#ArrayColMagnet[V]): (ArrayFunctions.this)#HasAll[V]
  38. def hasAny[V](col: (ArrayFunctions.this)#ArrayColMagnet[V], elm: (ArrayFunctions.this)#ArrayColMagnet[V]): (ArrayFunctions.this)#HasAny[V]
  39. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. def indexOf[V](col: (ArrayFunctions.this)#ArrayColMagnet[_ <: Iterable[V]], elm: (ArrayFunctions.this)#ConstOrColMagnet[V]): (ArrayFunctions.this)#IndexOf[V]
  41. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  45. def range(n: (ArrayFunctions.this)#NumericCol[_]): (ArrayFunctions.this)#Range
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. 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.

Inherited from AnyRef

Inherited from Any

Ungrouped