t

com.crobox.clickhouse.dsl.column

MiscellaneousFunctions

trait MiscellaneousFunctions extends AnyRef

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

Type Members

  1. case class Bar(col: (MiscellaneousFunctions.this)#NumericCol[_], from: (MiscellaneousFunctions.this)#NumericCol[_], to: (MiscellaneousFunctions.this)#NumericCol[_], default: Option[(MiscellaneousFunctions.this)#NumericCol[_]]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[String] with Product with Serializable
  2. case class BlockSize() extends (MiscellaneousFunctions.this)#MiscellaneousConst[Long] with Product with Serializable
  3. case class CurrentDatabase() extends (MiscellaneousFunctions.this)#MiscellaneousConst[String] with Product with Serializable
  4. case class FormatReadableSize(col: (MiscellaneousFunctions.this)#NumericCol[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[String] with Product with Serializable
  5. case class Greatest(a: (MiscellaneousFunctions.this)#ConstOrColMagnet[_], b: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[Long] with Product with Serializable
  6. case class HasColumnInTable(database: (MiscellaneousFunctions.this)#StringColMagnet[_], table: (MiscellaneousFunctions.this)#StringColMagnet[_], column: (MiscellaneousFunctions.this)#StringColMagnet[_], hostName: Option[(MiscellaneousFunctions.this)#StringColMagnet[_]] = None, userName: Option[(MiscellaneousFunctions.this)#StringColMagnet[_]] = None, passWord: Option[(MiscellaneousFunctions.this)#StringColMagnet[_]] = None) extends (MiscellaneousFunctions.this)#MiscellaneousConst[Boolean] with Product with Serializable
  7. case class HostName() extends (MiscellaneousFunctions.this)#MiscellaneousConst[String] with Product with Serializable
  8. case class Ignore(coln: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]*) extends (MiscellaneousFunctions.this)#MiscellaneousConst[Long] with Product with Serializable
  9. case class IsFinite(col: (MiscellaneousFunctions.this)#NumericCol[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[Boolean] with Product with Serializable
  10. case class IsInfinite(col: (MiscellaneousFunctions.this)#NumericCol[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[Boolean] with Product with Serializable
  11. case class IsNaN(col: (MiscellaneousFunctions.this)#NumericCol[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[Boolean] with Product with Serializable
  12. case class Least(a: (MiscellaneousFunctions.this)#ConstOrColMagnet[_], b: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[Long] with Product with Serializable
  13. case class MACNumToString(col: (MiscellaneousFunctions.this)#NumericCol[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[String] with Product with Serializable
  14. case class MACStringToNum(col: (MiscellaneousFunctions.this)#StringColMagnet[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[Long] with Product with Serializable
  15. case class MACStringToOUI(col: (MiscellaneousFunctions.this)#StringColMagnet[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[Long] with Product with Serializable
  16. case class Materialize(col: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[Long] with Product with Serializable
  17. abstract class MiscellaneousConst[V] extends ExpressionColumn[V] with (MiscellaneousFunctions.this)#MiscellaneousFunction
  18. sealed trait MiscellaneousFunction extends AnyRef
  19. abstract class MiscellaneousOp[V] extends ExpressionColumn[V] with (MiscellaneousFunctions.this)#MiscellaneousFunction
  20. case class RowNumberInAllBlocks() extends (MiscellaneousFunctions.this)#MiscellaneousConst[Long] with Product with Serializable
  21. case class RunningDifference(col: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[Long] with Product with Serializable
  22. case class Sleep(col: (MiscellaneousFunctions.this)#NumericCol[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[Long] with Product with Serializable
  23. case class ToTypeName(col: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[String] with Product with Serializable
  24. case class Transform[L, R](col: (MiscellaneousFunctions.this)#ConstOrColMagnet[L], arrayFrom: (MiscellaneousFunctions.this)#ArrayColMagnet[Iterable[L]], arrayTo: (MiscellaneousFunctions.this)#ArrayColMagnet[Iterable[R]], default: (MiscellaneousFunctions.this)#ConstOrColMagnet[R]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[Long] with Product with Serializable
  25. case class Uptime() extends (MiscellaneousFunctions.this)#MiscellaneousConst[Long] with Product with Serializable
  26. case class Version() extends (MiscellaneousFunctions.this)#MiscellaneousConst[Long] with Product with Serializable
  27. case class VisibleWidth(col: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]) extends (MiscellaneousFunctions.this)#MiscellaneousOp[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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bar(col: (MiscellaneousFunctions.this)#NumericCol[_], from: (MiscellaneousFunctions.this)#NumericCol[_], to: (MiscellaneousFunctions.this)#NumericCol[_], default: Option[(MiscellaneousFunctions.this)#NumericCol[_]]): (MiscellaneousFunctions.this)#Bar
  6. def blockSize(): (MiscellaneousFunctions.this)#BlockSize
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def currentDatabase(): (MiscellaneousFunctions.this)#CurrentDatabase
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def formatReadableSize(col: (MiscellaneousFunctions.this)#NumericCol[_]): (MiscellaneousFunctions.this)#FormatReadableSize
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def greatest(a: (MiscellaneousFunctions.this)#ConstOrColMagnet[_], b: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]): (MiscellaneousFunctions.this)#Greatest
  14. def hasColumnInTable(database: (MiscellaneousFunctions.this)#StringColMagnet[_], table: (MiscellaneousFunctions.this)#StringColMagnet[_], column: (MiscellaneousFunctions.this)#StringColMagnet[_], hostName: Option[(MiscellaneousFunctions.this)#StringColMagnet[_]] = None, userName: Option[(MiscellaneousFunctions.this)#StringColMagnet[_]] = None, passWord: Option[(MiscellaneousFunctions.this)#StringColMagnet[_]] = None): (MiscellaneousFunctions.this)#HasColumnInTable
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hostName(): (MiscellaneousFunctions.this)#HostName
  17. def ignore(coln: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]*): (MiscellaneousFunctions.this)#Ignore
  18. def isFinite[O](col: (MiscellaneousFunctions.this)#NumericCol[O]): (MiscellaneousFunctions.this)#IsFinite
  19. def isInfinite(col: (MiscellaneousFunctions.this)#NumericCol[_]): (MiscellaneousFunctions.this)#IsInfinite
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isNaN(col: (MiscellaneousFunctions.this)#NumericCol[_]): (MiscellaneousFunctions.this)#IsNaN
  22. def least(a: (MiscellaneousFunctions.this)#ConstOrColMagnet[_], b: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]): (MiscellaneousFunctions.this)#Least
  23. def mACNumToString(col: (MiscellaneousFunctions.this)#NumericCol[_]): (MiscellaneousFunctions.this)#MACNumToString
  24. def mACStringToNum(col: (MiscellaneousFunctions.this)#StringColMagnet[_]): (MiscellaneousFunctions.this)#MACStringToNum
  25. def mACStringToOUI(col: (MiscellaneousFunctions.this)#StringColMagnet[_]): (MiscellaneousFunctions.this)#MACStringToOUI
  26. def materialize(col: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]): (MiscellaneousFunctions.this)#Materialize
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def rowNumberInAllBlocks(): (MiscellaneousFunctions.this)#RowNumberInAllBlocks
  31. def runningDifference(col: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]): (MiscellaneousFunctions.this)#RunningDifference
  32. def sleep(col: (MiscellaneousFunctions.this)#NumericCol[_]): (MiscellaneousFunctions.this)#Sleep
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def toTypeName(col: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]): (MiscellaneousFunctions.this)#ToTypeName
  36. def transform[L, R](col: (MiscellaneousFunctions.this)#ConstOrColMagnet[L], arrayFrom: (MiscellaneousFunctions.this)#ArrayColMagnet[Iterable[L]], arrayTo: (MiscellaneousFunctions.this)#ArrayColMagnet[Iterable[R]], default: (MiscellaneousFunctions.this)#ConstOrColMagnet[R]): (MiscellaneousFunctions.this)#Transform[L, R]
  37. def uptime(): (MiscellaneousFunctions.this)#Uptime
  38. def version(): (MiscellaneousFunctions.this)#Version
  39. def visibleWidth(col: (MiscellaneousFunctions.this)#ConstOrColMagnet[_]): (MiscellaneousFunctions.this)#VisibleWidth
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. 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